Forum Discussion
Altera_Forum
Honored Contributor
8 years agotwo options:
1) decide the driver logically (applies to synthesis or testbench) 2) decide the driver based on time sequence using wait statements (applies to testbench only) The target signal should not be driven otherwise by some fixed driver somewhere else by direct assignment or being portmapped by the way you can use mif file to initialise the ram if that helps.