Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
winosystolic
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
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
xliu79
winosystolic
Commits
5bebbe13
Commit
5bebbe13
authored
5 years ago
by
xliu79
Browse files
Options
Downloads
Patches
Plain Diff
fix some new pragmas
parent
6e6f3dba
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/wino.cpp
+1
-15
1 addition, 15 deletions
src/wino.cpp
src/wino_buffer.cpp
+0
-2
0 additions, 2 deletions
src/wino_buffer.cpp
with
1 addition
and
17 deletions
src/wino.cpp
+
1
−
15
View file @
5bebbe13
...
...
@@ -362,20 +362,6 @@ void wino_systolic_top(
ConvDesc_t
conv_desc
;
int
inheight
=
conv_desc
.
inheight
;
int
inwidth
=
conv_desc
.
inwidth
;
int
stride
=
conv_desc
.
stride
;
int
pad_size
=
conv_desc
.
pad_size
;
int
inwidth_align8
=
conv_desc
.
inwidth_align8
;
int
indepth_align8
=
conv_desc
.
indepth_align8
;
int
group_indepth_x_inwidth_align8_by8
=
conv_desc
.
group_indepth_x_inwidth_align8_by8
;
int
group_indepth_offset_x_inwidth_align8_by8
=
conv_desc
.
group_indepth_offset_x_inwidth_align8_by8
;
int
inwidth_ceildiv_inbufferwidth
=
conv_desc
.
inwidth_ceildiv_inbufferwidth
;
int
buffer_address_mid_increment_step
=
conv_desc
.
buffer_address_mid_increment_step
;
int
input_load_burst_length
=
conv_desc
.
input_load_burst_length
;
int
row_address_bitnumber_flag
=
conv_desc
.
row_address_bitnumber_flag
;
int
out_rowstep
=
conv_desc
.
out_rowstep
;
ap_uint
<
1
>
pingpong
=
0
;
#if DEBUG_FILE_PRINT
...
...
@@ -423,7 +409,7 @@ void wino_systolic_top(
{
ap_uint
<
16
>
start_row_idx_minus_pad_size
=
compute_start_row
-
conv_desc
.
pad_size
;
#pragma HLS DEPENDENCE variable=input_buffer inter false
#pragma HLS DEPENDENCE variable=input_buffer intra false
if
(
pingpong
)
...
...
This diff is collapsed.
Click to expand it.
src/wino_buffer.cpp
+
0
−
2
View file @
5bebbe13
...
...
@@ -629,8 +629,6 @@ void weight_feed_one_port(
for
(
ap_uint
<
16
>
cnt
=
0
;
cnt
<
weightDDR_burst_number
;
cnt
++
)
{
#pragma HLS DEPENDENCE variable=weight_buff inter false
#pragma HLS DEPENDENCE variable=weight_buff intra false
if
(
DDR_load_cnt
==
weightDDR_burst_number
-
1
)
...
...
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