icicle icon indicating copy to clipboard operation
icicle copied to clipboard

icetime: icetime.cc:230: void read_pcf(const char*): Assertion `args.size() == 2' failed.

Open Harvie opened this issue 5 years ago • 0 comments

I can't flash icebreaker:

$ make BOARD=icebreaker flash
icetime -t -m -d up5k -P sg48 -p boards/icebreaker.pcf -c 16 -r top.rpt top_syn.asc
// Reading input .pcf file..
icetime: icetime.cc:230: void read_pcf(const char*): Assertion `args.size() == 2' failed.
make: *** [arch/ice40.mk:38: top.rpt] Aborted (core dumped)

i've tried two different versions of icetime. git that i've compiled myself. and staticaly linked binary that comes with icestudio. none of these worked...

Harvie avatar Jan 17 '20 00:01 Harvie