mirror of
https://github.com/The-OpenROAD-Project/abc.git
synced 2026-03-12 11:26:17 +08:00
initial commit of public abc
This commit is contained in:
7
abc.rc
7
abc.rc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user