Skip to content

Commit

Permalink
Merge branch 'objfifo-alloc' of https://github.com/Xilinx/mlir-aie in…
Browse files Browse the repository at this point in the history
…to objfifo-alloc
  • Loading branch information
abisca committed Apr 24, 2024
2 parents 9926ca1 + e88bd2b commit cca86ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/compiler/aiecc/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
.add_pass("aie-lower-cascade-flows")
.add_pass("aie-lower-broadcast-packet")
.add_pass("aie-create-packet-flows")
.add_pass("aie-lower-multicast")
.add_pass("aie-lower-multicast"),
)
.convert_scf_to_cf()
)
Expand Down

0 comments on commit cca86ff

Please sign in to comment.