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
569 stars 46 forks source link

Only 'cpp' for C preprocessing is supported now #166

Open JulianKemmerer opened 1 year ago

JulianKemmerer commented 1 year ago

Add support for other preprocessors, ex. clang -E perhaps?

Relates to https://github.com/JulianKemmerer/PipelineC/issues/56

A few places in code 'cpp' is hard coded...

JulianKemmerer commented 1 year ago

Need to figure out what the clang equivalent of cpp -MM -MG is