Forum Discussion
Steve-Mowbray-ENL
Occasional Contributor
2 years agoVirtual Pin Assignments -- does Value=Off/On imply logic 0/1 for pin?
Probably dumb question but does setting a virtual pin value to ON imply that it will be at logic 1 state in the compiled design during user mode? For instance vpin1=1'b1 and vpin2=1'b0 resulting from...
FvM
Super Contributor
2 years agoHi,
virtual pin assignment removes a top entity port pint from the actual port list.
You can assign an initial value to the pin to achieve what you want.
Steve-Mowbray-ENL
Occasional Contributor
2 years agoHi FvM -- ok that makes sense and more specifically implies SV 2009 or later (for default port values) -- I will try