whitespace
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 1 May 2021 15:13:01 +0000 (16:13 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 1 May 2021 15:13:01 +0000 (16:13 +0100)
src/soc/experiment/test/test_mmu_dcache.py

index 67ce6258bf7c5879ff86f8daabc9c32eb62964d5..0748a05a8815e4323a6a2d5fc524f8747a1e2186 100644 (file)
@@ -34,6 +34,8 @@ def set_stop(newval):
 def b(x):
     return int.from_bytes(x.to_bytes(8, byteorder='little'),
                           byteorder='big', signed=False)
+
+
 default_mem = { 0x10000:    # PARTITION_TABLE_2
                        # PATB_GR=1 PRTB=0x1000 PRTS=0xb
                 b(0x800000000100000b),