Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Outer Tracker DTC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
cms-tracker-phase2-backend-systems
Back End Firmware
Outer Tracker DTC
Commits
d40449b6
Commit
d40449b6
authored
3 months ago
by
David Gabriel Monk
Browse files
Options
Downloads
Patches
Plain Diff
Update file L1DataExtractor.vhd
parent
0aca87cc
No related branches found
No related tags found
Tags containing commit
1 merge request
!94
Draft: Resolve "CI building designs in main repository"
Pipeline
#9695998
failed
3 months ago
Stage: Code Checks
Stage: Simulation
Stage: Test Builds
Stage: Hardware Tests
Stage: Full Builds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dtc-fe/firmware/hdl/L1DataExtractor.vhd
+6
-6
6 additions, 6 deletions
dtc-fe/firmware/hdl/L1DataExtractor.vhd
with
6 additions
and
6 deletions
dtc-fe/firmware/hdl/L1DataExtractor.vhd
+
6
−
6
View file @
d40449b6
...
...
@@ -239,7 +239,7 @@ begin
-- Data FIFOs are 1k 32bit words FIFOs - implemented using xpm macros
-- Ctrl FIFOs are 512 32bit words FIFOs - implemented using xpm macros
DebugDataFifo
:
entity
xpm
.
xpm_fifo_async
DebugDataFifo
:
entity
xpm_fifo_async
generic
map
(
CDC_SYNC_STAGES
=>
2
,
DOUT_RESET_VALUE
=>
"0"
,
...
...
@@ -279,7 +279,7 @@ begin
rd_rst_busy
=>
open
);
DaqpathDataFifo
:
entity
xpm
.
xpm_fifo_async
DaqpathDataFifo
:
entity
xpm_fifo_async
generic
map
(
CDC_SYNC_STAGES
=>
2
,
DOUT_RESET_VALUE
=>
"0"
,
...
...
@@ -319,7 +319,7 @@ begin
rd_rst_busy
=>
open
);
DebugEventFifo
:
entity
xpm
.
xpm_fifo_async
DebugEventFifo
:
entity
xpm_fifo_async
generic
map
(
CDC_SYNC_STAGES
=>
2
,
DOUT_RESET_VALUE
=>
"0"
,
...
...
@@ -359,7 +359,7 @@ begin
rd_rst_busy
=>
open
);
DaqpathEventFifo
:
entity
xpm
.
xpm_fifo_async
DaqpathEventFifo
:
entity
xpm_fifo_async
generic
map
(
CDC_SYNC_STAGES
=>
2
,
DOUT_RESET_VALUE
=>
"0"
,
...
...
@@ -399,7 +399,7 @@ begin
rd_rst_busy
=>
open
);
DebugRecordFifo
:
entity
xpm
.
xpm_fifo_async
DebugRecordFifo
:
entity
xpm_fifo_async
generic
map
(
CDC_SYNC_STAGES
=>
2
,
DOUT_RESET_VALUE
=>
"0"
,
...
...
@@ -439,7 +439,7 @@ begin
rd_rst_busy
=>
open
);
DaqpathRecordFifo
:
entity
xpm
.
xpm_fifo_async
DaqpathRecordFifo
:
entity
xpm_fifo_async
generic
map
(
CDC_SYNC_STAGES
=>
2
,
DOUT_RESET_VALUE
=>
"0"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment