Commits on Source (11)
-
Vasco Guita authoreda491ed9f
-
Vasco Guita authored1f25e60b
-
Tom Levens authored
Fix formatting/etc to minimise diffs when testing the auto-generation of the driver from Cheby.
f371fb4c -
Tom Levens authored43af7947
-
Tom Levens authoredde68578b
-
Tom Levens authoredd25de263
-
Tom Levens authored17bfcce2
-
Tom Levens authoredc775f30f
-
Tom Levens authoredac732adf
-
Tom Levens authored
This project uses lower_case rather than CamelCase, so adapt the naming of the new registers for consistency.
dad94031 -
Tom Levens authored
Move all channel related registers to a separate Cheby/EDGE block to simplify the driver interfacing. Unfortunately it's not possible to put the memories there otherwise the memory space ends up being too big.
cf959c95
Showing
- .ohwr.yaml 1 addition, 1 deletion.ohwr.yaml
- doc/manual/ffpg_core.htm 1278 additions, 524 deletionsdoc/manual/ffpg_core.htm
- hdl/ffpg/cheby/Makefile 13 additions, 3 deletionshdl/ffpg/cheby/Makefile
- hdl/ffpg/cheby/ffpg_ch.cheby 153 additions, 0 deletionshdl/ffpg/cheby/ffpg_ch.cheby
- hdl/ffpg/cheby/ffpg_csr.cheby 132 additions, 268 deletionshdl/ffpg/cheby/ffpg_csr.cheby
- hdl/ffpg/cheby/fmc_fpg_pci.cheby 35 additions, 0 deletionshdl/ffpg/cheby/fmc_fpg_pci.cheby
- hdl/ffpg/cheby/fmc_fpg_vme.cheby 35 additions, 0 deletionshdl/ffpg/cheby/fmc_fpg_vme.cheby
- hdl/ffpg/rtl/FfpgCore.vhd 61 additions, 54 deletionshdl/ffpg/rtl/FfpgCore.vhd
- hdl/ffpg/rtl/FfpgCoreWrapper.vhd 3 additions, 1 deletionhdl/ffpg/rtl/FfpgCoreWrapper.vhd
- hdl/ffpg/rtl/ffpg_core_regs.vhd 904 additions, 605 deletionshdl/ffpg/rtl/ffpg_core_regs.vhd
- hdl/ffpg/sim/testbench/ffpg_csr.svh 86 additions, 187 deletionshdl/ffpg/sim/testbench/ffpg_csr.svh
- hdl/top/spec/spec_top_ffpg.vhd 2 additions, 1 deletionhdl/top/spec/spec_top_ffpg.vhd
- hdl/top/svec/svec_top_ffpg.vhd 4 additions, 2 deletionshdl/top/svec/svec_top_ffpg.vhd
- sw/driver/fmc_fpg_pci_hw_desc.csv 71 additions, 58 deletionssw/driver/fmc_fpg_pci_hw_desc.csv
- sw/driver/fmc_fpg_vme_hw_desc.csv 67 additions, 54 deletionssw/driver/fmc_fpg_vme_hw_desc.csv
This diff is collapsed.
hdl/ffpg/cheby/ffpg_ch.cheby
0 → 100644
This diff is collapsed.
hdl/ffpg/cheby/fmc_fpg_pci.cheby
0 → 100644
hdl/ffpg/cheby/fmc_fpg_vme.cheby
0 → 100644
This diff is collapsed.