diff --git a/Makefile b/Makefile index 1fe2d9fd..3d9e3580 100644 --- a/Makefile +++ b/Makefile @@ -75,7 +75,7 @@ sw-clean: ## Clone pulp-runtime as SW stack PULP_RUNTIME_REMOTE ?= https://github.com/pulp-platform/pulp-runtime.git -PULP_RUNTIME_COMMIT ?= 1e3bccf # branch: lg/upstream +PULP_RUNTIME_COMMIT ?= f10670b # branch: lg/upstream pulp-runtime: git clone $(PULP_RUNTIME_REMOTE) $@ @@ -91,7 +91,7 @@ fault_injection_sim: ## Clone regression tests REGRESSION_TESTS_REMOTE ?= https://github.com/pulp-platform/regression_tests.git -REGRESSION_TESTS_COMMIT ?= 6e93422 # branch: lg/upstream +REGRESSION_TESTS_COMMIT ?= 7fa307d # branch: lg/upstream regression_tests: git clone $(REGRESSION_TESTS_REMOTE) $@ diff --git a/scripts/run_and_exit.tcl b/scripts/run_and_exit.tcl index fafc0bdf..801e0065 100644 --- a/scripts/run_and_exit.tcl +++ b/scripts/run_and_exit.tcl @@ -13,8 +13,6 @@ if {![info exists VSIM]} { $VSIM +permissive -suppress 3053 -suppress 8885 -suppress 12130 -suppress 7077 -lib $VSIM_PATH/work +APP=./build/test/test +notimingchecks +nospecify -t 1ps pulp_cluster_tb_optimized +permissive-off ++./build/test/test -add log -r /* - proc run_and_exit {} { run -all quit -code [examine -radix decimal sim:/pulp_cluster_tb/ret_val(30:0)]