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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RTSD
HDL
Commits
49d8fae9
Commit
49d8fae9
authored
8 years ago
by
Priest
Browse files
Options
Downloads
Patches
Plain Diff
Changed g_blocks_per_sync to be an actual representation of blocks per sync and added g_blocksize
parent
d7ac4b2f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
applications/compaan/designs/compaan_io_test_bn/src/vhdl/compaan_wrapper.vhd
+7
-5
7 additions, 5 deletions
...n/designs/compaan_io_test_bn/src/vhdl/compaan_wrapper.vhd
with
7 additions
and
5 deletions
applications/compaan/designs/compaan_io_test_bn/src/vhdl/compaan_wrapper.vhd
+
7
−
5
View file @
49d8fae9
...
@@ -8,7 +8,8 @@ USE unb1_board_lib.unb1_board_pkg.ALL;
...
@@ -8,7 +8,8 @@ USE unb1_board_lib.unb1_board_pkg.ALL;
ENTITY
compaan_wrapper
IS
ENTITY
compaan_wrapper
IS
GENERIC
(
GENERIC
(
g_blocks_per_sync
:
NATURAL
:
=
10
g_blocks_per_sync
:
NATURAL
:
=
10
;
g_blocksize
:
NATURAL
:
=
8
);
);
PORT
(
PORT
(
-- Streaming sink (RX: ASTRON -> Compaan)
-- Streaming sink (RX: ASTRON -> Compaan)
...
@@ -106,7 +107,7 @@ BEGIN
...
@@ -106,7 +107,7 @@ BEGIN
g_use_sync
=>
FALSE
,
g_use_sync
=>
FALSE
,
g_use_ctrl
=>
TRUE
,
g_use_ctrl
=>
TRUE
,
g_use_complex
=>
FALSE
,
g_use_complex
=>
FALSE
,
g_fifo_size
=>
4
*
g_blocks
_per_sync
,
g_fifo_size
=>
4
*
g_blocks
ize
,
g_fifo_af_margin
=>
4
,
g_fifo_af_margin
=>
4
,
g_fifo_rl
=>
0
g_fifo_rl
=>
0
)
)
...
@@ -144,7 +145,7 @@ BEGIN
...
@@ -144,7 +145,7 @@ BEGIN
g_use_sync
=>
FALSE
,
g_use_sync
=>
FALSE
,
g_use_ctrl
=>
TRUE
,
g_use_ctrl
=>
TRUE
,
g_use_complex
=>
FALSE
,
g_use_complex
=>
FALSE
,
g_fifo_size
=>
4
*
g_blocks
_per_sync
,
g_fifo_size
=>
4
*
g_blocks
ize
,
g_fifo_af_margin
=>
4
,
g_fifo_af_margin
=>
4
,
g_fifo_rl
=>
0
g_fifo_rl
=>
0
)
)
...
@@ -168,8 +169,9 @@ BEGIN
...
@@ -168,8 +169,9 @@ BEGIN
gen_pkg_signals
:
FOR
i
IN
0
TO
14
GENERATE
gen_pkg_signals
:
FOR
i
IN
0
TO
14
GENERATE
u_gen_signals
:
ENTITY
dp_lib
.
dp_block_gen
u_gen_signals
:
ENTITY
dp_lib
.
dp_block_gen
GENERIC
MAP
(
GENERIC
MAP
(
g_use_src_in
=>
FALSE
,
g_use_src_in
=>
FALSE
,
g_nof_data
=>
g_blocks_per_sync
g_nof_data
=>
g_blocksize
,
g_nof_blk_per_sync
=>
g_blocks_per_sync
)
)
PORT
MAP
(
PORT
MAP
(
rst
=>
KPN_RST
,
rst
=>
KPN_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