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
0d398155
Commit
0d398155
authored
9 years ago
by
Pepping
Browse files
Options
Downloads
Patches
Plain Diff
UPdated transpose constants
parent
6d2fad56
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
+3
-3
3 additions, 3 deletions
...nb1_fn_beamformer/src/vhdl/apertif_unb1_fn_beamformer.vhd
with
3 additions
and
3 deletions
applications/apertif/designs/apertif_unb1_fn_beamformer/src/vhdl/apertif_unb1_fn_beamformer.vhd
+
3
−
3
View file @
0d398155
...
@@ -181,9 +181,9 @@ ARCHITECTURE str OF apertif_unb1_fn_beamformer IS
...
@@ -181,9 +181,9 @@ ARCHITECTURE str OF apertif_unb1_fn_beamformer IS
CONSTANT
c_rd_fifo_depth
:
NATURAL
:
=
256
;
CONSTANT
c_rd_fifo_depth
:
NATURAL
:
=
256
;
CONSTANT
c_ddr3_mem_w
:
NATURAL
:
=
256
;
CONSTANT
c_ddr3_mem_w
:
NATURAL
:
=
256
;
CONSTANT
c_ena_pre_transp
:
BOOLEAN
:
=
TRUE
;
CONSTANT
c_ena_pre_transp
:
BOOLEAN
:
=
TRUE
;
CONSTANT
c_wr_chunksize
:
NATURAL
:
=
g_bf
.
nof_weights
;
CONSTANT
c_wr_chunksize
:
NATURAL
:
=
240
;
--
g_bf.nof_weights;
CONSTANT
c_rd_chunksize
:
NATURAL
:
=
32
;
CONSTANT
c_rd_chunksize
:
NATURAL
:
=
16
;
--
32;
CONSTANT
c_rd_nof_chunks
:
NATURAL
:
=
8
;
CONSTANT
c_rd_nof_chunks
:
NATURAL
:
=
15
;
--8
CONSTANT
c_rd_interval
:
NATURAL
:
=
c_rd_chunksize
;
CONSTANT
c_rd_interval
:
NATURAL
:
=
c_rd_chunksize
;
CONSTANT
c_gapsize
:
NATURAL
:
=
0
;
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
,
800000
);
...
...
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