Skip to content

Commit

Permalink
[processor_check] also generate HDL file lists
Browse files Browse the repository at this point in the history
just for CI testing...
  • Loading branch information
stnolting committed Aug 4, 2024
1 parent 6672eb6 commit e3ef6ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw/example/processor_check/run_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e3ef6ae

Please sign in to comment.