mirror of
https://github.com/antonblanchard/chiselwatt.git
synced 2026-05-04 07:08:47 +00:00
FuseSoC Nexys Video support
Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
This commit is contained in:
committed by
Anton Blanchard
parent
94233ed756
commit
ca3e38c194
@@ -21,6 +21,11 @@ filesets:
|
||||
- constraints/arty_a7.xdc : {file_type : xdc}
|
||||
- pll/pll_bypass.v : {file_type : verilogSource}
|
||||
|
||||
nexys_video:
|
||||
files:
|
||||
- constraints/nexys-video.xdc : {file_type : xdc}
|
||||
- pll/pll_bypass.v : {file_type : verilogSource}
|
||||
|
||||
ecp5-evn:
|
||||
files:
|
||||
- constraints/ecp5-evn.lpf : {file_type : LPF}
|
||||
@@ -50,6 +55,13 @@ targets:
|
||||
vivado: {part : xc7a100ticsg324-1L}
|
||||
toplevel : toplevel
|
||||
|
||||
nexys_video:
|
||||
default_tool: vivado
|
||||
filesets: [core, nexys_video]
|
||||
tools:
|
||||
vivado: {part : xc7a200tsbg484-1}
|
||||
toplevel : toplevel
|
||||
|
||||
ecp5-evn:
|
||||
default_tool: diamond
|
||||
filesets: [core, ecp5-evn]
|
||||
|
||||
Reference in New Issue
Block a user