Ejemplo n.º 1
0
 NationalInstrumentsDAQ::NationalInstrumentsDAQ(Agent *agent,Config *cfg)
   :DAQBase<Config>(agent,cfg)
   ,_clk(agent,"fetch_CLK")
   ,_ao(agent,"fetch_AO")
 {
   __common_setup();
 }
Ejemplo n.º 2
0
ut_setup()
{
    __common_setup();
}