Forum Discussion
Altera_Forum
Honored Contributor
8 years ago --- Quote Start --- two 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. --- Quote End --- Thanks for your help! Is there no way to resolve the sources instead of the values? How does one make a centralised memory that is operated on by multiple entities?