fabianschuiki / moore

A hardware compiler based on LLHD and CIRCT
http://www.llhd.io
Apache License 2.0
246 stars 31 forks source link

Add option to emit MLIR output #221

Closed fabianschuiki closed 3 years ago

fabianschuiki commented 3 years ago

The LLHD crate now supports writer to emit assembly formatted as MLIR output. Add an option to the command line to choose the output format, and possibly a -o option to specify an output file (and auto-detect the format).