hw: foboot-bitstream: remove pmod debug comments
Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
		@@ -285,9 +285,6 @@ class BaseSoC(SoCCore):
 | 
				
			|||||||
        else:
 | 
					        else:
 | 
				
			||||||
            raise ValueError("unrecognized boot_source: {}".format(boot_source))
 | 
					            raise ValueError("unrecognized boot_source: {}".format(boot_source))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        # pmoda = platform.request("pmoda")
 | 
					 | 
				
			||||||
        # pmodb = platform.request("pmodb")
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        spi_pads = platform.request("spiflash")
 | 
					        spi_pads = platform.request("spiflash")
 | 
				
			||||||
        self.submodules.spi = SPIMaster(spi_pads)
 | 
					        self.submodules.spi = SPIMaster(spi_pads)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -298,14 +295,6 @@ class BaseSoC(SoCCore):
 | 
				
			|||||||
        # self.submodules.usb = epmem.MemInterface(usb_iobuf)
 | 
					        # self.submodules.usb = epmem.MemInterface(usb_iobuf)
 | 
				
			||||||
        # self.submodules.usb = unififo.UsbUniFifo(usb_iobuf)
 | 
					        # self.submodules.usb = unififo.UsbUniFifo(usb_iobuf)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        # self.comb += [
 | 
					 | 
				
			||||||
        #     pmoda.p1.eq(self.crg.cd_usb_48.clk),
 | 
					 | 
				
			||||||
        #     pmodb.p1.eq(self.crg.cd_usb_12.clk),
 | 
					 | 
				
			||||||
        #     pmodb.p2.eq(self.usb.tx.i_bit_strobe),
 | 
					 | 
				
			||||||
        #     pmoda.p2.eq(self.usb.tx.fit_dat),
 | 
					 | 
				
			||||||
        #     pmodb.p3.eq(self.usb.tx.fit_oe),
 | 
					 | 
				
			||||||
        # ]
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        # Disable final deep-sleep power down so firmware words are loaded
 | 
					        # Disable final deep-sleep power down so firmware words are loaded
 | 
				
			||||||
        # onto softcore's address bus.
 | 
					        # onto softcore's address bus.
 | 
				
			||||||
        platform.toolchain.build_template[3] = "icepack -s {build_name}.txt {build_name}.bin"
 | 
					        platform.toolchain.build_template[3] = "icepack -s {build_name}.txt {build_name}.bin"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user