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
Structs must use typedef tag_name == struct_alias for struct definitions #128
Open
JulianKemmerer opened 2 years ago
Structs must use
tag_name == struct_alias
in struct definitions...Otherwise you will get parsing errors as if type wasn't defined