Skip to content

Commit

Permalink
Merge branch 'devel'
Browse files Browse the repository at this point in the history
  • Loading branch information
lerwys committed Jun 4, 2018
2 parents 91ebf0c + 99e041b commit c00c28d
Show file tree
Hide file tree
Showing 8 changed files with 178 additions and 42 deletions.
22 changes: 22 additions & 0 deletions hdl/syn/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,25 @@ planAhead_run_*/
*.srcs/
*.jou
*.log

# hdlmake stuff

*tcl_bitstream
*tcl_map
*tcl_par
*tcl_synthesize
*tcl_translate

*bitstream
*map
*par
*synthesize
*translate

*bitstream.tcl
*map.tcl
*par.tcl
*synthesize.tcl
*translate.tcl
*project.tcl
*files.tcl
2 changes: 2 additions & 0 deletions hdl/syn/afc_v3/vivado/dbe_bpm2_bo_sirius/Manifest.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
target = "xilinx"
action = "synthesis"

language = "vhdl"

syn_device = "xc7a200t"
syn_grade = "-2"
syn_package = "ffg1156"
Expand Down
2 changes: 2 additions & 0 deletions hdl/syn/afc_v3/vivado/dbe_bpm2_sr_sirius/Manifest.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
target = "xilinx"
action = "synthesis"

language = "vhdl"

syn_device = "xc7a200t"
syn_grade = "-2"
syn_package = "ffg1156"
Expand Down
2 changes: 2 additions & 0 deletions hdl/syn/afc_v3/vivado/dbe_bpm2_sr_uvx/Manifest.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
target = "xilinx"
action = "synthesis"

language = "vhdl"

syn_device = "xc7a200t"
syn_grade = "-2"
syn_package = "ffg1156"
Expand Down
2 changes: 2 additions & 0 deletions hdl/syn/afc_v3/vivado/dbe_bpm_sr_uvx/Manifest.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
target = "xilinx"
action = "synthesis"

language = "vhdl"

syn_device = "xc7a200t"
syn_grade = "-2"
syn_package = "ffg1156"
Expand Down
2 changes: 2 additions & 0 deletions hdl/syn/afc_v3/vivado/dbe_pbpm/Manifest.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
target = "xilinx"
action = "synthesis"

language = "vhdl"

syn_device = "xc7a200t"
syn_grade = "-2"
syn_package = "ffg1156"
Expand Down
186 changes: 145 additions & 41 deletions hdl/top/afc_v3/vivado/dbe_bpm_gen/dbe_bpm_gen.vhd

Large diffs are not rendered by default.

0 comments on commit c00c28d

Please sign in to comment.