add test case of report_reference to basic_reg_test.sh
This commit is contained in:
parent
9a2fc86dcd
commit
83fc1210b5
|
@ -23,7 +23,7 @@ lut_truth_table_fixup
|
||||||
# - Enabled frame view creation to save runtime and memory
|
# - Enabled frame view creation to save runtime and memory
|
||||||
# Note that this is turned on when bitstream generation
|
# Note that this is turned on when bitstream generation
|
||||||
# is the ONLY purpose of the flow!!!
|
# 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 to a file
|
||||||
report_reference ${OPENFPGA_REPORT_REFERENCE_OPTIONS}
|
report_reference ${OPENFPGA_REPORT_REFERENCE_OPTIONS}
|
||||||
|
|
|
@ -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/device_4x4 $@
|
||||||
run-task basic_tests/no_time_stamp/no_cout_in_gsb $@
|
run-task basic_tests/no_time_stamp/no_cout_in_gsb $@
|
||||||
run-task basic_tests/no_time_stamp/dump_waveform $@
|
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
|
# 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
|
# Switch to root path in case users are running the tests in another location
|
||||||
cd ${OPENFPGA_PATH}
|
cd ${OPENFPGA_PATH}
|
||||||
|
|
Loading…
Reference in New Issue