EPFL-LAP / dynamatic

DHLS (Dynamic High-Level Synthesis) compiler based on MLIR
Other
49 stars 14 forks source link

[Speculation] Add support for export-dot tool #70

Closed asleix closed 6 months ago

asleix commented 6 months ago

As a step towards speculative circuits generation, the tool export-dot is adapted to include speculative operations. The final goal is that the tool export-vhdl will also support speculative circuits.

The design includes:

A test has been added to complement the pass.

As a next step, export-vhdl will need to be updated to parse the dot files and add the necessary channels and arrays for the speculative tag bits.