lushaylabs / lushay-code

yosys, nextpnr, apicula and openFPGALoader in vscode using OSS-CAD-Suite
https://marketplace.visualstudio.com/items?itemName=lushay-labs.lushay-code&ssr=false
MIT License
20 stars 3 forks source link

Fail to generate bitstream on Tang Nano 9k - Buil only fails #2

Closed mhanuel26 closed 1 year ago

mhanuel26 commented 1 year ago

Hi,

After setting the toochain as described here I am trying the build the uart example here

I am getting

image

I am not sure what might I have been missing, I know I have installed node.js which has installed the latest python 311 on my system.

Is that a python compatibility issue? If so, how can I use a different python along the FPGA toolchain?

WIll appreciate your help, Thanks

lushaylabs commented 1 year ago

Hey, others have reported this same issue with the latest versions of OSs cad suite, can you try using this version instead https://github.com/YosysHQ/oss-cad-suite-build/releases/tag/2023-04-06

I will look into the issue further and see what the cause of the issue with the new versions is

On Wed, Jul 5, 2023 at 9:39 AM Manuel Iglesias Abbatemarco < @.***> wrote:

Hi,

After setting the toochain as described here https://learn.lushaylabs.com/getting-setup-with-the-tang-nano-9k/ I am trying the build the uart example here https://github.com/lushaylabs/tangnano9k-series-examples

I am getting

[image: image] https://user-images.githubusercontent.com/2257779/251057856-e4d11513-c14a-492d-85a3-209ccbee99f4.png

I am not sure what might I have been missing, I know I have installed node.js which has installed the latest python 311 on my system.

Is that a python compatibility issue? If so, how can I use a different python along the FPGA toolchain?

WIll appreciate your help, Thanks

— Reply to this email directly, view it on GitHub https://github.com/lushaylabs/lushay-code/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZSQLNW5RLJIUAUGUFXNYQDXOUDYXANCNFSM6AAAAAAZ6PRJGA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

mhanuel26 commented 1 year ago

Hi @lushaylabs ,

Thanks for you prompt answer. That works!