basic reg test updated
This commit is contained in:
parent
793e40cb95
commit
469b3a960c
|
@ -9,8 +9,8 @@ PYTHON_EXEC=python3.8
|
|||
echo -e "Basic regression tests for Yosys-only flow";
|
||||
|
||||
echo -e "Testing configuration chain of a K4N4 FPGA";
|
||||
run-task basic_tests/verific_test --debug --show_thread_logs
|
||||
run-task basic_tests/yosys_only --debug --show_thread_logs
|
||||
|
||||
# Repgression test to test multi-user enviroment
|
||||
cp -r */*/basic_tests/full_testbench/configuration_chain /tmp/
|
||||
cd /tmp/ && run-task configuration_chain --debug --show_thread_logs
|
||||
cp -r */*/basic_tests/yosys_only /tmp/
|
||||
cd /tmp/ && run-task yosys_only --debug --show_thread_logs
|
||||
|
|
Loading…
Reference in New Issue