raulbehl / 100DaysOfRTL

100 Days of RTL
332 stars 99 forks source link

yosys read error #2

Closed archy-embedinn closed 2 years ago

archy-embedinn commented 2 years ago

Thanks for the 100 days rtl step by step guidance realy appreciate your time.

I am getting error with -gno-shared-loop-index also Yosys is not working with read command i have to changed it to read_verilog, may be yosys version difference with me

raulbehl commented 2 years ago

Hey, Thank you for pointing this out. As I see I am on version Yosys 0.9 (git sha1 1979e0b). What version are you on?

archy-embedinn commented 2 years ago

Thanks for your reply I have installed the default available production release. Yosys 0.7 (git sha1 61f6811). I think they had changed the read call in the newer version. I was also facing issues with iverilog default v10 as it gives an error for SystemVerilog syntax. Installing the beta newer version 11 compiles without error, just added the comment for someone having the same issue.

raulbehl commented 2 years ago

Unfortunately, I had to update the yosys version again (to get it working with SV). I now use the version Yosys 0.16+65 (git sha1 52d8dde, gcc 7.5.0-3ubuntu1~18.04 -fPIC -Os) along with the UHDM plugin for SV support.

raulbehl commented 2 years ago

Marking this as closed.