Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
atlas-tdaq-felix
firmware
Merge requests
!574
Resolve
FLX-2440
"Phase2/ flx182 constraints"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve
FLX-2440
"Phase2/ flx182 constraints"
phase2/FLX-2440_FLX182_constraints
into
phase2/master
Overview
0
Commits
34
Pipelines
50
Changes
185+
Merged
Frans Schreuder
requested to merge
phase2/FLX-2440_FLX182_constraints
into
phase2/master
8 months ago
Overview
0
Commits
34
Pipelines
50
Changes
1
Expand
Closes
FLX-2440
0
0
Merge request reports
Compare
version 11
version 26
1afd90e9
7 months ago
version 25
76fb7b69
7 months ago
version 24
335ab21e
7 months ago
version 23
a5d021b3
7 months ago
version 22
be7196d5
7 months ago
version 21
9c69ab98
7 months ago
version 20
6794ed08
7 months ago
version 19
aae43533
7 months ago
version 18
1cf37982
7 months ago
version 17
a0f1be69
7 months ago
version 16
fb3a7d08
7 months ago
version 15
4c79cc6e
7 months ago
version 14
9478c7c6
7 months ago
version 13
8bafcc1e
7 months ago
version 12
d48e267e
7 months ago
version 11
56123bc2
7 months ago
version 10
ee27ddac
7 months ago
version 9
aa29a37b
7 months ago
version 8
96286282
7 months ago
version 7
b8e19645
7 months ago
version 6
0f054bf5
7 months ago
version 5
fe1bcd01
7 months ago
version 4
d2e47433
7 months ago
version 3
514537b1
8 months ago
version 2
e8f181ec
8 months ago
version 1
e30c870c
8 months ago
phase2/master (base)
and
version 12
latest version
0b8acd6f
34 commits,
7 months ago
version 26
1afd90e9
33 commits,
7 months ago
version 25
76fb7b69
32 commits,
7 months ago
version 24
335ab21e
31 commits,
7 months ago
version 23
a5d021b3
30 commits,
7 months ago
version 22
be7196d5
29 commits,
7 months ago
version 21
9c69ab98
27 commits,
7 months ago
version 20
6794ed08
26 commits,
7 months ago
version 19
aae43533
25 commits,
7 months ago
version 18
1cf37982
24 commits,
7 months ago
version 17
a0f1be69
21 commits,
7 months ago
version 16
fb3a7d08
19 commits,
7 months ago
version 15
4c79cc6e
18 commits,
7 months ago
version 14
9478c7c6
17 commits,
7 months ago
version 13
8bafcc1e
17 commits,
7 months ago
version 12
d48e267e
15 commits,
7 months ago
version 11
56123bc2
14 commits,
7 months ago
version 10
ee27ddac
13 commits,
7 months ago
version 9
aa29a37b
12 commits,
7 months ago
version 8
96286282
12 commits,
7 months ago
version 7
b8e19645
11 commits,
7 months ago
version 6
0f054bf5
10 commits,
7 months ago
version 5
fe1bcd01
9 commits,
7 months ago
version 4
d2e47433
8 commits,
7 months ago
version 3
514537b1
6 commits,
8 months ago
version 2
e8f181ec
5 commits,
8 months ago
version 1
e30c870c
4 commits,
8 months ago
Show latest version
1 file
+
41
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
scripts/FELIX_top/do_implementation_BNL182_STRIP_20ch.tcl
0 → 100644
+
41
−
0
Options
source ../helper/do_implementation_pre.tcl
set GBT_NUM 20
set OPTO_TRX 4
set CARD_TYPE 182
set app_clk_freq 200
set ENDPOINTS 2
set NUM_LEDS 4
set DATA_WIDTH 512
set GTREFCLKS 5
set FIRMWARE_MODE $FIRMWARE_MODE_STRIP
#The only function of the variable SemiStatic is to add an entry to the filename
set SemiStatic false
# Defining the Egroup's capabilities
# ToHost Egroups 6..0 (only 4..0 for GBT mode,
# Epath16 and Epath32 are only for lpGBT (not GBT)
# Epath2 and Epath4 are only for GBT (not lpGBT)
#Some random values chosen for semistatic lpGBT configuration, TBD.
set IncludeDecodingEpath2_HDLC 7'b0000000
set IncludeDecodingEpath2_8b10b 7'b0000000
set IncludeDecodingEpath4_8b10b 7'b0000000
set IncludeDecodingEpath8_8b10b 7'b1111111
set IncludeDecodingEpath16_8b10b 7'b1111111
set IncludeDecodingEpath32_8b10b 7'b0000000
set IncludeDirectDecoding 7'b1111111
set IncludeEncodingEpath2_HDLC 5'b00000
set IncludeEncodingEpath2_8b10b 5'b00000
set IncludeEncodingEpath4_8b10b 5'b01111
set IncludeEncodingEpath8_8b10b 5'b00000
set ENABLE_RQS false
#Use LTI as clock input
set TTC_SYS_SEL $LTITTC
source ../helper/do_implementation_post.tcl
Loading