Forum Discussion
Altera_Forum
Honored Contributor
14 years agoModel sim testbench
Hello, I have a test bench that simulate a 32bit data bus interfacing my fpga. I would like my test bench to be able to inject data to fpga from a file. so, testbench will read data f...
Altera_Forum
Honored Contributor
14 years agoYou cannot transmit data to the FPGA from the simulator. You will need to build a link for that, like via RS232
nless you're just trying to test your design in the simulator and do file IO for simulation purposes (not on real hardware)