J
Jason Zheng
Guest
Does anyone know how to reference an anonymous UDP instance? For
example, in xilinx's primsim's library, the X_FF module contains the
following line:
ffsrce (O, CLK, I, CE, SET, RST, notifier);
where ffsrce is the name of the UDP, but no instance name is given. I
need to access a register inside the ffsrce instance (the actual
register bit), but I don't know how to reference that UDP in my
testbench. Does anyone have a clue?
thanks,
jz
example, in xilinx's primsim's library, the X_FF module contains the
following line:
ffsrce (O, CLK, I, CE, SET, RST, notifier);
where ffsrce is the name of the UDP, but no instance name is given. I
need to access a register inside the ffsrce instance (the actual
register bit), but I don't know how to reference that UDP in my
testbench. Does anyone have a clue?
thanks,
jz