spelling mistake
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 11 Apr 2020 19:57:29 +0000 (20:57 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 11 Apr 2020 19:57:29 +0000 (20:57 +0100)
src/soc/experiment/score6600.py

index 454d6b36509e29bb41418cc4e6fc4b2ea47447a6..83049a535826e2dca12ba029178e986f4ab6d84d 100644 (file)
@@ -697,7 +697,7 @@ class Scoreboard(Elaboratable):
         comb += int_src1.ren.eq(intfus.src1_rsel_o)
         comb += int_src2.ren.eq(intfus.src2_rsel_o)
 
-        # connect ALUs to regfule
+        # connect ALUs to regfile
         comb += int_dest.data_i.eq(cu.data_o)
         comb += cu.src1_i.eq(int_src1.data_o)
         comb += cu.src2_i.eq(int_src2.data_o)