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

WIP: CHG: Move pipelinec specific headers into sub-directory #158

Closed AlexLao512 closed 1 year ago

AlexLao512 commented 1 year ago

WIP: Not sufficiently tested.

Move pipelinec headers down into sub-directory for organization and possibly easier linting later.

JulianKemmerer commented 1 year ago

All of my by hand tests say this is fine and I plan to merge soon

JulianKemmerer commented 1 year ago

In a future PR a good next step might be some other files reorg like moving top level dir and files ex. vga/vga_pmod.c to ex. pipelinec/vga/vga_pmod.c