Skip to content

Commit

Permalink
Merge pull request f4pga#1860 from antmicro/fix-ps7-tests
Browse files Browse the repository at this point in the history
Fix PS7 tests
  • Loading branch information
kgugala committed Dec 10, 2020
2 parents 7c1267b + cc9199b commit 27c4784
Show file tree
Hide file tree
Showing 9 changed files with 171 additions and 1,360 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ add_dependencies(all_xc7_demos
#all_basys3-bottom_bin
# TODO(#548) Zybo targets not currently working, so removed from all target.
#all_zybo_bin
#all_zybo-full_bin
all_zybo-full_bin
)
endif()

Expand Down
4 changes: 2 additions & 2 deletions xc/xc7/tests/ps7/axi_lite_reg/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
add_file_target(FILE AxiPeriph.v SCANNER_TYPE verilog)
add_file_target(FILE axi_reg.v SCANNER_TYPE verilog)
add_file_target(FILE zybo.pcf)
add_file_target(FILE zybo.xdc)

add_fpga_target(
NAME axi_regs_zybo
BOARD zybo-full
SOURCES AxiPeriph.v axi_reg.v
INPUT_IO_FILE zybo.pcf
INPUT_XDC_FILE zybo.xdc
EXPLICIT_ADD_FILE_TARGET
)

Expand Down

0 comments on commit 27c4784

Please sign in to comment.