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
605 stars 50 forks source link

Aesthetic VHDL and C code gen fixes #246

Open JulianKemmerer opened 1 week ago

JulianKemmerer commented 1 week ago

There are plenty of places where an extra space, or tab, or unused empty process might get generated in the VHDL. Similar in C, some places where a C loop can be used where previously had generated a bunch of line sof C code... Should be easy enough to clean up...