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
b1d67204
Commit
b1d67204
authored
9 years ago
by
Pepping
Browse files
Options
Downloads
Patches
Plain Diff
Added prefic for bg_init files.
parent
8eb1a845
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
boards/uniboard1/designs/unb1_terminal_bg_mesh_db/src/vhdl/node_unb1_terminal_bg_mesh_db.vhd
+4
-3
4 additions, 3 deletions
...nal_bg_mesh_db/src/vhdl/node_unb1_terminal_bg_mesh_db.vhd
with
4 additions
and
3 deletions
boards/uniboard1/designs/unb1_terminal_bg_mesh_db/src/vhdl/node_unb1_terminal_bg_mesh_db.vhd
+
4
−
3
View file @
b1d67204
...
...
@@ -51,7 +51,7 @@ ENTITY node_unb1_terminal_bg_mesh_db IS
g_nof_bus
:
NATURAL
:
=
4
;
-- one bus to each of the 4 nodes on the other side of the mesh
-- User
g_usr_use_complex
:
BOOLEAN
:
=
FALSE
;
-- when TRUE transport sosi im & re fields via DP data, else transport sosi data via DP data
g_usr_data_w
:
NATURAL
:
=
32
;
-- <= 32, to avoid need for DP packet data packing and to fit on the tr_nonbonded PHY data width of 32 bit
g_usr_data_w
:
NATURAL
:
=
16
;
-- <= 32, to avoid need for DP packet data packing and to fit on the tr_nonbonded PHY data width of 32 bit
g_usr_frame_len
:
NATURAL
:
=
20
;
g_usr_nof_streams
:
NATURAL
:
=
3
;
-- number of user streams per bus
-- Phy
...
...
@@ -147,6 +147,7 @@ ARCHITECTURE str OF node_unb1_terminal_bg_mesh_db IS
CONSTANT
c_bg_nof_streams
:
NATURAL
:
=
g_nof_bus
*
g_usr_nof_streams
;
-- 4 x 3 = 12
CONSTANT
c_in_dat_w
:
NATURAL
:
=
g_usr_data_w
;
CONSTANT
c_bg_addr_w
:
NATURAL
:
=
7
;
CONSTANT
c_file_name_prefix
:
STRING
:
=
"hex/bg_in_data"
;
-----------------------------------------------------------------------------
-- Terminals
...
...
@@ -173,7 +174,7 @@ ARCHITECTURE str OF node_unb1_terminal_bg_mesh_db IS
-- Data Buffer
-----------------------------------------------------------------------------
CONSTANT
c_db_nof_streams
:
NATURAL
:
=
c_bg_nof_streams
;
CONSTANT
c_db_nof_data
:
NATURAL
:
=
1
024
;
CONSTANT
c_db_nof_data
:
NATURAL
:
=
1
28
;
--. Block generator
SIGNAL
bg_snk_out_arr
:
t_dp_siso_arr
(
c_bg_nof_streams
-1
DOWNTO
0
);
...
...
@@ -225,7 +226,7 @@ BEGIN
g_use_bg_buffer_ram
=>
TRUE
,
g_buf_dat_w
=>
c_nof_complex
*
c_in_dat_w
,
g_buf_addr_w
=>
c_bg_addr_w
,
g_file_name_prefix
=>
"UNUSED"
,
g_file_name_prefix
=>
c_file_name_prefix
,
-- User input multiplexer option
g_usr_bypass_xonoff
=>
FALSE
)
...
...
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