Skip to content

Commit

Permalink
Update golden results
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Kurc <[email protected]>
  • Loading branch information
mkurc-ant committed Oct 8, 2021
1 parent 6d8648c commit 2793bbe
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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

0 comments on commit 2793bbe

Please sign in to comment.