Commit 747306ff authored by Pascal Bos's avatar Pascal Bos

fixed unused axi-clock

parent 78965e28
......@@ -284,7 +284,7 @@ package wr_spec7_pkg is
-- M_AXIS_H2C_0_0_tready : in STD_LOGIC;
-- M_AXIS_H2C_0_0_tvalid : out STD_LOGIC;
aclk1_0 : in STD_LOGIC;
axi_aclk : out STD_LOGIC;
-- axi_aclk : out STD_LOGIC;
pcie_clk : in STD_LOGIC;
pcie_mgt_0_rxn : in STD_LOGIC_VECTOR ( 1 downto 0 );
pcie_mgt_0_rxp : in STD_LOGIC_VECTOR ( 1 downto 0 );
......
......@@ -356,7 +356,7 @@ Pcie: Pcie_wrapper
-- M_AXIS_H2C_0_0_tready => axis_icap.ready,
-- M_AXIS_H2C_0_0_tvalid => axis_icap.valid,
aclk1_0 => clk_sys_62m5,
axi_aclk => axi_clk,
-- axi_aclk => axi_clk,
pcie_mgt_0_rxn => rxn,
pcie_mgt_0_rxp => rxp,
pcie_mgt_0_txn => txn,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment