bobbyyBrown
New Contributor
2 years agoCan I execute two msim_setup.tcl at once?
Hello, I'm a beginner on FPGA filed. I have two qsys files as below. A : consist of a lot of avalon interface B : EMIF for DDR3 A -> B -> DDR3 For simulation, Qurartus pro(21.3) makes two msi...
- 2 years ago
How are these systems connected together? You could add B as a subsystem of A and then just simulate the whole thing from A.
But it might make more sense to create the EMIF example design and simulate that separately to make sure that interface works, then integrate that into A or replace the default user logic of the example design with the logic from A.