Jelajahi Sumber

fpga: enable USB core

Actually compile in the USB core.
H. Peter Anvin 3 tahun lalu
induk
melakukan
f3ee4f685c
5 mengubah file dengan 0 tambahan dan 2 penghapusan
  1. 0 2
      fpga/max80.sv
  2. TEMPAT SAMPAH
      fpga/output_files/max80.jbc
  3. TEMPAT SAMPAH
      fpga/output_files/max80.jic
  4. TEMPAT SAMPAH
      fpga/output_files/max80.pof
  5. TEMPAT SAMPAH
      fpga/output_files/max80.sof

+ 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;

TEMPAT SAMPAH
fpga/output_files/max80.jbc


TEMPAT SAMPAH
fpga/output_files/max80.jic


TEMPAT SAMPAH
fpga/output_files/max80.pof


TEMPAT SAMPAH
fpga/output_files/max80.sof