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

Fixextraregs #63

Closed JulianKemmerer closed 2 years ago

JulianKemmerer commented 2 years ago

Very long over due change to have PipelineC specify registers more directly instead of letting the synthesis tool rip up unused regs and propagate constants (which can be very slow).

Has been working in all tests :partying_face: