deploy through channel test case to CI
This commit is contained in:
parent
8041c90f12
commit
1a3e020174
|
@ -81,6 +81,9 @@ python3 openfpga_flow/scripts/run_fpga_task.py fpga_verilog/power_gated_design/p
|
||||||
echo -e "Testing Depopulated crossbar in local routing";
|
echo -e "Testing Depopulated crossbar in local routing";
|
||||||
python3 openfpga_flow/scripts/run_fpga_task.py fpga_verilog/depopulate_crossbar --debug --show_thread_logs
|
python3 openfpga_flow/scripts/run_fpga_task.py fpga_verilog/depopulate_crossbar --debug --show_thread_logs
|
||||||
|
|
||||||
|
echo -e "Testing through channels in tileable routing";
|
||||||
|
python3 openfpga_flow/scripts/run_fpga_task.py fpga_verilog/thru_channel --debug --show_thread_logs
|
||||||
|
|
||||||
# Verify MCNC big20 benchmark suite with ModelSim
|
# Verify MCNC big20 benchmark suite with ModelSim
|
||||||
# Please make sure you have ModelSim installed in the environment
|
# Please make sure you have ModelSim installed in the environment
|
||||||
# Otherwise, it will fail
|
# Otherwise, it will fail
|
||||||
|
|
Loading…
Reference in New Issue