shaiko
Advanced Member level 5
- Joined
- Aug 20, 2011
- Messages
- 2,644
- Helped
- 303
- Reputation
- 608
- Reaction score
- 297
- Trophy points
- 1,363
- Activity points
- 18,302
Hello,
I'm trying to run a Modelsim simulation of a project that consists of 2 separate FPGAs.
The top entity of FPGA A is called : a_top.
The top entity of FPGA B is called : b_top.
I've opened a Modelsim project and called it combined_tb.
My current problem:
Entity a_top has an inner component that's called: "uart"
Entity b_top also has an inner component that's called: "uart" - however, it's not the same file and not the same design as the "uart" of a_top.
How can I add both files to my Modelsim project without having a_top accidently use the "uart" design intended for "b_top" ?
Or b_top accidently use the "uart" design intended for "a_top" ?
The only solution I can think of is changing the name of both "uart" components to have a unique name - for example: "uart_of_a" / "uart_of_b". Any other suggestions?
I'm trying to run a Modelsim simulation of a project that consists of 2 separate FPGAs.
The top entity of FPGA A is called : a_top.
The top entity of FPGA B is called : b_top.
I've opened a Modelsim project and called it combined_tb.
My current problem:
Entity a_top has an inner component that's called: "uart"
Entity b_top also has an inner component that's called: "uart" - however, it's not the same file and not the same design as the "uart" of a_top.
How can I add both files to my Modelsim project without having a_top accidently use the "uart" design intended for "b_top" ?
Or b_top accidently use the "uart" design intended for "a_top" ?
The only solution I can think of is changing the name of both "uart" components to have a unique name - for example: "uart_of_a" / "uart_of_b". Any other suggestions?