rohd icon indicating copy to clipboard operation
rohd copied to clipboard

In `SimCompare` calculate the `signalToWidthMap` instead of manually inputting in `iverilogVector`

Open mkorbel1 opened this issue 2 years ago • 0 comments

Motivation

It's annoying and confusing to need to set the signalToWidth map for SimCompare after already setting port widths properly.

Desired solution

Remove the signalToWidthMap from SimCompare.iverilogVector, and instead calculate it based on the port widths of the module.

Additional details

This change might be good to do along with the CIRCT branch merge.

mkorbel1 avatar Jul 01 '22 23:07 mkorbel1