Forum Discussion
Altera_Forum
Honored Contributor
15 years ago[Kaz: Basstudio specifically mentioned he wants to avoid using a pin at all (and I mentioned that using a generic would optimize certain things away)]
Now, if you simulate your design you use a testbench, I assume. I suppose you could define your simulate pin as virtual but connect it to '0' in the entity's port declaration. Your testbench can exercise that simulate pin to '1' and your simulation will run quicker. I believe this will work. but I have no idea what will happen on the PCB! The pin is virtual and 'initialised' to '0' so it should present a zero?