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
|
OPTS = -c
|
||||||
# Do not characterize or perform DRC/LVS
|
# Do not characterize or perform DRC/LVS
|
||||||
OPTS += -n
|
OPTS += -n
|
||||||
|
# Verbosity
|
||||||
|
OPTS += -v
|
||||||
%.sp : %.py
|
%.sp : %.py
|
||||||
$(eval bname=$(basename $(notdir $<)))
|
$(eval bname=$(basename $(notdir $<)))
|
||||||
openram.py $(OPTS) $< 2>&1 > $(bname).log
|
openram.py $(OPTS) $< 2>&1 > $(bname).log
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,8 @@ all : $(SPICES)
|
||||||
OPTS = -c
|
OPTS = -c
|
||||||
# Do not characterize or perform DRC/LVS
|
# Do not characterize or perform DRC/LVS
|
||||||
OPTS += -n
|
OPTS += -n
|
||||||
|
# Verbosity
|
||||||
|
OPTS += -v
|
||||||
%.sp : %.py
|
%.sp : %.py
|
||||||
$(eval bname=$(basename $(notdir $<)))
|
$(eval bname=$(basename $(notdir $<)))
|
||||||
openram.py $(OPTS) $< 2>&1 > $(bname).log
|
openram.py $(OPTS) $< 2>&1 > $(bname).log
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue