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 3, 2022
1 parent 5b0e364 commit a78abbe
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions syn/spartan/Manifest.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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

modules = {
"local": ["../../hdl", "../../../hdmi/src"]
}

0 comments on commit a78abbe

Please sign in to comment.