tgingold-cern / cheby

GNU General Public License v3.0
8 stars 4 forks source link

Verilog - Use appropriate assignment operator, split tests between Verilog and SV #32

Closed stefanlippuner closed 10 months ago

stefanlippuner commented 10 months ago

Follow-up from https://github.com/tgingold-cern/cheby/pull/31

Given that the intent is to support both SystemVerilog and Verilog (at least partially), I think we should test the generation of both in CI. This PR implements that and fixes one issue that was detected using the new elboration test.

Functional changes

Testing changes