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
297ac465
Commit
297ac465
authored
1 year ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Update description of reorder files.
parent
47109d71
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
libraries/base/reorder/hdllib.cfg
+27
-8
27 additions, 8 deletions
libraries/base/reorder/hdllib.cfg
with
27 additions
and
8 deletions
libraries/base/reorder/hdllib.cfg
+
27
−
8
View file @
297ac465
...
@@ -4,6 +4,33 @@ hdl_lib_uses_synth = common dp
...
@@ -4,6 +4,33 @@ hdl_lib_uses_synth = common dp
hdl_lib_uses_sim
=
io_ddr tech_ddr
hdl_lib_uses_sim
=
io_ddr tech_ddr
hdl_lib_technology
=
hdl_lib_technology
=
# Description: see doc/ss_parallel.pdf
#
# Remarks:
# * Old files, with ss = subband select prefix, from LOFAR1 and Apertif
# mentioned in doc/ss_parallel.pdf have been renamed as follows:
# ss_reorder.vhd --> reorder_row.vhd
# ss.vhd --> reorder_col.vhd
# ss_parallel.vhd --> reorder_matrix.vhd
# ss_wide.vhd --> reorder_col_wide.vhd
# ss_retrieve.vhd --> reorder_retreive.vhd
# ss_store.vhd --> reorder_store.vhd
#
# * The reorder_col_wide_select.vhd and reorder_row_select.vhd are similar to
# reorder_col_wide.vhd and reorder_row.vhd, except that they use direct
# select signals instead of selection via an MM interface.
#
# * The reorder_row_select.vhd is similar to reorder_rewire that was used
# in Apertif. For new designs reorder_row_select.vhd is preferred.
#
# * The reorder_transpose.vhd uses the reorder_col for pretranspose in time
# and reorder_sequencer.vhd for transpose in external memory. Therefore
# the tb_reorder_transpose.vhd test bench uses io_ddr. The
# reorder_transpose.vhd was used in Apertif. For new designs it can serve
# as an example for implementing a transpose (corner turn) using external
# DDR memory.
#
synth_files
=
synth_files
=
src/vhdl/reorder_pkg.vhd
src/vhdl/reorder_pkg.vhd
src/vhdl/reorder_retreive.vhd
src/vhdl/reorder_retreive.vhd
...
@@ -21,14 +48,6 @@ synth_files =
...
@@ -21,14 +48,6 @@ synth_files =
src/vhdl/reorder_rewire_reg.vhd
src/vhdl/reorder_rewire_reg.vhd
src/vhdl/mms_reorder_rewire.vhd
src/vhdl/mms_reorder_rewire.vhd
# Old files should be renamed as follows in near future:
# ss_reorder.vhd --> reorder_row.vhd
# ss.vhd --> reorder_col.vhd
# ss_parallel.vhd --> reorder_matrix.vhd
# ss_wide.vhd --> reorder_col_wide.vhd
# ss_retrieve.vhd --> reorder_retreive.vhd
# ss_store.vhd --> reorder_store.vhd
test_bench_files
=
test_bench_files
=
tb/vhdl/tb_reorder_transpose.vhd
tb/vhdl/tb_reorder_transpose.vhd
tb/vhdl/tb_reorder_col.vhd
tb/vhdl/tb_reorder_col.vhd
...
...
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