Skip to content

Commit 6a57c5a

Browse files
committed
[Doc][NFC] Update MLIR example in PythonBindings.md
1 parent 01afa4c commit 6a57c5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/PythonBindings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Running this script through `python3 silicon.py` should print the following MLIR
107107

108108
```mlir
109109
module {
110-
hw.module @magic(%a: i42, %b: i42) -> (c: i42) {
110+
hw.module @magic(in %a: i42, in %b: i42, out c: i42) {
111111
%0 = comb.xor %a, %b : i42
112112
hw.output %0 : i42
113113
}

0 commit comments

Comments
 (0)