deploy fabric key test cases to CI
This commit is contained in:
parent
65b387a589
commit
76b82e348f
|
@ -102,6 +102,10 @@ python3 openfpga_flow/scripts/run_fpga_task.py openfpga_shell/generate_testbench
|
||||||
echo -e "Testing SDC generation with time units";
|
echo -e "Testing SDC generation with time units";
|
||||||
python3 openfpga_flow/scripts/run_fpga_task.py openfpga_shell/sdc_time_unit --debug --show_thread_logs
|
python3 openfpga_flow/scripts/run_fpga_task.py openfpga_shell/sdc_time_unit --debug --show_thread_logs
|
||||||
|
|
||||||
|
echo -e "Testing Secured FPGA fabrics";
|
||||||
|
python3 openfpga_flow/scripts/run_fpga_task.py openfpga_shell/fabric_key/generate_vanilla_key --debug --show_thread_logs
|
||||||
|
python3 openfpga_flow/scripts/run_fpga_task.py openfpga_shell/fabric_key/generate_random_key --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