-
Notifications
You must be signed in to change notification settings - Fork 0
QuestaSim
amiilka edited this page Dec 14, 2021
·
7 revisions
- Comma missing at the end of a line.
- Entities names spelt incorrectly.
- There are special symbols in your file path (e. g.: é, î, …).
- The file that you are trying to compile is not in your project.
Go to Simulate > Start simulation > Optimization options then select apply full visibility to all modules in the visibility tab
Go to Simulate > Start simulation then select enable optimization
If the error still persists, it probably comes from an error in the names of your entities, architectures, components or signals. You should check that:
- You don't have two entities with the same names in the same project.
- When declaring a component in a high-level system (for example a test bench), the component name should be the same that the corresponding sub-system’s entity. The port definitions of the component must also match the port definitions of the sub-system’s entity exactly.