add test case of report_reference to basic_reg_test.sh

This commit is contained in:
Victor 2024-09-06 18:28:23 +08:00
parent 9a2fc86dcd
commit 83fc1210b5
2 changed files with 5 additions and 1 deletions

View File

@ -23,7 +23,7 @@ lut_truth_table_fixup
# - Enabled frame view creation to save runtime and memory
# Note that this is turned on when bitstream generation
# is the ONLY purpose of the flow!!!
#build_fabric --compress_routing --frame_view #--verbose
build_fabric --compress_routing --frame_view #--verbose
# Report reference to a file
report_reference ${OPENFPGA_REPORT_REFERENCE_OPTIONS}

View File

@ -314,6 +314,10 @@ run-task basic_tests/no_time_stamp/device_1x1 $@
run-task basic_tests/no_time_stamp/device_4x4 $@
run-task basic_tests/no_time_stamp/no_cout_in_gsb $@
run-task basic_tests/no_time_stamp/dump_waveform $@
echo -e "Testing report reference to file";
run-task basic_tests/report_reference $@
# Run git-diff to ensure no changes on the golden netlists
# Switch to root path in case users are running the tests in another location
cd ${OPENFPGA_PATH}