EPFL-LAP / dynamatic

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

[Frontend] Add set-polygeist-path command in dynamatic frontend #100

Closed Carmine50 closed 3 months ago

Carmine50 commented 3 months ago

Modified the frontend script of dynamatic to add the command to set the polygeist path.

The script compile.sh receives as input this path. If not specified, the script will look for the default location of polygeist (i.e., inside dynamatic main folder)

Carmine50 commented 3 months ago

Yes, it makes sense! Thank you for the review :) Just changed it and pushed it