Skip to content

Commit

Permalink
Test update (#1568)
Browse files Browse the repository at this point in the history
  • Loading branch information
alaindargelas authored Mar 7, 2024
1 parent 1c889a6 commit bcedb20
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ else
$(PREFIX)/bin/raptor --batch --mute --script $(PREFIX)/share/raptor/tcl_examples/counter_vhdl/run_raptor.tcl
$(PREFIX)/bin/raptor --batch --mute --script $(PREFIX)/share/raptor/tcl_examples/counter_verilog/run_raptor.tcl
$(PREFIX)/bin/raptor --batch --mute --script $(PREFIX)/share/raptor/tcl_examples/aes_decrypt_verilog/run_raptor.tcl
# Disable until Verilog read in VPR $(PREFIX)/bin/raptor --batch --mute --script $(PREFIX)/share/raptor/tcl_examples/aes_decrypt_gate/run_raptor.tcl
$(PREFIX)/bin/raptor --batch --mute --script $(PREFIX)/share/raptor/tcl_examples/aes_decrypt_gate/run_raptor.tcl
$(PREFIX)/bin/raptor --batch --mute --script $(PREFIX)/share/raptor/tcl_examples/sasc_testcase/run_raptor.tcl
$(PREFIX)/bin/raptor --batch --mute --script $(PREFIX)/share/raptor/tcl_examples/and2_verilog/run_raptor.tcl
endif
Expand Down Expand Up @@ -164,7 +164,6 @@ else
./build/bin/raptor --batch --mute --script tests/Testcases/oneff_wio/run_raptor.tcl
./build/bin/raptor --batch --mute --script tests/Testcases/and2_compact/raptor.tcl
./build/bin/raptor --batch --mute --script tests/Testcases/counter16/counter16.tcl
# Needs https://github.com/chipsalliance/systemverilog-plugin/issues/1892 ./build/bin/raptor --batch --mute --script tests/Testcases/vex_soc/raptor_vex_no_carry.tcl
./build/bin/raptor --batch --mute --script tests/Testcases/keep_test/raptor.tcl
./build/bin/raptor --batch --mute --script tests/Testcases/trivial/test.tcl
./build/bin/raptor --batch --mute --script tests/Jira_Testcase/GEMINIEDA_96/build.tcl
Expand All @@ -185,7 +184,7 @@ else
./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/double_check/raptor.tcl
./build/bin/raptor --batch --mute --script etc/devices/gemini_compact_62x44/ric/virgotc_bank.tcl
./build/bin/raptor --batch --mute --script etc/devices/gemini_compact_62x44/ric/periphery.tcl
endif

test/batch_gen2: run-cmake-release
Expand Down

0 comments on commit bcedb20

Please sign in to comment.