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
Merge requests
!24
Update paylod XML files
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update paylod XML files
mp/fastcmd_update
into
master
Overview
0
Commits
3
Pipelines
4
Changes
3
Merged
David Gabriel Monk
requested to merge
mp/fastcmd_update
into
master
3 years ago
Overview
0
Commits
3
Pipelines
4
Changes
3
Expand
0
0
Merge request reports
Compare
master
version 1
4432e6e7
3 years ago
master (base)
and
latest version
latest version
ea37a990
3 commits,
3 years ago
version 1
4432e6e7
2 commits,
3 years ago
3 files
+
28
−
8
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
dtc-fe/common/firmware/hdl/FastCommandFormatter.vhd
+
1
−
1
Options
@@ -42,7 +42,7 @@ signal source_select : std_logic := '0';
@@ -42,7 +42,7 @@ signal source_select : std_logic := '0';
signal
tap_select
:
integer
range
0
to
PIPE_WIDTH
-
1
:
=
0
;
signal
tap_select
:
integer
range
0
to
PIPE_WIDTH
-
1
:
=
0
;
signal
local_gen_run
:
std_logic
:
=
'0'
;
signal
local_gen_run
:
std_logic
:
=
'0'
;
signal
local_gen_bc0_disable
:
std_logic
:
=
'0'
;
signal
local_gen_bc0_disable
:
std_logic
:
=
'0'
;
signal
local_gen_repeat
:
integer
range
0
to
9
:
=
0
;
signal
local_gen_repeat
:
integer
range
0
to
1023
:
=
0
;
type
tFastCmdBuffer
is
array
(
6
downto
0
)
of
std_logic_vector
(
15
downto
0
);
type
tFastCmdBuffer
is
array
(
6
downto
0
)
of
std_logic_vector
(
15
downto
0
);
signal
local_gen_buffer
:
tFastCmdBuffer
:
=
(
others
=>
(
others
=>
'0'
));
signal
local_gen_buffer
:
tFastCmdBuffer
:
=
(
others
=>
(
others
=>
'0'
));
Loading