8bitworkshop icon indicating copy to clipboard operation
8bitworkshop copied to clipboard

Feature Request: System Verilog

Open Beaker73 opened this issue 4 years ago • 1 comments

The new verilog backend seems to support system verilog, based on the feedback I'm getting from the editor. But when trying to use structs I'll get the message that structs are not supported during compilation. I've even tried renaming with the *.sv extension but to no avail.

Would it be possible to enable system verilog compilation?

Beaker73 avatar Jul 28 '21 15:07 Beaker73

Verilator has introduced some SV features; here's the docs on structs. Supporting structs should be possible, though since they are represented as a vector, I'd have to eliminate the 64-bit limit for them to be very useful.

sehugg avatar Jul 29 '21 11:07 sehugg