Skip to content

Commit

Permalink
modified testcases
Browse files Browse the repository at this point in the history
  • Loading branch information
treelin611 committed Oct 9, 2024
1 parent 88e12a0 commit fc5c0f6
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions openfpga/src/annotation/read_unique_blocks_xml.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#include <capnp/message.h>
#include <capnp/serialize.h>
#include <kj/io.h>

#include <string>
/* Headers from pugi XML library */
Expand Down
3 changes: 1 addition & 2 deletions openfpga_flow/regression_test_scripts/basic_reg_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,13 @@ run-task basic_tests/preload_rr_graph/preload_rr_graph_xml $@
run-task basic_tests/preload_rr_graph/preload_rr_graph_bin $@

echo -e "Testing preloading unique blocks"
run-task basic_tests/preload_unique_blocks/write_unique_blocks $@
run-task basic_tests/preload_unique_blocks/read_unique_blocks $@
run-task basic_tests/preload_unique_blocks/write_unique_blocks_full_flow $@
run-task basic_tests/preload_unique_blocks/read_unique_blocks_full_flow $@
run-task basic_tests/preload_unique_blocks/read_write_unique_blocks $@
run-task basic_tests/preload_unique_blocks/read_write_unique_blocks_bin $@
run-task basic_tests/preload_unique_blocks/write_bin_unique_blocks_full_flow $@
run-task basic_tests/preload_unique_blocks/read_unique_blocks_bin $@
run-task basic_tests/preload_unique_blocks/read_bin_write_xml $@


echo -e "Testing testbenches using fpga core wrapper"
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit fc5c0f6

Please sign in to comment.