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
0e8194e7
Commit
0e8194e7
authored
9 years ago
by
Pepping
Browse files
Options
Downloads
Patches
Plain Diff
Disbaled 1gb offload
parent
5a19e4d0
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/apertif/designs/apertif_unb1_fn_beamformer/src/vhdl/node_apertif_unb1_fn_beamformer.vhd
+1
-1
1 addition, 1 deletion
...n_beamformer/src/vhdl/node_apertif_unb1_fn_beamformer.vhd
with
1 addition
and
1 deletion
applications/apertif/designs/apertif_unb1_fn_beamformer/src/vhdl/node_apertif_unb1_fn_beamformer.vhd
+
1
−
1
View file @
0e8194e7
...
@@ -37,7 +37,7 @@ ENTITY node_apertif_unb1_fn_beamformer IS
...
@@ -37,7 +37,7 @@ ENTITY node_apertif_unb1_fn_beamformer IS
g_sim
:
BOOLEAN
:
=
FALSE
;
g_sim
:
BOOLEAN
:
=
FALSE
;
g_sim_level
:
NATURAL
:
=
0
;
g_sim_level
:
NATURAL
:
=
0
;
g_use_data_buf
:
BOOLEAN
:
=
TRUE
;
-- Add a data buffer parallel to the BF. Does not affect other functions.
g_use_data_buf
:
BOOLEAN
:
=
TRUE
;
-- Add a data buffer parallel to the BF. Does not affect other functions.
g_use_bf_offload
:
BOOLEAN
:
=
TRU
E
;
-- Offload BF out(0) datapath to 1GbE UDP TX port. Does not affect other functions.
g_use_bf_offload
:
BOOLEAN
:
=
FALS
E
;
-- Offload BF out(0) datapath to 1GbE UDP TX port. Does not affect other functions.
g_use_bf
:
BOOLEAN
:
=
TRUE
;
-- FALSE does not instantiate a BF instance.
g_use_bf
:
BOOLEAN
:
=
TRUE
;
-- FALSE does not instantiate a BF instance.
g_use_block_gen
:
BOOLEAN
:
=
FALSE
;
-- TRUE overrides terminal output and feeds BG output to the BF instead.
g_use_block_gen
:
BOOLEAN
:
=
FALSE
;
-- TRUE overrides terminal output and feeds BG output to the BF instead.
-- Stream properties
-- Stream properties
...
...
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