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
605 stars 50 forks source link

Rework much of C TO FSM logic to flatten local subroutine fsms #164

Closed JulianKemmerer closed 1 year ago

JulianKemmerer commented 1 year ago

This removed duplicate instances of function resources and makes instance array branch work worthwhile.

JulianKemmerer commented 1 year ago

Fix for #86