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
77ee4188
Commit
77ee4188
authored
10 years ago
by
Kenneth Hiemstra
Browse files
Options
Downloads
Patches
Plain Diff
reorganized files and using only 1 hex file for init bg
parent
33671b5d
No related branches found
No related tags found
No related merge requests found
Changes
22
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
boards/uniboard1/designs/unb1_test/src/vhdl/udp_stream.vhd
+4
-3
4 additions, 3 deletions
boards/uniboard1/designs/unb1_test/src/vhdl/udp_stream.vhd
boards/uniboard1/designs/unb1_test/src/vhdl/unb1_test.vhd
+4
-19
4 additions, 19 deletions
boards/uniboard1/designs/unb1_test/src/vhdl/unb1_test.vhd
with
8 additions
and
22 deletions
boards/uniboard1/designs/unb1_test/src/vhdl/udp_stream
_test
.vhd
→
boards/uniboard1/designs/unb1_test/src/vhdl/udp_stream.vhd
+
4
−
3
View file @
77ee4188
...
...
@@ -34,7 +34,7 @@ USE dp_lib.dp_stream_pkg.ALL;
USE
diag_lib
.
diag_pkg
.
ALL
;
USE
work
.
unb1_test_pkg
.
ALL
;
ENTITY
udp_stream
_test
IS
ENTITY
udp_stream
IS
GENERIC
(
g_sim
:
BOOLEAN
:
=
FALSE
;
g_nof_streams
:
NATURAL
;
...
...
@@ -92,11 +92,11 @@ ENTITY udp_stream_test IS
ram_diag_data_buf_mosi
:
IN
t_mem_mosi
:
=
c_mem_mosi_rst
;
ram_diag_data_buf_miso
:
OUT
t_mem_miso
);
END
udp_stream
_test
;
END
udp_stream
;
ARCHITECTURE
str
OF
udp_stream
_test
IS
ARCHITECTURE
str
OF
udp_stream
IS
-- Block generator
CONSTANT
c_bg_ctrl
:
t_diag_block_gen
:
=
(
'0'
,
-- enable (disabled by default)
...
...
@@ -156,6 +156,7 @@ BEGIN
g_nof_streams
=>
g_nof_streams
,
g_buf_dat_w
=>
g_data_w
,
g_buf_addr_w
=>
ceil_log2
(
TO_UINT
(
c_bg_ctrl
.
samples_per_packet
)),
g_file_index_arr
=>
array_init
(
0
,
g_nof_streams
),
g_file_name_prefix
=>
"../../counter_data_"
&
NATURAL
'IMAGE
(
g_data_w
),
g_diag_block_gen_rst
=>
c_bg_ctrl
)
...
...
This diff is collapsed.
Click to expand it.
boards/uniboard1/designs/unb1_test/src/vhdl/unb1_test.vhd
+
4
−
19
View file @
77ee4188
This diff is collapsed.
Click to expand it.
Prev
1
2
Next
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