Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable PP3 bin2seven test #591

Merged
merged 2 commits into from
Oct 18, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion quicklogic/pp3/tests/design_flow/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ set(QL_DESIGNS_DIR ../../../../designs)

add_subdirectory(adder_8)
add_subdirectory(bin2bcd)
add_subdirectory(bin2seven)
#add_subdirectory(bin2seven) # Causes ABC9 segfault: https://github.com/QuickLogic-Corp/symbiflow-arch-defs/issues/590
add_subdirectory(clock_tree_design)
add_subdirectory(counter_8bit)
add_subdirectory(counter_32bit)
Expand Down
2 changes: 1 addition & 1 deletion quicklogic/pp3/tests/design_flow/IR_Remote/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ add_fpga_target(
INPUT_IO_FILE jimbob4.pcf
AUTO_ADD_FILE_TARGET

ASSERT_USAGE PB-CLOCK=1,PB-GMUX=1,PB-LOGIC<=383
ASSERT_USAGE PB-CLOCK=1,PB-GMUX=1,PB-LOGIC<=386
)

add_dependencies(all_ql_tests_bit IR_Remote-ql-jimbob4-pp3_bit)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ add_fpga_target(
INPUT_IO_FILE jimbob4.pcf
AUTO_ADD_FILE_TARGET

ASSERT_USAGE PB-CLOCK=2,PB-GMUX=2,PB-LOGIC<=155
ASSERT_USAGE PB-CLOCK=2,PB-GMUX=2,PB-LOGIC<=160
)

add_dependencies(all_ql_tests_bit i2c_master_top-ql-jimbob4-pp3_bit)
Expand Down
2 changes: 1 addition & 1 deletion quicklogic/pp3/tests/design_flow/rgb2ycrcb/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ add_fpga_target(
INPUT_IO_FILE jimbob4.pcf
AUTO_ADD_FILE_TARGET

ASSERT_USAGE PB-CLOCK=1,PB-GMUX=1,PB-LOGIC<=495
ASSERT_USAGE PB-CLOCK=1,PB-GMUX=1,PB-LOGIC<=496
ASSERT_TIMING fmax>=10.0
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ add_fpga_target(
INPUT_IO_FILE jimbob4.pcf
AUTO_ADD_FILE_TARGET

ASSERT_USAGE PB-CLOCK=1,PB-GMUX=1,PB-LOGIC<=595
ASSERT_USAGE PB-CLOCK=1,PB-GMUX=1,PB-LOGIC<=598
)

add_dependencies(all_ql_tests_bit sdio_client_top-ql-jimbob4-pp3_bit)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ add_fpga_target(
INPUT_IO_FILE jimbob4.pcf
AUTO_ADD_FILE_TARGET

ASSERT_USAGE PB-CLOCK=2,PB-GMUX=2,PB-LOGIC<=134
ASSERT_USAGE PB-CLOCK=2,PB-GMUX=2,PB-LOGIC<=136
)

add_dependencies(all_ql_tests_bit spi_master_top-ql-jimbob4-pp3_bit)
Expand Down