Skip to content

Commit

Permalink
Add Spartan Edge Accelerator synthesis manifest
Browse files Browse the repository at this point in the history
This allows generating a Vivado project and building
with hdlmake
  • Loading branch information
bkoropoff committed Feb 6, 2022
1 parent 5b0e364 commit a82472c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions syn/spartan/Manifest.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
action = "synthesis"

syn_device = "xc7s15"
syn_package = "ftgb196"
syn_grade = "-1"
syn_tool = "vivado"
syn_top = "topUnit"
syn_project = "gbahd.xpr"

syn_fail_on_timing = False

fetchto = "../../ip"

modules = {
"local": ["../../hdl"],
"git": [
"https://github.com/hdl-util/hdmi.git@@b2e5688"
]
}

0 comments on commit a82472c

Please sign in to comment.