mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-16 08:25:09 -04:00
fixes a minor bug in the barrelShifter generics example
This commit is contained in:
parent
d9de063658
commit
27c20e6eec
@ -91,7 +91,7 @@
|
|||||||
if (args.direction="left") {
|
if (args.direction="left") {
|
||||||
export circuit:="shift-fixed-left-inc.dig";
|
export circuit:="shift-fixed-left-inc.dig";
|
||||||
} else {
|
} 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+"\"!");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user