circt icon indicating copy to clipboard operation
circt copied to clipboard

[ImportVerilog] Support for sized unpacked arrays in 'inside' expressions

Open ladisgin opened this issue 11 months ago • 2 comments

Support for sized unpacked arrays in 'inside' expressions. Implementation recursively traverses the array to find the singular value and compares all found ones with the lhs, adding the condition results to the original conditions vector.

ladisgin avatar Dec 11 '24 20:12 ladisgin

Hi, sorry for the long reply. I added the return value LogicalResult. But I do not know what to do with the tests for my errors. It looks like these type inconsistencies are checked in slang. Should I change them to assert?

ladisgin avatar Jan 18 '25 15:01 ladisgin

@hailongSun2000 Can you take a look?

ladisgin avatar Mar 25 '25 21:03 ladisgin