n8tlarsen
n8tlarsen
@lopsided98 What has to happen yet to complete the PR? I'm more than happy to help close this item as I'm working on a project which would benefit from this...
This isn't really related to #662 but I may be able to offer some insight. In this case `svd2rust` is not expanding/unrolling the [dimElementGroup](https://www.keil.com/pack/doc/CMSIS/SVD/html/elem_special.html#dimElementGroup_gr) (identifiers with the %s notation) as...
This is _exactly_ what I set out to do in my PR. I bootleged your `` snippet into an SVD to run it through svd2rust with the changes in #662....
Actually your issue already points out some room for improvement in that not only must the register name regex match but the fields as well before determining that the types...
Should I try to fix this before merging #662 or open a new PR after?
Using PR #662 I generated a PAC, but when compiling I got 500+ `ENUM_A` or `ENUM_AW` duplicate definition errors which are unrelated to #662 and may require patching. I did...
I'm also having this issue. Has any progress been made?
Thanks for the quick response. I didn't realize there was a new release; I was using version 2.0.0. Version 3.0.0 does not exhibit the issue.
I found this issue pop up again in GHDL version 3.0.0 with the llvm backend. When the port definition contains an unconstrained array, the same crash occurs. All concatenated signals...
I just installed version 4.1.0 and this issue still exists in my case. Here's the entity: ``` vhdl library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all; entity skid_buffer_in is port ( aclk...