From 731fab2dd571bd497c0ede32f8d8eee3f2b4ae10 Mon Sep 17 00:00:00 2001 From: emard Date: Wed, 29 Apr 2020 09:27:00 +0200 Subject: [PATCH] makefile compile USB core --- ulx3s/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ulx3s/Makefile b/ulx3s/Makefile index a4bd68c..48a8a72 100644 --- a/ulx3s/Makefile +++ b/ulx3s/Makefile @@ -3,6 +3,15 @@ VERILOG = ../src/spectrum.v ../src/dpram.v ../src/keyboard.v \ ../src/Z80/tv80_reg.v ../src/Z80/tv80_alu.v \ ../src/osd/osd.v ../src/osd/spi_osd.v ../src/osd/spi_ram_btn.v \ ../src/osd/spirw_slave_v.v \ + ../src/clk_25_125_48_6_25.v \ + ../src/usb/usb11_phy_vhdl/usb_tx_phy.v \ + ../src/usb/usb11_phy_vhdl/usb_rx_phy.v \ + ../src/usb/usb11_phy_vhdl/usb_phy.v \ + ../src/usb/usbhost/usbh_crc5.v \ + ../src/usb/usbhost/usbh_host_hid.v \ + ../src/usb/usbhost/usbh_sie.v \ + ../src/usb/usbhost/usbh_crc16.v \ + ../src/usb/report_decoder/usbh_report_decoder_darfon.v \ ../src/video.v ../src/hdmi.v ../src/ps2.v pll.v PIN_DEF = ulx3s_v20.lpf