JulianKemmerer / PipelineC

A C-like hardware description language (HDL) adding high level synthesis(HLS)-like automatic pipelining as a language construct/compiler feature.
https://github.com/JulianKemmerer/PipelineC/wiki
GNU General Public License v3.0
588 stars 47 forks source link

Allow global variables to be top level inputs or outputs #123

Open JulianKemmerer opened 1 year ago

JulianKemmerer commented 1 year ago

Very similar to what debug_port.h does - essentially replacing that functionality with a pragma and using user name directly with no mangling.