global: pep8 (W262)
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Mon, 13 Apr 2015 15:02:59 +0000 (17:02 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Mon, 13 Apr 2015 15:02:59 +0000 (17:02 +0200)
misoclib/com/spi/test/spi_master_tb.py
misoclib/cpu/lm32/__init__.py

index 70d0f70df41555b52826aacc0a0d24edfa9a6f63..f20aa19f21aa1a893ef0e9800f5fd5d2a78511d3 100644 (file)
@@ -83,4 +83,4 @@ class TB(Module):
         print("{:08x}".format(selfp.spi_master._miso.status))
 
 if __name__ == "__main__":
-    run_simulation(TB(), ncycles=1000, vcd_name="my.vcd", keep_files=True)
\ No newline at end of file
+    run_simulation(TB(), ncycles=1000, vcd_name="my.vcd", keep_files=True)
index 76e99092d6d60b601660155aad7ebb6524ac361b..e70afcee5698e42f6735edfb371bd19fb1736239 100644 (file)
@@ -60,4 +60,4 @@ class LM32(Module):
                 "lm32_shifter.v", "lm32_multiplier.v", "lm32_mc_arithmetic.v",
                 "lm32_interrupt.v", "lm32_ram.v", "lm32_dp_ram.v", "lm32_icache.v",
                 "lm32_dcache.v", "lm32_debug.v", "lm32_itlb.v", "lm32_dtlb.v")
-        platform.add_verilog_include_path(os.path.join("extcores", "lm32"))
\ No newline at end of file
+        platform.add_verilog_include_path(os.path.join("extcores", "lm32"))