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
c8144c64
Commit
c8144c64
authored
10 years ago
by
Pepping
Browse files
Options
Downloads
Patches
Plain Diff
UPdated instance name
parent
f4b4d5eb
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
applications/unb1_fn_bf/src/vhdl/node_unb1_fn_bf.vhd
+3
-3
3 additions, 3 deletions
applications/unb1_fn_bf/src/vhdl/node_unb1_fn_bf.vhd
with
3 additions
and
3 deletions
applications/unb1_fn_bf/src/vhdl/node_unb1_fn_bf.vhd
+
3
−
3
View file @
c8144c64
...
@@ -33,7 +33,7 @@ USE tech_tse_lib.tb_tech_tse_pkg.ALL;
...
@@ -33,7 +33,7 @@ USE tech_tse_lib.tb_tech_tse_pkg.ALL;
USE
bf_lib
.
ALL
;
USE
bf_lib
.
ALL
;
USE
bf_lib
.
bf_pkg
.
ALL
;
USE
bf_lib
.
bf_pkg
.
ALL
;
ENTITY
node_fn_bf
IS
ENTITY
node_
unb1_
fn_bf
IS
GENERIC
(
GENERIC
(
g_use_bf
:
BOOLEAN
:
=
TRUE
;
-- FALSE skips instantiation of the BF
g_use_bf
:
BOOLEAN
:
=
TRUE
;
-- FALSE skips instantiation of the BF
g_bf
:
t_c_bf
:
=
c_bf
;
g_bf
:
t_c_bf
:
=
c_bf
;
...
@@ -88,9 +88,9 @@ ENTITY node_fn_bf IS
...
@@ -88,9 +88,9 @@ ENTITY node_fn_bf IS
bf_out_offload_tx_sosi_arr
:
OUT
t_dp_sosi_arr
(
c_eth_nof_udp_ports
-1
DOWNTO
0
);
-- 16b beamlets
bf_out_offload_tx_sosi_arr
:
OUT
t_dp_sosi_arr
(
c_eth_nof_udp_ports
-1
DOWNTO
0
);
-- 16b beamlets
bf_out_offload_tx_siso_arr
:
IN
t_dp_siso_arr
(
c_eth_nof_udp_ports
-1
DOWNTO
0
)
:
=
(
OTHERS
=>
c_dp_siso_rst
)
bf_out_offload_tx_siso_arr
:
IN
t_dp_siso_arr
(
c_eth_nof_udp_ports
-1
DOWNTO
0
)
:
=
(
OTHERS
=>
c_dp_siso_rst
)
);
);
END
node_fn_bf
;
END
node_
unb1_
fn_bf
;
ARCHITECTURE
str
OF
node_fn_bf
IS
ARCHITECTURE
str
OF
node_
unb1_
fn_bf
IS
CONSTANT
c_buf_addr_w
:
NATURAL
:
=
ceil_log2
(
g_bg_diag_wave_period
)
+
ceil_log2
(
g_bf
.
nof_subbands
*
g_bf
.
nof_signal_paths
/
g_bf
.
nof_input_streams
);
CONSTANT
c_buf_addr_w
:
NATURAL
:
=
ceil_log2
(
g_bg_diag_wave_period
)
+
ceil_log2
(
g_bf
.
nof_subbands
*
g_bf
.
nof_signal_paths
/
g_bf
.
nof_input_streams
);
...
...
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