matthijsr / til-vhdl

A prototype toolchain for demonstrating and exploring an intermediate representation for defining components using the Tydi interface specification.
Apache License 2.0
3 stars 1 forks source link

Fix type reference split streams #87

Closed matthijsr closed 2 years ago

matthijsr commented 2 years ago

Rename SynthesisResult to TypedStream.

Fix some issues with TypeReference (Streams that were split but also kept would not fully propagate their children). Added Display implementations for testing and potential feedback.