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

Imports between files #107

Open matthijsr opened 2 years ago

matthijsr commented 2 years ago

Files are still fairly independent, and imports don't work yet.

The parser should "combine" all the input files before evaluating anything.

Also see #104

The easy solution here is to literally combine all the source strings into one big string, but #103 would be a significantly better solution. (Also makes it easier to let individual files fail.)