global: pep8 (E201)
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Mon, 13 Apr 2015 14:48:51 +0000 (16:48 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Mon, 13 Apr 2015 14:48:51 +0000 (16:48 +0200)
misoclib/mem/sdram/test/minicon_tb.py

index 86f348a96e0f0bde8c6d4cd7d6e0445bafb589b8..0f2a8cfa6825dede5cf0e45faab36a044e5bd03a 100644 (file)
@@ -184,7 +184,7 @@ if __name__ == "__main__":
 
     s = MiniconTB(sdrphy, sdrphy.dfi, sdram_geom, sdram_timing, pads=sdram_pads, sdram_clk=sdram_clk)
 
-    extra_files = [ "sdram_model/mt48lc4m16a2.v" ]
+    extra_files = ["sdram_model/mt48lc4m16a2.v"]
 
     if not isfile(extra_files[0]):
         print("ERROR: You need to download Micron Verilog simulation model for MT48LC4M16A2 and put it in sdram_model/mt48lc4m16a2.v")