1
0
mirror of https://github.com/antonblanchard/chiselwatt.git synced 2026-02-28 09:28:23 +00:00
Files
antonblanchard.chiselwatt/chiselwatt.core
Carlos de Paula 2d5d429708 Adjust pins and Makefile for OpenOCD
Signed-off-by: Carlos de Paula <me@carlosedp.com>
2020-04-08 10:26:02 -03:00

89 lines
1.9 KiB
Core

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}
ecp5-ulx3s:
files:
- constraints/ecp5-ulx3s.lpf : {file_type : LPF}
- pll/pll_ehxplll_25MHz.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
ecp5-ulx3s:
default_tool: diamond
filesets: [core, ecp5-ulx3s]
tools:
diamond: {part: LFE5U-85F-8BG381I}
toplevel : toplevel
parameters:
RESET_LOW:
datatype : bool
description : External reset button polarity
paramtype : generic