Skip to content

Commit

Permalink
Add xc7 saxon test
Browse files Browse the repository at this point in the history
  • Loading branch information
roman3017 committed Dec 19, 2020
1 parent 6a2d523 commit fe8b148
Show file tree
Hide file tree
Showing 5 changed files with 62,692 additions and 0 deletions.
1 change: 1 addition & 0 deletions xc/xc7/tests/soc/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
add_subdirectory(litex)
add_subdirectory(ibex)
add_subdirectory(saxon)
17 changes: 17 additions & 0 deletions xc/xc7/tests/soc/saxon/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Arty Board
#

add_file_target(FILE NexysA7.xdc)
add_file_target(FILE NexysA7SmpLinux.v)
add_file_target(FILE RamXilinx.v)

add_fpga_target(
NAME saxon_nexysa7
BOARD arty100t-full
TOP NexysA7SmpLinux
SOURCES NexysA7SmpLinux.v RamXilinx.v
INPUT_XDC_FILE NexysA7.xdc
EXPLICIT_ADD_FILE_TARGET
INSTALL_CIRCUIT
)

Loading

0 comments on commit fe8b148

Please sign in to comment.