Skip to content
Snippets Groups Projects
Commit a58a49d1 authored by David Gabriel Monk's avatar David Gabriel Monk
Browse files

Solve: FEC counter missing from LPGBT links

parent e3a9e02f
No related branches found
No related tags found
1 merge request!47Solve: FEC counter missing from LPGBT links
--- ---
sources: sources:
emp-fwk: emp-fwk:
branch: v0.9.0-alpha2 branch: feature/v0.9.0-alpha2-w-lpgbt-fec-cntr
url: https://gitlab.cern.ch/p2-xware/firmware/emp-fwk.git url: https://gitlab.cern.ch/p2-xware/firmware/emp-fwk.git
ttc_legacy: ttc_legacy:
......
...@@ -211,7 +211,8 @@ begin ...@@ -211,7 +211,8 @@ begin
generic map ( generic map (
module_type => cDTCInputLinkMap(i).module_type, module_type => cDTCInputLinkMap(i).module_type,
bandwidth => cDTCInputLinkMap(i).bandwidth, bandwidth => cDTCInputLinkMap(i).bandwidth,
cic_type => cDTCInputLinkMap(i).cic_type cic_type => cDTCInputLinkMap(i).cic_type,
emp_channel => cDTCInputLinkMap(i).index
) )
port map ( port map (
--- Input Ports --- --- Input Ports ---
......
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