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
33671b5d
"git@git.astron.nl:RD/LINC.git" did not exist on "f75005db238686ceceb36bac0b02d00789c9777b"
Commit
33671b5d
authored
9 years ago
by
Pepping
Browse files
Options
Downloads
Patches
Plain Diff
- Changed nof_blocks back to 781250
- Increased versionnumber
parent
5203bbe5
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/apertif_unb1_fn_beamformer.vhd
+2
-2
2 additions, 2 deletions
...nb1_fn_beamformer/src/vhdl/apertif_unb1_fn_beamformer.vhd
with
2 additions
and
2 deletions
applications/apertif/designs/apertif_unb1_fn_beamformer/src/vhdl/apertif_unb1_fn_beamformer.vhd
+
2
−
2
View file @
33671b5d
...
...
@@ -115,7 +115,7 @@ ARCHITECTURE str OF apertif_unb1_fn_beamformer IS
CONSTANT
c_use_transpose
:
BOOLEAN
:
=
g_design_name
=
"apertif_unb1_fn_beamformer_trans"
;
CONSTANT
c_use_phy
:
t_c_unb1_board_use_phy
:
=
(
1
,
1
,
1
,
0
,
sel_a_b
(
c_use_transpose
,
1
,
0
),
0
,
0
,
1
);
CONSTANT
c_fw_version
:
t_unb1_board_fw_version
:
=
(
3
,
3
);
-- firmware version x.y
CONSTANT
c_fw_version
:
t_unb1_board_fw_version
:
=
(
3
,
4
);
-- firmware version x.y
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"
;
...
...
@@ -185,7 +185,7 @@ ARCHITECTURE str OF apertif_unb1_fn_beamformer IS
CONSTANT
c_rd_nof_chunks
:
NATURAL
:
=
15
;
--8
CONSTANT
c_rd_interval
:
NATURAL
:
=
c_rd_chunksize
;
CONSTANT
c_gapsize
:
NATURAL
:
=
0
;
CONSTANT
c_nof_blocks
:
NATURAL
:
=
sel_a_b
(
g_sim
,
32
,
800000
);
CONSTANT
c_nof_blocks
:
NATURAL
:
=
sel_a_b
(
g_sim
,
32
,
781250
);
--
800000);
CONSTANT
c_reorder_seq_conf
:
t_reorder_seq
:
=
(
c_wr_chunksize
,
c_rd_chunksize
,
...
...
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