Implement OP_CMP
authorMichael Nolan <mtnolan2640@gmail.com>
Thu, 14 May 2020 15:40:22 +0000 (11:40 -0400)
committerMichael Nolan <mtnolan2640@gmail.com>
Thu, 14 May 2020 15:40:22 +0000 (11:40 -0400)
commitc1b030839617b1ffd43d305bf702cdb2e10be8f9
treeaf2ab0e8f84cd5910a257078df4b9bf6f47c501c
parent7d7589886181fb00dcea53b58aa218fd33223c3d
Implement OP_CMP

Had to reverse the a and b inputs if a cmp is detected though. Ugh
src/soc/alu/formal/proof_input_stage.py
src/soc/alu/input_stage.py
src/soc/alu/main_stage.py
src/soc/alu/test/test_pipe_caller.py