forked from PAWPAW-Mirror/lib_xua
Updates to get l2 building
This commit is contained in:
@@ -124,10 +124,11 @@ on stdcore[AUDIO_IO_CORE] : clock clk_mst_spd = XS1_CLKBLK_1;
|
||||
/* L Series needs a port to use for USB reset */
|
||||
#ifdef ARCH_L
|
||||
#ifdef PORT_USB_RESET
|
||||
on stdcore[0] : out port p_usb_rst = PORT_USB_RESET;
|
||||
/* This define is checked since it could be on a shift reg or similar */
|
||||
on stdcore[0] : out port p_usb_rst = PORT_USB_RESET;
|
||||
#endif
|
||||
/* L Series also needs a clock for this port */
|
||||
clock clk = XS1_CLKBLK_4;
|
||||
clock clk = XS1_CLKBLK_4;
|
||||
#else
|
||||
/* Reset port not required for SU1 due to built in Phy */
|
||||
#define p_usb_rst null
|
||||
|
||||
Reference in New Issue
Block a user