Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
abc
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
abc
Commits
7a8d56b9
Commit
7a8d56b9
authored
Nov 17, 2014
by
Alan Mishchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
AND/OR bug in the UIF computation.
parent
d9ffe9c3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
src/base/wlc/wlcAbs.c
+1
-1
No files found.
src/base/wlc/wlcAbs.c
View file @
7a8d56b9
...
...
@@ -234,7 +234,7 @@ Wlc_Ntk_t * Wlc_NtkUifNodePairs( Wlc_Ntk_t * p, Vec_Int_t * vPairsInit )
iObjNew2
=
Wlc_ObjCreate
(
p
,
WLC_OBJ_COMP_EQU
,
0
,
0
,
0
,
vFanins
);
// create implication node (iObjNew is already complemented above)
Vec_IntFillTwo
(
vFanins
,
2
,
iObjNew
,
iObjNew2
);
iObjNew
=
Wlc_ObjCreate
(
p
,
WLC_OBJ_LOGIC_
AND
,
0
,
0
,
0
,
vFanins
);
iObjNew
=
Wlc_ObjCreate
(
p
,
WLC_OBJ_LOGIC_
OR
,
0
,
0
,
0
,
vFanins
);
// save the constraint
Vec_IntPush
(
vUifConstrs
,
iObjNew
);
}
...
...
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