I'm trying to use no2bootloader on the tinyFPGA board, which has an 8k chip in a cm81 package. The build fails with:
make DEVICE=lp8k PACKAGE=cm81 BOARD=TinyFPGA-BX CROSS=riscv-none-elf- bootloader
Info: Packing special functions..
ERROR: Unable to place cell 'osc_I_OSC' of type 'ICESTORM_HFOSC'
ERROR: Packing design failed.
0 warnings, 2 errors
Why is it trying to place this item?
I'm trying to use no2bootloader on the tinyFPGA board, which has an 8k chip in a cm81 package. The build fails with:
make DEVICE=lp8k PACKAGE=cm81 BOARD=TinyFPGA-BX CROSS=riscv-none-elf- bootloader
Info: Packing special functions..
ERROR: Unable to place cell 'osc_I_OSC' of type 'ICESTORM_HFOSC'
ERROR: Packing design failed.
0 warnings, 2 errors
Why is it trying to place this item?