google / heir

A compiler for homomorphic encryption
https://heir.dev/
Apache License 2.0
303 stars 46 forks source link

yosys_optimizer: Directly convert MLIR to Yosys' AST instead of using Verilog #374

Open j2kun opened 8 months ago

j2kun commented 8 months ago

The YosysOptimizer uses the Verilog Emitter to emit code that can be passed to Yosys, then runs a yosys script. It would be a better practice to directly convert to the RTLIL IR and skip that intermediate step.

github-actions[bot] commented 8 months ago

This issue has 1 outstanding TODOs:

This comment was autogenerated by todo-backlinks