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

Merge branch 'fec-counter' into 'master'

Solve: FEC counter missing from LPGBT links

Closes #11

See merge request !47
parents e3a9e02f a58a49d1
No related branches found
No related tags found
1 merge request!47Solve: FEC counter missing from LPGBT links
Pipeline #7633106 failed
---
sources:
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
ttc_legacy:
......
......@@ -211,7 +211,8 @@ begin
generic map (
module_type => cDTCInputLinkMap(i).module_type,
bandwidth => cDTCInputLinkMap(i).bandwidth,
cic_type => cDTCInputLinkMap(i).cic_type
cic_type => cDTCInputLinkMap(i).cic_type,
emp_channel => cDTCInputLinkMap(i).index
)
port map (
--- 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