mirror of https://github.com/VLSIDA/OpenRAM.git
Increase verbosity in lib tests.
This commit is contained in:
parent
e3e7a31c6b
commit
e51c4e8028
|
|
@ -15,6 +15,8 @@ all : $(SPICES)
|
|||
OPTS = -c
|
||||
# Do not characterize or perform DRC/LVS
|
||||
OPTS += -n
|
||||
# Verbosity
|
||||
OPTS += -v
|
||||
%.sp : %.py
|
||||
$(eval bname=$(basename $(notdir $<)))
|
||||
openram.py $(OPTS) $< 2>&1 > $(bname).log
|
||||
|
|
|
|||
|
|
@ -15,6 +15,8 @@ all : $(SPICES)
|
|||
OPTS = -c
|
||||
# Do not characterize or perform DRC/LVS
|
||||
OPTS += -n
|
||||
# Verbosity
|
||||
OPTS += -v
|
||||
%.sp : %.py
|
||||
$(eval bname=$(basename $(notdir $<)))
|
||||
openram.py $(OPTS) $< 2>&1 > $(bname).log
|
||||
|
|
|
|||
Loading…
Reference in New Issue