mirror of
https://github.com/olofk/serv.git
synced 2025-04-22 04:47:16 -04:00
Add memsize param to FPGA targets
This commit is contained in:
parent
cd983190b3
commit
25791b10c2
1 changed files with 2 additions and 2 deletions
|
@ -65,7 +65,7 @@ targets:
|
|||
icebreaker:
|
||||
default_tool : icestorm
|
||||
filesets : [core, mem_files, wrapper, icebreaker]
|
||||
parameters : [memfile]
|
||||
parameters : [memfile, memsize]
|
||||
tools:
|
||||
icestorm:
|
||||
nextpnr_options: [--up5k, --freq, 12]
|
||||
|
@ -80,7 +80,7 @@ targets:
|
|||
tinyfpga_bx:
|
||||
default_tool : icestorm
|
||||
filesets : [core, mem_files, wrapper, tinyfpga_bx]
|
||||
parameters : [memfile]
|
||||
parameters : [memfile, memsize]
|
||||
tools:
|
||||
icestorm:
|
||||
nextpnr_options : [--lp8k, --package, cm81, --freq, 16]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue