cancel
Showing results for 
Search instead for 
Did you mean: 

PSDSoft Express Simulation Problem (registered input pin)

eparth
Associate
Posted on April 29, 2005 at 11:58

PSDSoft Express Simulation Problem (registered input pin)

1 REPLY 1
eparth
Associate
Posted on May 17, 2011 at 12:06

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 ?