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
3f6d6c42
Commit
3f6d6c42
authored
9 years ago
by
Daniel van der Schuur
Browse files
Options
Downloads
Patches
Plain Diff
-Fixed comment.
parent
a128c693
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
applications/aartfaac/designs/aartfaac_bn_sdo/src/python/gen_hex_files_ss_parallel_sb_16b.py
+1
-4
1 addition, 4 deletions
...aac_bn_sdo/src/python/gen_hex_files_ss_parallel_sb_16b.py
with
1 addition
and
4 deletions
applications/aartfaac/designs/aartfaac_bn_sdo/src/python/gen_hex_files_ss_parallel_sb_16b.py
+
1
−
4
View file @
3f6d6c42
...
...
@@ -50,7 +50,7 @@ HEX_SS_WIDE_MEM_DEPTH = 1024 # size = 864 words each (matches output block size)
HEX_SS_WIDE_FILE_PREFIX
=
"
../hex/ss_parallel_sb_16b_ss_wide_
"
HEX_REORDER_OUT_MEM_WIDTH
=
8
# Actually 4 bits but HEX files require byte boundaries
HEX_REORDER_OUT_MEM_DEPTH
=
1024
# 864 cycles * 4 bits to encode the
1
2 inputs on each word = 864 regs
HEX_REORDER_OUT_MEM_DEPTH
=
1024
# 864 cycles * 4 bits to encode the 2 inputs on each word = 864 regs
HEX_REORDER_OUT_FILE_NAME
=
"
../hex/ss_parallel_sb_16b_reorder_out.hex
"
# This is not a TC but we must provide a TC to create the object
...
...
@@ -65,9 +65,6 @@ ss = pi_ss_parallel.PiSsParallel(dummy_tc, dummy_io, NOF_IN, NOF_INTERNALS, NOT_
# ========================
# Create the input matrix:
# ========================
# stream 0) [ ( 0,0), ( 0,1), .. , ( 0, 70), ( 0,71) ]
# ..
# stream 11) [ (11,0), (11,1), .. , (11, 70), (11,71) ]
din
=
ss
.
create_Din
()
# =========================
...
...
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