Forum Discussion
Altera_Forum
Honored Contributor
17 years agoDavid,
Not sure if you already figured it out but in the Altera installation dir, in a path that would be similar to this path \MegaCore\pci_compiler-v3.2.0\testbench\verilog\pci_mt32\tb_src\ you'll find the testbenches for the PCI core. In the file "mstr_tranx.v" or "mstr_tranx.vhd", you'll find the function call for burst read/write. // 32 bit memory read(Address, Number of Dwords) // mem_rd_32(32'h10000000, 4);