davyzhu
Advanced Member level 1
hdl.var
Hi all,
I am a NC-Verilog newbie and confused with NC-Verilog's file.
In cds.lib, map logical lib name to physical location
Why map again in hdl.var?
Does "myfile.v => mylib" means compile myfile.v to mylib?
And what's "+ => worklib" mean in LIB_MAP?
Best regards,
Davy
Hi all,
I am a NC-Verilog newbie and confused with NC-Verilog's file.
In cds.lib, map logical lib name to physical location
Code:
DEFINE ic_lib /lsi_lib
Why map again in hdl.var?
Code:
DEFINE WORK worklib
DEFINE LIB_MAP (myfile.v => mylib, ./cell_lib => techlib, + => worklib)
Does "myfile.v => mylib" means compile myfile.v to mylib?
And what's "+ => worklib" mean in LIB_MAP?
Best regards,
Davy