2005-04-29 02:58 AM
PSDSoft Express Simulation Problem (registered input pin)
2011-05-17 03:06 AM
I design for a uPSD34xx. An input pin is declared as registered.
myInput PIN 42 istype ''reg'' then myInput.LD = clkin; Q0 := myInput; Now when I simulate using testvectors the simulator always uses the datavalue at the phsical pin, and not the data available at the clkin edge. Ist this a limitation/bug of the simulator ? Or myInput needs a dot qualifier in the last equation ?