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.

Verilog-XL compile problem

Status
Not open for further replies.

kvsim

Newbie level 4
Joined
Jul 16, 2005
Messages
6
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,327
Dear all:
I have module abc in both filea, fileb and filec , is there any method to compile module abc in fileb, other than modify filea and filec.
Thx!
 

kvsim said:
Dear all:
I have module abc in both filea, fileb and filec , is there any method to compile module abc in fileb, other than modify filea and filec.
Thx!

Try:
Code:
  verilog fileb -v filea -v filec

Essentially you make filea and filec as library files that will be looked up iff required.

HTH
Ajeetha, CVC
www.noveldv.com
 

well, It works.
there is another question: If cell A has a hierachical cell B in library lib_a, there is a cell name B in library lib_b too, how could I make the cell B in lib_b priority ( Let Verilog-XL compiler using cell B in lib_b, not the cell B in lib_a)

Thanks & Best Regards
 

kvsim said:
well, It works.
there is another question: If cell A has a hierachical cell B in library lib_a, there is a cell name B in library lib_b too, how could I make the cell B in lib_b priority ( Let Verilog-XL compiler using cell B in lib_b, not the cell B in lib_a)

Thanks & Best Regards

What you need is Verilog 2001's configuration to do this. Not sure if VXL supports it, NC should support, why are you using VXL? I thought that was close to be End of life?

Regards
Ajeetha, CVC
www.noveldv.com
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top