Altera_Forum
Honored Contributor
17 years agoPCI Express - chaining DMA - newbie Q
hello,
i'm stuck (rather newbie) and would like to ask if i'm taking the right approach.
i used the pci express compiler user guide 8.0 using the megawizard to create a pci express soft core.
it is for a (custom) cyclone ii device/board connected to a nxp1011a pcie phy.
the megawizard also generates the "chaining dma example design" described in chapter 7 of the compiler user guide. i have used 4 kb bar2:3 regions.
i have generated a symbol for "pcie_example_chaining_top.vhd" in the \prj\pcie_examples\chaining_dma. i then put this on my toplevel.bdf and connect it with the pins to the phy.
when i compile/synthesize this, i notice that the design does occupies ~1500 cells, ~570 registers, but no memory.
how can this be? doesn't the design need 2x 4kb memory for the bars?
maybe i missed something? also, which files would i need to add to my project?
Thanks for any hints, Leon.