bitcraze / lighthouse-fpga

GNU Lesser General Public License v3.0
27 stars 21 forks source link

Error while running search-seed #11

Closed rashmiam12 closed 3 years ago

rashmiam12 commented 3 years ago

when i run the search-seed script I get the following error

Warning: Use of default value for --package is deprecated. Please add '--package sg48' to arguments. ERROR: Failed to open JSON file 'lighthouse.json'. 1 warning, 1 error

Can someone please help me with this ?

ataffanel commented 3 years ago

It looks like the package parameter needs to be added when calling nextpnr. I just tested using the latest version of nextpnr and I did not have the problem though. I anyway pushed a fix that adds the parameter, tell me if it works and we can close this issue.

rashmiam12 commented 3 years ago

Thanks for the reply! yes it is working now.

ataffanel commented 3 years ago

Great! Closing this issue then :-)