Vanillnya / ohdl

Oxidized Hardware Description Language
3 stars 1 forks source link

Split up IR into segments #1

Closed DasLixou closed 2 months ago

DasLixou commented 2 months ago

The goal is to split the current single "master" IR into multiple reusable segments. Those would for example be

With that design, the stages don't have to operate on the whole IR, but rather on the segments they need.