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

User defined top level module name #92

Closed JulianKemmerer closed 2 years ago

JulianKemmerer commented 2 years ago

Currently the tool outputs a final top.vhd with a top entity.

Allow the user to specify any top name instead (cmd line, pragma, both?)

Default should really be pipelinec_top...

JulianKemmerer commented 2 years ago

Thanks again @barbossa404

https://github.com/JulianKemmerer/PipelineC/pull/114