forked from f4pga/f4pga-arch-defs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
62,692 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
add_subdirectory(litex) | ||
add_subdirectory(ibex) | ||
add_subdirectory(saxon) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
) | ||
|
Oops, something went wrong.