Skip to content

Commit bf4705d

Browse files
author
Jack Hickish
committed
Make all refs to XAUI_interface -> xaui_interface
using capitals in a pcore name is seemingly not allowed (at least with ISE 14.7)
1 parent 911f68f commit bf4705d

18 files changed

+10
-10
lines changed

xps_base/XPS_ROACH_base/pcores/XAUI_interface_v1_00_a/data/XAUI_interface_v2_1_0.bbd renamed to xps_base/XPS_ROACH_base/pcores/xaui_interface_v1_00_a/data/xaui_interface_v2_1_0.bbd

File renamed without changes.

xps_base/XPS_ROACH_base/pcores/XAUI_interface_v1_00_a/data/XAUI_interface_v2_1_0.mpd renamed to xps_base/XPS_ROACH_base/pcores/xaui_interface_v1_00_a/data/xaui_interface_v2_1_0.mpd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
## Xilinx programmable logic devices.
77
###################################################################
88
##
9-
## Name : XAUI_interface
9+
## Name : xaui_interface
1010
## Desc : Microprocessor Peripheral Description
1111
## : Automatically generated by PsfUtility
1212
##
1313
###################################################################
1414

15-
BEGIN XAUI_interface
15+
BEGIN xaui_interface
1616

1717
## Peripheral Options
1818
OPTION IPTYPE = PERIPHERAL

xps_base/XPS_ROACH_base/pcores/XAUI_interface_v1_00_a/data/XAUI_interface_v2_1_0.pao renamed to xps_base/XPS_ROACH_base/pcores/xaui_interface_v1_00_a/data/xaui_interface_v2_1_0.pao

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
## ***************************************************************************
1414
##
1515

16-
lib XAUI_interface_v1_00_a XAUI_interface vhdl
17-
lib XAUI_interface_v1_00_a opb_attach verilog
16+
lib xaui_interface_v1_00_a xaui_interface vhdl
17+
lib xaui_interface_v1_00_a opb_attach verilog

xps_base/XPS_ROACH_base/pcores/XAUI_interface_v1_00_a/hdl/verilog/opb_attach.v renamed to xps_base/XPS_ROACH_base/pcores/xaui_interface_v1_00_a/hdl/verilog/opb_attach.v

File renamed without changes.

xps_base/XPS_ROACH_base/pcores/XAUI_interface_v1_00_a/hdl/vhdl/XAUI_interface.vhd renamed to xps_base/XPS_ROACH_base/pcores/xaui_interface_v1_00_a/hdl/vhdl/xaui_interface.vhd

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
-- created by Pierre-Yves Droz 2005
1515

1616
------------------------------------------------------------------------------
17-
-- XAUI_interface.vhd
17+
-- xaui_interface.vhd
1818
------------------------------------------------------------------------------
1919

2020
library ieee;
@@ -25,7 +25,7 @@ use ieee.std_logic_unsigned.all;
2525
--library unisim;
2626
--use unisim.all;
2727

28-
entity XAUI_interface is
28+
entity xaui_interface is
2929
generic(
3030
C_BASEADDR : std_logic_vector := X"00000000";
3131
C_HIGHADDR : std_logic_vector := X"0000FFFF";
@@ -83,9 +83,9 @@ entity XAUI_interface is
8383
OPB_select : in std_logic;
8484
OPB_seqAddr : in std_logic
8585
);
86-
end entity XAUI_interface;
86+
end entity xaui_interface;
8787

88-
architecture XAUI_interface_arch of XAUI_interface is
88+
architecture xaui_interface_arch of xaui_interface is
8989

9090
-- #
9191
-- #
@@ -725,4 +725,4 @@ opb_attach_inst : opb_attach
725725
xgmii_txd <= xgmii_txd_int;
726726
xgmii_txc <= xgmii_txc_int;
727727

728-
end architecture XAUI_interface_arch;
728+
end architecture xaui_interface_arch;

xps_base/XPS_ROACH_base/pcores/XAUI_interface_v1_00_a/netlist/rx_fifo.edn renamed to xps_base/XPS_ROACH_base/pcores/xaui_interface_v1_00_a/netlist/rx_fifo.edn

File renamed without changes.

xps_base/XPS_ROACH_base/pcores/XAUI_interface_v1_00_a/netlist/rx_fifo_2x.edn renamed to xps_base/XPS_ROACH_base/pcores/xaui_interface_v1_00_a/netlist/rx_fifo_2x.edn

File renamed without changes.

xps_base/XPS_ROACH_base/pcores/XAUI_interface_v1_00_a/netlist/rx_fifo_2x_fifo_generator_v2_2_xst_1.ngc renamed to xps_base/XPS_ROACH_base/pcores/xaui_interface_v1_00_a/netlist/rx_fifo_2x_fifo_generator_v2_2_xst_1.ngc

File renamed without changes.

xps_base/XPS_ROACH_base/pcores/XAUI_interface_v1_00_a/netlist/rx_fifo_2x_fifo_generator_v2_2_xst_1_blkmemdp_v6_2_xst.edn renamed to xps_base/XPS_ROACH_base/pcores/xaui_interface_v1_00_a/netlist/rx_fifo_2x_fifo_generator_v2_2_xst_1_blkmemdp_v6_2_xst.edn

File renamed without changes.

xps_base/XPS_ROACH_base/pcores/XAUI_interface_v1_00_a/netlist/rx_fifo_fifo_generator_v2_2_xst_1.ngc renamed to xps_base/XPS_ROACH_base/pcores/xaui_interface_v1_00_a/netlist/rx_fifo_fifo_generator_v2_2_xst_1.ngc

File renamed without changes.

0 commit comments

Comments
 (0)