StanfordAHA/lassen

Flags are wrong for FPAdd

Closed this issue · 3 comments

We need to the flags to be correct in order to do all the floating point comparison operations. (<,<=,==,!=,etc...)

Ideally this can be done just using the already existent flags and that the cond.py does not actually depend on the instruction.

FP flags have been fixed and a separate cond section will be implemented for floating point ops by Ross/Caleb based on Monday's discussion.

This has been resolved by #99