mirror of https://github.com/VLSIDA/OpenRAM.git
Fix PDK path for freepdk45 and list FAILED tests explicitly at end.
This commit is contained in:
parent
833278b7a6
commit
b1e1763e14
|
|
@ -43,6 +43,8 @@ WORKING_TECH_TEST_STAMPS=$(foreach T, $(TECHS),$(addprefix $T/,$(WORKING_TEST_ST
|
|||
# Run all technologies
|
||||
all: $(WORKING_TECH_TEST_STAMPS)
|
||||
@ls $(TOP_DIR)/compiler/tests/results/*/*.bad 1> /dev/null 2>&1 && echo "REGRESSION FAIL" && exit 1 || echo "REGRESSION PASS"
|
||||
@echo "FAILING TESTS:"
|
||||
@ls $(TOP_DIR)/compiler/tests/results/*/*.bad
|
||||
.PHONY: all
|
||||
|
||||
# Run a given technology
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$XYCE_LIB
|
|||
export XYCE_NO_TRACKING="anything at all"
|
||||
|
||||
# PDKs
|
||||
export FREEPDK45=/PDK/freepdk45
|
||||
export FREEPDK45=/pdk/freepdk45
|
||||
# Set to the PDK you want to use
|
||||
export PDK_DIR=$FREEPDK45
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue