Skip to content
GitLab
Explore
Sign in
Register
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RTSD
HDL
Commits
d9cb43e5
Commit
d9cb43e5
authored
5 years ago
by
Jonathan Hargreaves
Browse files
Options
Downloads
Patches
Plain Diff
reduce bsn_align_latency from 3 to 1 to reduce fifo size
parent
04307fe9
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
applications/arts/designs/arts_unb2b_sc3/src/vhdl/arts_unb2b_sc3_input.vhd
+1
-1
1 addition, 1 deletion
.../designs/arts_unb2b_sc3/src/vhdl/arts_unb2b_sc3_input.vhd
with
1 addition
and
1 deletion
applications/arts/designs/arts_unb2b_sc3/src/vhdl/arts_unb2b_sc3_input.vhd
+
1
−
1
View file @
d9cb43e5
...
...
@@ -187,7 +187,7 @@ ARCHITECTURE str OF arts_unb2b_sc3_input IS
CONSTANT
c_block_size
:
NATURAL
:
=
96
;
--96 6b4 words carrying 128 48b words
CONSTANT
c_block_period
:
NATURAL
:
=
137
;
-- 140.625MSps/200MSps = 96/137
CONSTANT
c_bsn_align_latency
:
NATURAL
:
=
3
;
CONSTANT
c_bsn_align_latency
:
NATURAL
:
=
1
;
--
3;
CONSTANT
c_bsn_align_sop_timeout
:
NATURAL
:
=
(
c_bsn_align_latency
+
1
)
*
c_block_period
;
-- wait somewhat more than c_bsn_align_latency periods
CONSTANT
c_dp_fifo_size
:
NATURAL
:
=
(
c_bsn_align_latency
+
5
)
*
c_block_size
;
-- be able to fit blocks for as long as sop time out;
CONSTANT
c_dp_fifo_fill
:
NATURAL
:
=
c_block_size
;
...
...
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