YosysHQ / nextpnr

nextpnr portable FPGA place and route tool
ISC License
1.24k stars 236 forks source link

I can't find the arch file chipdb-5k.bin, where is it ? #1316

Closed lehaifeng000 closed 1 month ago

lehaifeng000 commented 2 months ago

When using ice40, I found that the file chipdb-5k.bin was not found, but the size of nextpnr-ice40 is more than 300M. Is the arch content compiled into nextpnr-ice40 during compilation?

gatecat commented 1 month ago

Yes, that's correct, by default chipdbs are included in the binary so we don't have to worry about loading data at runtime.

lehaifeng000 commented 1 month ago

thank you, if I want the chipdbs to be an independent file, what should I do?