djg / verilated-rs

Verilator Porcelain
Apache License 2.0
36 stars 14 forks source link

fix: handle major version 5+ in preproc checks #10

Open dataphract opened 1 year ago

dataphract commented 1 year ago

This PR updates some preprocessor checks to no longer assume that 4 is the latest Verilator major version. It also incorporates the renaming of rolloverMB() to rolloverSize() in v4.226.

This is only a partial fix -- the examples still do not build with Verilator 5, but these fixes result in more progress.