Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[SOLVED] [Moved]vcs vlogan help

Status
Not open for further replies.

bravetanveer

Newbie level 3
Newbie level 3
Joined
Jun 4, 2006
Messages
3
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Visit site
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/

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:

Solution found for this problem is, file 'synopsys_sim.setup' should be present in the directory where vlogan command is getting executed. Sample file is present in examples directory.

Contents are:

WORK > DEFAULT
DEFAULT : ./WORK
--DWARE : ./DWARE

TIMEBASE = NS
CS_ASSERT_STOP_NEXT_WAIT = TRUE

Thanks


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/
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top