1
0
mirror of https://github.com/antonblanchard/chiselwatt.git synced 2026-01-13 15:27:47 +00:00
antonblanchard.chiselwatt/chiselwatt.core
Anton Blanchard ca3e38c194 FuseSoC Nexys Video support
Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
2020-02-06 21:13:06 +11:00

77 lines
1.6 KiB
Plaintext

CAPI=2:
name : ::chiselwatt:0
filesets:
core:
files:
- Core.v
- MemoryBlackBox.v
- toplevel.v
- insns.hex : {copyto : insns.hex, file_type : user}
file_type : verilogSource
cmod_a7-35:
files:
- constraints/cmod_a7-35.xdc : {file_type : xdc}
- pll/pll_mmcme2.v : {file_type : verilogSource}
arty_a7:
files:
- 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}
- pll/pll_ehxplll.v : {file_type : verilogSource}
targets:
cmod_a7-35:
default_tool: vivado
filesets: [core, cmod_a7-35]
parameters :
- RESET_LOW=false
tools:
vivado: {part : xc7a35tcpg236-1}
toplevel : toplevel
arty_a7-35:
default_tool: vivado
filesets: [core, arty_a7]
tools:
vivado: {part : xc7a35ticsg324-1L}
toplevel : toplevel
arty_a7-100:
default_tool: vivado
filesets: [core, arty_a7]
tools:
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]
tools:
diamond: {part: LFE5U-85F-8BG381I}
toplevel : toplevel
parameters:
RESET_LOW:
datatype : bool
description : External reset button polarity
paramtype : generic