Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yosys-tests
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
yosys-tests
Commits
b6aface4
Commit
b6aface4
authored
Jun 24, 2019
by
Eddie Hung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update assert_area after opt
parent
da381310
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
architecture/synth_xilinx_mux/assert_area.py
+2
-2
No files found.
architecture/synth_xilinx_mux/assert_area.py
View file @
b6aface4
...
...
@@ -14,7 +14,7 @@ area[4] = ([ 0, 0, 0, 0, 0, 1, 0, 0 ],)
area
[
5
]
=
([
0
,
0
,
0
,
0
,
0
,
0
,
1
,
0
],
*
area
[
4
])
area
[
7
]
=
([
0
,
0
,
0
,
0
,
0
,
0
,
1
,
0
],
*
area
[
4
],
*
area
[
3
])
area
[
8
]
=
([
0
,
0
,
0
,
0
,
0
,
0
,
1
,
0
],
*
area
[
4
],
*
area
[
4
])
area
[
9
]
=
([
0
,
0
,
0
,
0
,
0
,
0
,
1
,
1
],
*
area
[
8
])
area
[
9
]
=
([
0
,
0
,
0
,
0
,
0
,
0
,
0
,
1
],
*
area
[
8
])
area
[
15
]
=
([
0
,
0
,
0
,
0
,
0
,
0
,
0
,
1
],
*
area
[
8
],
*
area
[
7
])
area
[
16
]
=
([
0
,
0
,
0
,
0
,
0
,
0
,
0
,
1
],
*
area
[
8
],
*
area
[
8
])
area
[
17
]
=
(
*
area
[
16
],
*
area
[
2
])
...
...
@@ -26,7 +26,7 @@ area[64] = (*(area[16] * 4), *area[4])
area
[
65
]
=
(
*
(
area
[
16
]
*
4
),
*
area
[
5
])
area
[
127
]
=
([
0
,
0
,
0
,
0
,
0
,
0
,
1
,
0
],
*
area
[
63
],
*
area
[
64
])
area
[
128
]
=
([
0
,
0
,
0
,
0
,
0
,
0
,
1
,
0
],
*
area
[
64
],
*
area
[
64
])
area
[
129
]
=
([
0
,
0
,
0
,
0
,
0
,
0
,
1
,
1
],
*
area
[
64
],
*
area
[
65
])
area
[
129
]
=
([
0
,
0
,
0
,
0
,
0
,
0
,
0
,
1
],
*
area
[
64
],
*
area
[
65
])
area
[
255
]
=
(
*
area
[
15
],
*
(
area
[
16
]
*
15
),
*
area
[
16
])
area
[
256
]
=
(
*
(
area
[
16
]
*
16
),
*
area
[
16
])
area
[
257
]
=
([
0
,
0
,
1
,
0
,
0
,
68
,
34
,
17
],)
...
...
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