Skip to content

Commit

Permalink
[build system] only parse fir and emit mlirbc
Browse files Browse the repository at this point in the history
  • Loading branch information
sequencer committed Feb 4, 2024
1 parent e0f44c6 commit 3ba6276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/t1/mlirbc.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ stdenvNoCC.mkDerivation {
--output-annotation-file=mfc.anno.json \
--lowering-options=verifLabels \
--emit-bytecode \
--ir-verilog \
--parse-only \
-o $out/${target}-${configName}.mlirbc
'';

Expand Down

0 comments on commit 3ba6276

Please sign in to comment.