A C-like hardware description language (HDL) adding high level synthesis(HLS)-like automatic pipelining as a language construct/compiler feature.
GNU General Public License v3.0
606
stars
50
forks
source link
FSM style generated code can mangle struct references #169
Closed
JulianKemmerer closed 1 year ago
If have an input to function
foo
calledreq
And also unrelated nested struct expression
thing.field.req.other.etc
Might be mangled to like
thing.field.foo_req.other.etc