Commit 454bcec9 authored by Dusan Slavinec's avatar Dusan Slavinec

not using Arria DPRAM for PCI to WB FIFO

parent 175285ac
......@@ -60,8 +60,6 @@ files = [
"src/hdl/verilog/timescale.v",
"src/hdl/wb_pci_pkg.vhd",
"src/hdl/wb_pmc_host_bridge.vhd",
"src/hdl/wb_pmc_host_bridge_pkg.vhd",
"src/hdl/dpram/aria_dpram.v",
"src/hdl/dpram/aria_dpram.qip",
"src/hdl/wb_pmc_host_bridge_pkg.vhd"
];
......@@ -126,7 +126,7 @@
`define WB_FIFO_RAM_ADDR_LENGTH 8 // WB slave unit fifo storage definition
// `define WB_CYCLONEII_DPRAM // Select CYCLONEII Dual Port Memory
// `define PCI_CYCLONEII_DPRAM // Select CYCLONEII Dual Port Memory
`define ALTERA_ARRIA_V_DPRAM
// `define ALTERA_ARRIA_V_DPRAM
`endif
`else
`define PCI_FIFO_RAM_ADDR_LENGTH 8 // PCI target unit fifo storage definition when RAM sharing is used ( both pcir and pciw fifo use same instance of RAM )
......
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