Merge pull request #85 from olofk/fusesoc-icebreaker

Add FuseSoC support for icebreaker
This commit is contained in:
Clifford Wolf 2018-09-03 11:02:01 +02:00 committed by GitHub
commit 028aa757df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 36 additions and 0 deletions

36
picosoc/icebreaker.core Normal file
View File

@ -0,0 +1,36 @@
CAPI=2:
name : ::icebreaker:0
filesets:
top:
files: [icebreaker.v]
file_type : verilogSource
depend : [picosoc]
tb:
files:
- icebreaker_tb.v
file_type : verilogSource
depend : [spiflash, "yosys:techlibs:ice40"]
constraints:
files: [icebreaker.pcf]
file_type : PCF
targets:
synth:
default_tool : icestorm
filesets : [constraints, top]
tools:
icestorm:
nextpnr_options : [--freq, 13, --up5k]
pnr : next
toplevel : [icebreaker]
sim:
default_tool : icarus
filesets : [top, tb]
tools:
xsim:
xelab_options : [--timescale, 1ns/1ps]
toplevel : [testbench]