Skip to content
Snippets Groups Projects
Commit af7ccec1 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Merge branch 'master' into L2SDP-962

parents 77385128 42aa0db7
No related branches found
No related tags found
1 merge request!353Resolve L2SDP-962
Pipeline #57796 passed
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
-- . The FIR coefficients are flipped per tap, so per set of N_fft = 1024 values. This is -- . The FIR coefficients are flipped per tap, so per set of N_fft = 1024 values. This is
-- because the FIR coefficients are applied as a filter per FFT input (so using -- because the FIR coefficients are applied as a filter per FFT input (so using
-- convolution). For more clarification see -- convolution). For more clarification see
-- https://git.astron.nl/desp/apertif_matlab/-/blob/master/matlab/one_pfb.m -- https://git.astron.nl/rtsd/apertif_matlab/-/blob/master/matlab/one_pfb.m
-- --
-- Usage: -- Usage:
-- > as 3 default, or as 12 for details -- > as 3 default, or as 12 for details
......
...@@ -13,8 +13,8 @@ peripherals: ...@@ -13,8 +13,8 @@ peripherals:
convert between the memory mapped (MM) interface and the data path (DP) streaming interface of convert between the memory mapped (MM) interface and the data path (DP) streaming interface of
the EPCS [2]. the EPCS [2].
[1] https://git.astron.nl/desp/hdl/-/blob/master/libraries/io/epcs/src/vhdl/epcs_reg.vhd [1] https://git.astron.nl/rtsd/hdl/-/blob/master/libraries/io/epcs/src/vhdl/epcs_reg.vhd
[2] https://git.astron.nl/desp/upe_gear/-/blob/master/peripherals/util_epcs.py" [2] https://git.astron.nl/rtsd/upe_gear/-/blob/master/peripherals/util_epcs.py"
parameters: parameters:
# parameters of mms_epcs.vhd / epcs_reg.vhd # parameters of mms_epcs.vhd / epcs_reg.vhd
- {name: "g_epcs_addr_w", value: 24} - {name: "g_epcs_addr_w", value: 24}
......
...@@ -18,7 +18,7 @@ peripherals: ...@@ -18,7 +18,7 @@ peripherals:
access packet. Therefore the other MM registers are less useful to access externally. access packet. Therefore the other MM registers are less useful to access externally.
[1] https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/ug/ug_ethernet.pdf [1] https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/ug/ug_ethernet.pdf
[2] https://git.astron.nl/desp/hdl/-/blob/master/libraries/io/eth/doc/ASTRON_RP_396_eth_1gb_module.pdf" [2] https://git.astron.nl/rtsd/hdl/-/blob/master/libraries/io/eth/doc/ASTRON_RP_396_eth_1gb_module.pdf"
parameters: parameters:
- { name: g_nof_udp_ports, value: 4 } # = c_eth_nof_udp_ports in eth_pkg.vhd - { name: g_nof_udp_ports, value: 4 } # = c_eth_nof_udp_ports in eth_pkg.vhd
mm_ports: mm_ports:
......
...@@ -10,9 +10,9 @@ peripherals: ...@@ -10,9 +10,9 @@ peripherals:
peripheral_description: | peripheral_description: |
"Capture PPS input signal and monitor its period. See description in [1, 2] and usage in [3]. "Capture PPS input signal and monitor its period. See description in [1, 2] and usage in [3].
[1] https://git.astron.nl/desp/hdl/-/blob/master/libraries/io/ppsh/doc/ASTRON_RP_1374_ppsh_module_description.pdf [1] https://git.astron.nl/rtsd/hdl/-/blob/master/libraries/io/ppsh/doc/ASTRON_RP_1374_ppsh_module_description.pdf
[2] https://git.astron.nl/desp/hdl/-/blob/master/libraries/io/ppsh/src/vhdl/ppsh_reg.vhd [2] https://git.astron.nl/rtsd/hdl/-/blob/master/libraries/io/ppsh/src/vhdl/ppsh_reg.vhd
[3] https://git.astron.nl/desp/upe_gear/-/blob/master/peripherals/util_ppsh.py" [3] https://git.astron.nl/rtsd/upe_gear/-/blob/master/peripherals/util_ppsh.py"
parameters: parameters:
# parameters of ppsh_reg.vhd # parameters of ppsh_reg.vhd
- { name: g_cross_clock_domain, value: TRUE } - { name: g_cross_clock_domain, value: TRUE }
......
...@@ -10,8 +10,8 @@ peripherals: ...@@ -10,8 +10,8 @@ peripherals:
peripheral_description: | peripheral_description: |
"Remote update to load the factory image or the user from flash into the the FPGA. See description in [1] and usage in [2]. "Remote update to load the factory image or the user from flash into the the FPGA. See description in [1] and usage in [2].
[1] https://git.astron.nl/desp/hdl/-/blob/master/libraries/io/remu/src/vhdl/remu_reg.vhd [1] https://git.astron.nl/rtsd/hdl/-/blob/master/libraries/io/remu/src/vhdl/remu_reg.vhd
[2] https://git.astron.nl/desp/upe_gear/-/blob/master/peripherals/util_remu.py" [2] https://git.astron.nl/rtsd/upe_gear/-/blob/master/peripherals/util_remu.py"
parameters: parameters:
# parameters of remu_reg.vhd # parameters of remu_reg.vhd
- { name: g_data_w, value: 24 } - { name: g_data_w, value: 24 }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment