Browse Source

fpga: enable USB core

Actually compile in the USB core.
H. Peter Anvin 3 years ago
parent
commit
f3ee4f685c

+ 0 - 2
fpga/max80.sv

@@ -588,7 +588,6 @@ module max80 (
 	    .tty_txd ( tty_data_out ) // DTE -> DCE
 	    );
 
-`ifdef USB
    max80_usb usb (
 		  .rst_n   ( rst_n ),
 		  .clock48 ( clock_48 ),
@@ -598,7 +597,6 @@ module max80 (
 		  .usb_dn  ( gpio[5] ),
 		  .usb_pu  ( gpio[1] )
 		  );
-`endif
 
    assign tty_data_in      = tty_txd;
    assign tty_rxd          = tty_data_out;

BIN
fpga/output_files/max80.jbc


BIN
fpga/output_files/max80.jic


BIN
fpga/output_files/max80.pof


BIN
fpga/output_files/max80.sof