FPGA Intellectual Property
PCI Express*, Networking and Connectivity, Memory Interfaces, DSP IP, and Video IP
6518 Discussions

Can I execute two msim_setup.tcl at once?

bobbyyBrown
Beginner
840 Views

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 msim_setup.tcl files.

Using ug-20093-683305-666727.pdf, I executed msim_setup.tcl for A and msim_setup.tcl for B each.

As a result, modelsim showed 'files not found for A'.

When msim_setup.tcl for A was executed, I couldn't use files related for B.

When msim_setup.tcl for B was executed, I couldn't use files related for A.

Can you help me to solve this?

 

   

 

Labels (1)
0 Kudos
1 Solution
sstrell
Honored Contributor III
817 Views

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.

View solution in original post

0 Kudos
3 Replies
sstrell
Honored Contributor III
818 Views

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.

0 Kudos
bobbyyBrown
Beginner
803 Views

Thank you very much for your help.

I tried to modify two .tcl files but the result was not good. 

As you advice, I'm going to add B as the subsystem of A today only for simulation and then simulate them.

About modifying tcl files, I'll find another way when I have enough time later.

 

0 Kudos
TingJiangT_Intel
Employee
764 Views

I’m glad that your question has been addressed, I now transition this thread to community support. If you have a new question, Please login to ‘https://supporttickets.intel.com’, view details of the desire request, and post a feed/response within the next 15 days to allow me to continue to support you. After 15 days, this thread will be transitioned to community support. The community users will be able to help you on your follow-up questions.


0 Kudos
Reply