fixes a minor bug in the barrelShifter generics example

This commit is contained in:
hneemann 2020-11-01 14:35:32 +01:00
parent d9de063658
commit 27c20e6eec

View File

@ -91,7 +91,7 @@
if (args.direction="left") {
export circuit:="shift-fixed-left-inc.dig";
} else {
panic("only \"left\", \"right\" or \"arith\" is allowed as direction, not \""+args.dir+"\"!");
panic("only \"left\", \"right\" or \"arith\" is allowed as direction, not \""+args.direction+"\"!");
}
}
}