Skip to content
Snippets Groups Projects
Commit 435046c2 authored by Wesley W. Terpstra's avatar Wesley W. Terpstra
Browse files

Make it possible to instantiate a PCIe-bridge without needing interrupt generation.

parent 223ef8de
No related merge requests found
......@@ -20,7 +20,7 @@ package pcie_wb_pkg is
wb_rstn_i : in std_logic; -- Reset wishbone bus
master_o : out t_wishbone_master_out; -- Commands from PC to FPGA
master_i : in t_wishbone_master_in;
slave_i : in t_wishbone_slave_in; -- Command to PC from FPGA
slave_i : in t_wishbone_slave_in := cc_dummy_slave_in; -- Command to PC from FPGA
slave_o : out t_wishbone_slave_out);
end component;
......
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