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 20, 2023
1 parent de0427a commit 692d8c5
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 692d8c5

Please sign in to comment.