Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
adc2018-system
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
adc2018
adc2018-system
Commits
05891b65
Commit
05891b65
authored
Aug 26, 2018
by
kazushi.kawamura
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a little
parent
8eaee571
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
router.cpp
hls_2018/router_03/router.cpp
+1
-1
No files found.
hls_2018/router_03/router.cpp
View file @
05891b65
...
...
@@ -51,7 +51,7 @@ bool pynqrouter(char boardstr[BOARDSTR_SIZE], ap_uint<32> seed, ap_int<32> *stat
// For each line
// Note: Should not partition completely
bool
adjacents
[
MAX_LINES
];
// Line has adjacent terminals?
ap_uint
<
CELL_BIT
>
starts
[
MAX_LINES
];
// Start list
ap_uint
<
CELL_BIT
>
starts
[
MAX_LINES
];
// Start list
ap_uint
<
CELL_BIT
>
goals
[
MAX_LINES
];
// Goal list
ap_uint
<
BUFF_BIT
>
s_idx
[
MAX_LINES
];
// Start point on line buffer
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment