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
cc6834d4
Commit
cc6834d4
authored
Apr 27, 2023
by
Alan Mishchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Unifying random number generation.
parent
b4170615
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/proof/cec/cecSatG3.c
+2
-2
No files found.
src/proof/cec/cecSatG3.c
View file @
cc6834d4
...
...
@@ -917,7 +917,7 @@ static inline void Cec5_ObjSimCi( Gia_Man_t * p, int iObj )
int
w
;
word
*
pSim
=
Cec5_ObjSim
(
p
,
iObj
);
for
(
w
=
0
;
w
<
p
->
nSimWords
;
w
++
)
pSim
[
w
]
=
Gia_Man
RandomW
(
0
);
pSim
[
w
]
=
Abc_
RandomW
(
0
);
pSim
[
0
]
<<=
1
;
}
static
inline
void
Cec5_ObjClearSimCi
(
Gia_Man_t
*
p
,
int
iObj
)
...
...
@@ -1902,7 +1902,7 @@ int Cec5_ManPerformSweeping( Gia_Man_t * p, Cec_ParFra_t * pPars, Gia_Man_t ** p
assert
(
Gia_ObjId
(
p
,
pObj
)
==
i
+
1
);
// check if any output trivially fails under all-0 pattern
Gia_Man
Random
(
1
);
Abc_
Random
(
1
);
Gia_ManSetPhase
(
p
);
if
(
pPars
->
nLevelMax
)
Gia_ManLevelNum
(
p
);
...
...
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