From e3ef6aeae9a1c76e86aca9f5e9613cc4c97bb565 Mon Sep 17 00:00:00 2001 From: stnolting Date: Sun, 4 Aug 2024 19:39:01 +0200 Subject: [PATCH] [processor_check] also generate HDL file lists just for CI testing... --- sw/example/processor_check/run_check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw/example/processor_check/run_check.sh b/sw/example/processor_check/run_check.sh index f6c4c9c1e..a78d8f2f9 100644 --- a/sw/example/processor_check/run_check.sh +++ b/sw/example/processor_check/run_check.sh @@ -3,4 +3,4 @@ set -e echo "Starting processor check simulation..." -make USER_FLAGS+="-DUART0_SIM_MODE -DUART1_SIM_MODE" clean_all all sim-check +make USER_FLAGS+="-DUART0_SIM_MODE -DUART1_SIM_MODE" hdl_lists clean_all all sim-check