Skip to content

Commit

Permalink
lowercase aie and aiex
Browse files Browse the repository at this point in the history
  • Loading branch information
makslevental committed Dec 21, 2023
1 parent 70dd297 commit 6557ec9
Show file tree
Hide file tree
Showing 13 changed files with 172 additions and 200 deletions.
2 changes: 1 addition & 1 deletion include/aie/Dialect/AIE/IR/AIE.td
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
include "mlir/IR/OpBase.td"

def AIE_Dialect : Dialect {
let name = "AIE";
let name = "aie";
let cppNamespace = "::xilinx::AIE";
let description = [{

Expand Down
Loading

0 comments on commit 6557ec9

Please sign in to comment.