Closed Chandler-Kluser closed 2 years ago
You need to use nextpnr-ecp5 --25k --package CABGA256 --json top.json --lpf top.lpf --textcfg top.config
which writes a textual to-be-packed bitstream in trellis format to top.config
and then use ecppack
(not icepack
) thus ecppack [args] top.config top.bit
([args]
could include --compress
to generate a compressed bitstream, --svf top.svf
to generate an svf file for generic jtag programming tools, etc, or nothing)
Thanks, sorry for the issue
Problem solved, you are great!! :)
I am trying to place and route a simple nand module for
LFE5U-25F-6BG256C
:top.v:
top.lpf:
Running Yosys 0.22+57 (build from source in commit sha1 518194fac):
which gave me the following output:
that generates the file
top.json
successfully, but when I run:I get:
but I don't get any output to pack with ìcepack`.
Can someone help me?