]> Joshua Wise's Git repositories - fpgaboy.git/blobdiff - core/insn_alu_ext.v
Fix flags bugs in tests 6 and 8
[fpgaboy.git] / core / insn_alu_ext.v
index 19855868054e8a02f02318bbcb2a2de056dd1802..5ae8fe8c96fc3b3adc2612311911c56045b7f666 100644 (file)
@@ -22,7 +22,7 @@
                        tmp[7]};
 
        assign rr    = {`_F[4],tmp[7:1]};
-       assign rrf   = {({tmp[4],tmp[7:1]} == 0 ? 1'b1 : 1'b0),
+       assign rrf   = {({`_F[4],tmp[7:1]} == 0 ? 1'b1 : 1'b0),
                        2'b0,
                        tmp[0]};
 
This page took 0.02286 seconds and 4 git commands to generate.