povik / yosys-slang

SystemVerilog frontend for Yosys
ISC License
55 stars 7 forks source link

Yosys API change breaks `.bits` #63

Closed akashlevy closed 1 month ago

akashlevy commented 1 month ago

In the latest version of Yosys .bits was changed to .bits(). This should eventually be reflected in the slang frontend.

akashlevy commented 1 month ago

Can make a quick PR for this if needed

povik commented 1 month ago

Thanks. I will see if there's a good way to write it in a way which will work both before and after the YosysHQ/yosys#4516 change

povik commented 1 month ago

Presumably fixed in 7a9960c (in the staging branch)