Remove comment
authorJean THOMAS <git0@pub.jeanthomas.me>
Mon, 3 Aug 2020 09:41:26 +0000 (11:41 +0200)
committerJean THOMAS <git0@pub.jeanthomas.me>
Mon, 3 Aug 2020 09:41:26 +0000 (11:41 +0200)
examples/soc.py

index 9d360b2262b491a30738bde0e9aa326503a4a8a3..b43e95e649e32116c2f380066dcdc05f0c16fbee 100644 (file)
@@ -105,5 +105,4 @@ if __name__ == "__main__":
     soc = DDR3SoC(ddrphy_addr=0x00008000, dramcore_addr=0x00009000,
         ddr_addr=0x10000000, ddr_pins=ddr_pins, uart_pins=uart_pins)
 
-    #soc.build(do_build=Tru)
     platform.build(soc, do_program=True)