├─reference_design
│ ├─vhdl
│ │ │ stratix_enh_pll.vhd
│ │ │ stratix_top.vhd
│ │ │ vhdl_components.vhd
│ │ │
│ │ ├─001 ddr_cntrl
│ │ │ ddr_top.vhd
│ │ │
│ │ ├─004 pci_local
│ │ │ backend.vhd
│ │ │ cnten.vhd
│ │ │ datapath_fifo.vhd
│ │ │ dma.vhd
│ │ │ dma_reg.vhd
│ │ │ dma_sm.vhd
│ │ │ fifo_128x32.vhd
│ │ │ fifo_128x4.vhd
│ │ │ fifo_128x64.vhd
│ │ │ last_gen.vhd
│ │ │ mstr_cntrl.vhd
│ │ │ mstr_fifo_cntrl.vhd
│ │ │ mstr_perf.vhd
│ │ │ targ_cntrl.vhd
│ │ │ targ_fifo_cntrl.vhd
│ │ │ targ_perf.vhd
│ │ │
│ │ ├─002 ddr_intf
│ │ │ adr_gen.vhd
│ │ │ clk_sync.vhd
│ │ │ cntrl_intf.vhd
│ │ │ ddr_intf.vhd
│ │ │ mr_sm.vhd
│ │ │ mw_sm.vhd
│ │ │ tr_sm.vhd
│ │ │ tw_sm.vhd
│ │ │
│ │ ├─003 flash_cntrl
│ │ │ erase_sm.vhd
│ │ │ flash_mem_cntrl.vhd
│ │ │ read_sm.vhd
│ │ │ write_sm.vhd
│ │ │
│ │ └─005 pci_mt64
│ │ pci_top.vhd
│ │
│ ├─001 sim
│ │ │ modelsim.ini
│ │ │ sim.do
│ │ │ stratix_pci2ddr.mpf
│ │ │ stratix_pci2ddr_tb.vhd
│ │ │ trgt_tranx_mem_init.dat
│ │ │ wave_stratix_pciddr.do
│ │ │
│ │ ├─001 altera_lib
│ │ │ altera_mf.vhd
│ │ │
│ │ ├─002 ddr_dimm
│ │ │ ddr_dimm_model.vhd
│ │ │ mt46v32m8.vhd
│ │ │
│ │ └─003 pci_bfm
│ │ arbiter.vhd
│ │ clk_gen.vhd
│ │ log.vhd
│ │ monitor.vhd
│ │ mstr_pkg.vhd
│ │ mstr_tranx.vhd
│ │ pull_up.vhd
│ │ trgt_tranx.vhd
│ │
│ └─002 syn_1s25
│ stratix_top.csf
│ stratix_top.esf
│ stratix_top.psf
│ stratix_top.quartus
│ stratix_top.rbf
│ stratix_top.sof
│
├─001 bin
│ altera.inf
│ megaicon.ico
│ StratixPCI.exe
│ STRATIX_KIT_APP_HELP.HLP
│ wdreg.
1