OpenCores
Issue List
RTL syntax errors #1
Open maxseeking opened this issue almost 10 years ago
maxseeking commented almost 10 years ago

Modelsim Altera 10.0d compiles RTL files with errors like "undefined variable" and "already declared". For example: "memory_data_tlb_micro.v(79): Undefined variable: plru."

alfik commented almost 10 years ago

Well, I confirm this behaviour of Modelsim.

To fix these errors you have to declare the signals / registers before you use them.

I don't really use Modelsim to simulate the design. Verilator doesn't have these kind of problems.

Best regards, Aleksander Osman.


Assignee
No one
Labels
Bug