|
|
/home/cs455001/demo/Logic-Sim/shift-register
|
|
/home/cs455001/demo/Logic-Sim/xor
|
|
It's much easier to see and example (I'll do it in class)
|
|
|
How to use it:
|
This is a logic-sim program from my CS355 class...
Example:
00011
----------------
1101 / 10001000
1101
---- (XOR)
1011
1101
---- (XOR)
1100
1101
---- (XOR)
000100 <---- remainder = 100
|
Do this:
|