A C-like hardware description language (HDL) adding high level synthesis(HLS)-like automatic pipelining as a language construct/compiler feature.
GNU General Public License v3.0
606
stars
50
forks
source link
Only 'cpp' for C preprocessing is supported now #166
Open
JulianKemmerer opened 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...