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
f81e16b6
Commit
f81e16b6
authored
May 18, 2008
by
Alan Mishchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version abc80518_2
parent
8b24f6bf
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
2 deletions
+2
-2
src/aig/fra/fraSec.c
+1
-1
src/base/abci/abc.c
+1
-1
src/map/pcm/module.make
+0
-0
src/map/ply/module.make
+0
-0
No files found.
src/aig/fra/fraSec.c
View file @
f81e16b6
...
...
@@ -45,7 +45,7 @@ void Fra_SecSetDefaultParams( Fra_Sec_t * p )
memset
(
p
,
0
,
sizeof
(
Fra_Sec_t
)
);
p
->
fTryComb
=
1
;
// try CEC call as a preprocessing step
p
->
fTryBmc
=
1
;
// try BMC call as a preprocessing step
p
->
nFramesMax
=
2
;
// the max number of frames used for induction
p
->
nFramesMax
=
4
;
// the max number of frames used for induction
p
->
fPhaseAbstract
=
1
;
// enables phase abstraction
p
->
fRetimeFirst
=
1
;
// enables most-forward retiming at the beginning
p
->
fRetimeRegs
=
1
;
// enables min-register retiming at the beginning
...
...
src/base/abci/abc.c
View file @
f81e16b6
...
...
@@ -14291,7 +14291,7 @@ int Abc_CommandDSec( Abc_Frame_t * pAbc, int argc, char ** argv )
// set defaults
Fra_SecSetDefaultParams
(
pSecPar
);
pSecPar
->
TimeLimit
=
3
00
;
pSecPar
->
TimeLimit
=
6
00
;
Extra_UtilGetoptReset
();
while
(
(
c
=
Extra_UtilGetopt
(
argc
,
argv
,
"Farmfwvh"
)
)
!=
EOF
)
{
...
...
src/map/pcm/module.make
deleted
100644 → 0
View file @
8b24f6bf
src/map/ply/module.make
deleted
100644 → 0
View file @
8b24f6bf
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