Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HDL
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RTSD
HDL
Commits
e2c91f74
Commit
e2c91f74
authored
5 months ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Use g_pipeline_ready_inp=true to ease timning closure.
parent
ac6414f2
No related branches found
No related tags found
1 merge request
!430
Resolve RTSD-124 "C"
Pipeline
#107758
passed
5 months ago
Stage: linting
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
libraries/base/ring/src/vhdl/ring_tx.vhd
+5
-1
5 additions, 1 deletion
libraries/base/ring/src/vhdl/ring_tx.vhd
with
5 additions
and
1 deletion
libraries/base/ring/src/vhdl/ring_tx.vhd
+
5
−
1
View file @
e2c91f74
...
@@ -164,7 +164,11 @@ begin
...
@@ -164,7 +164,11 @@ begin
g_data_w
=>
g_data_w
,
g_data_w
=>
g_data_w
,
g_symbol_w
=>
g_symbol_w
,
g_symbol_w
=>
g_symbol_w
,
g_hdr_field_arr
=>
c_hdr_field_arr
,
g_hdr_field_arr
=>
c_hdr_field_arr
,
g_hdr_field_sel
=>
c_hdr_field_sel
g_hdr_field_sel
=>
c_hdr_field_sel
,
g_pipeline_ready
=>
false
,
-- unpack MM header
g_pipeline_ready_inp
=>
true
,
-- use true to ease timning closure for ring_tx
g_capture_hdr_fields_in
=>
false
,
-- can use false when g_pipeline_ready_inp = true, because hdr_fields_in_reg captures hdr_fields_in
g_pipeline_ready_outp
=>
false
-- use false, because there is no src_in_arr flow control
)
)
port
map
(
port
map
(
mm_rst
=>
mm_rst
,
mm_rst
=>
mm_rst
,
...
...
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