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

Make inline functions work #69

Closed JulianKemmerer closed 2 weeks ago

JulianKemmerer commented 2 years ago

The tool currently ignores the inline keyword.

Inlining is copying w/ renaming of the sub graph of the function into the place where function is called.