bravetanveer
Newbie level 3
- Joined
- Jun 4, 2006
- Messages
- 3
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,309
We have mixed language design, hence we use vlogan but I get the same errors with the below command:
vlogan +v2k -sverilog +libext+.v+.mdl -f list.f +incdir+/rtl/include -timescale=1ns/10ps
Error-[ILWOR] Incorrect Logical Worklib or Reflib
The incorrect logical lib is "work".
Please check your Synopsys setup file.
In the replies, there is no mention of solution to the problem. Can anyone kindly point to the solution ?
Or if anybody can explain the meaning of the error , it would be great help ?
Referring to previous thread https://www.edaboard.com/threads/116343/
vlogan +v2k -sverilog +libext+.v+.mdl -f list.f +incdir+/rtl/include -timescale=1ns/10ps
Error-[ILWOR] Incorrect Logical Worklib or Reflib
The incorrect logical lib is "work".
Please check your Synopsys setup file.
In the replies, there is no mention of solution to the problem. Can anyone kindly point to the solution ?
Or if anybody can explain the meaning of the error , it would be great help ?
Referring to previous thread https://www.edaboard.com/threads/116343/
Using vlogan is so c alled UUM flow within Synopsys tools. It is needed/recommended only if you have mixed language designs. For pure Verilog/SystemVerilog simply do:
Code:vcs -sverilog -f flist -debug_all ./simv -gui
HTH
Ajeetha, CVC
Last edited by a moderator: