Skip to content

Commit

Permalink
Smoke bitstream test in CI (#1576)
Browse files Browse the repository at this point in the history
Smoke bitstream test
  • Loading branch information
alaindargelas authored Mar 9, 2024
1 parent 08c50ac commit 41400c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ else
./build/bin/raptor --batch --mute --script tests/TestIP/axil_gpio/v1_0/axil_gpio.tcl
./build/bin/raptor --batch --mute --script tests/TestIP/reset_release/v1_0/reset_release.tcl
./build/bin/raptor --batch --mute --script tests/TestIP/axi2axilite_bridge/v1_0/axi2axilite_bridge.tcl
./build/bin/raptor --batch --mute --script tests/Testcases/constant/raptor.tcl --batch
./build/bin/raptor --batch --mute --script tests/Testcases/constant/raptor.tcl
./build/bin/raptor --batch --mute --script tests/Testcases/double_check/raptor.tcl
./build/bin/raptor --batch --mute --script etc/devices/gemini_compact_62x44/ric/periphery.tcl
endif
Expand All @@ -198,6 +198,7 @@ else
./build/bin/raptor --batch --mute --script tests/Testcases/counter_mixed/raptor.tcl
./build/bin/raptor --batch --mute --script tests/TestBatch/oneff_clean/raptor.tcl
./build/bin/raptor --batch --mute --script tests/Testcases/rom/raptor.tcl
cd tests/Testcases/and_bitstream; ../../../build/bin/raptor --batch --mute --script raptor.tcl
endif
solver/tests: release
ifeq ($(RAPTOR_PUB),1)
Expand Down

0 comments on commit 41400c5

Please sign in to comment.