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
a13ad0e6
Commit
a13ad0e6
authored
10 years ago
by
Pepping
Browse files
Options
Downloads
Patches
Plain Diff
UPdated version number
parent
fed0635e
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
applications/apertif/designs/apertif_unb1_fn_beamformer/src/vhdl/apertif_unb1_fn_beamformer.vhd
+1
-1
1 addition, 1 deletion
...nb1_fn_beamformer/src/vhdl/apertif_unb1_fn_beamformer.vhd
with
1 addition
and
1 deletion
applications/apertif/designs/apertif_unb1_fn_beamformer/src/vhdl/apertif_unb1_fn_beamformer.vhd
+
1
−
1
View file @
a13ad0e6
...
@@ -117,7 +117,7 @@ ARCHITECTURE str OF apertif_unb1_fn_beamformer IS
...
@@ -117,7 +117,7 @@ ARCHITECTURE str OF apertif_unb1_fn_beamformer IS
CONSTANT
c_use_bg
:
BOOLEAN
:
=
g_design_name
=
"apertif_unb1_fn_beamformer_tp_bg"
;
-- Also use DDR3, but no mesh terminals
CONSTANT
c_use_bg
:
BOOLEAN
:
=
g_design_name
=
"apertif_unb1_fn_beamformer_tp_bg"
;
-- Also use DDR3, but no mesh terminals
CONSTANt
c_use_bf
:
BOOLEAN
:
=
NOT
(
g_design_name
=
"apertif_unb1_fn_beamformer_tp_bg"
AND
g_sim
);
CONSTANt
c_use_bf
:
BOOLEAN
:
=
NOT
(
g_design_name
=
"apertif_unb1_fn_beamformer_tp_bg"
AND
g_sim
);
CONSTANT
c_use_phy
:
t_c_unb1_board_use_phy
:
=
(
1
,
1
,
sel_a_b
(
c_use_bg
,
0
,
1
),
0
,
sel_a_b
(
c_use_transpose
,
1
,
0
),
0
,
0
,
1
);
CONSTANT
c_use_phy
:
t_c_unb1_board_use_phy
:
=
(
1
,
1
,
sel_a_b
(
c_use_bg
,
0
,
1
),
0
,
sel_a_b
(
c_use_transpose
,
1
,
0
),
0
,
0
,
1
);
CONSTANT
c_fw_version
:
t_unb1_board_fw_version
:
=
(
3
,
4
);
-- firmware version x.y
CONSTANT
c_fw_version
:
t_unb1_board_fw_version
:
=
(
3
,
5
);
-- firmware version x.y
CONSTANT
c_tr_mesh
:
t_c_unb1_board_tr
:
=
c_unb1_board_tr_mesh
;
CONSTANT
c_tr_mesh
:
t_c_unb1_board_tr
:
=
c_unb1_board_tr_mesh
;
CONSTANT
c_dp_clk_use_pll
:
BOOLEAN
:
=
g_design_name
=
"apertif_unb1_fn_beamformer_base"
;
CONSTANT
c_dp_clk_use_pll
:
BOOLEAN
:
=
g_design_name
=
"apertif_unb1_fn_beamformer_base"
;
...
...
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