moreover, I have another question.
This is related to our golen.conf
in the config fie there is this lines
set rda_Input(ui_netlist) "$NETLIST"
in our user defined tcl scripts, I write this:
loadConfig golden.conf
Now the question is, Is there is a way I can set the variable *NETLIST* in the user defined scipts. so that I don't need to copy the golden.conf and modified it.
I tried the golbal thing you give to me,
global NETLIST
set NETLIST /path/to/verilog_file
loadConfig golden.conf
It failed to retrieve the $NETLIST
encounter 6> loadconfig ../spc/tcl/golden.conf
Reading config file - ../spc/tcl/golden.conf
can't read "NETLIST": no such variable
Anyway, I just try to setup more efficient design flow.
Thank you in advance.
Originally posted in cdnusers.org by aidans