mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
Merge pull request #152 from gsomlo/gls-trellis-svf
build/lattice/trellis: generate bitstream directly in svf format
This commit is contained in:
commit
3543b56753
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ class LatticeTrellisToolchain:
|
|||
self.build_template = [
|
||||
"yosys -q -l {build_name}.rpt {build_name}.ys",
|
||||
"nextpnr-ecp5 --json {build_name}.json --lpf {build_name}.lpf --textcfg {build_name}.config --{architecture} --package {package} --freq {freq_constraint}",
|
||||
"ecppack {build_name}.config {build_name}.bit"
|
||||
"ecppack {build_name}.config --svf {build_name}.svf --bit {build_name}.bit"
|
||||
]
|
||||
|
||||
self.freq_constraints = dict()
|
||||
|
|
Loading…
Reference in a new issue