diff options
Diffstat (limited to 'abc.rc')
-rw-r--r-- | abc.rc | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,10 +1,10 @@ # global parameters set check # checks intermediate networks #set checkfio # prints warnings when fanins/fanouts are duplicated -set checkread # checks new networks after reading from file +#unset checkread # does not check new networks after reading from file #set backup # saves backup networks retrived by "undo" and "recall" #set savesteps 1 # sets the maximum number of backup networks to save -set progressbar # display the progress bar +#set progressbar # display the progress bar # program names for internal calls set dotwin dot.exe @@ -20,6 +20,9 @@ set capounix MetaPl-Capo10.1 set gnuplotwin wgnuplot.exe set gnuplotunix gnuplot +# Niklas Een's commands +load_plugin C:\_projects\abc\_TEST\bip\bip_2010-10-19.exe "BIP" + # standard aliases alias b balance alias cg clockgate |