whitespace, add bug ref number to test API
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 7 Sep 2021 13:40:39 +0000 (14:40 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 7 Sep 2021 13:40:39 +0000 (14:40 +0100)
src/soc/simple/test/test_core.py

index a35545024e23ba05a8ad71ac96e2500e0c5b4612..836ed5bd852ee74738dda4084db11302ce303a64 100644 (file)
@@ -3,7 +3,9 @@
 related bugs:
 
  * https://bugs.libre-soc.org/show_bug.cgi?id=363
+ * https://bugs.libre-soc.org/show_bug.cgi?id=686
 """
+
 from nmigen import Module, Signal, Cat
 from nmigen.back.pysim import Simulator, Delay, Settle
 from nmutil.formaltest import FHDLTestCase
@@ -40,6 +42,7 @@ from openpower.util import spr_to_fast_reg
 # list of SPRs that are controlled and managed by the MMU
 mmu_sprs = ["PRTBL", "DSISR", "DAR", "PIDR"]
 
+
 def set_mmu_spr(name, i, val, core): #important keep pep8 formatting
         fsm = core.fus.get_fu("mmu0").alu
         yield fsm.mmu.l_in.mtspr.eq(1)
@@ -49,6 +52,7 @@ def set_mmu_spr(name, i, val, core): #important keep pep8 formatting
         yield fsm.mmu.l_in.mtspr.eq(0)
         print("mmu_spr was updated")
 
+
 def setup_regs(pdecode2, core, test):
 
     # set up INT regfile, "direct" write (bypass rd/write ports)