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
1ca94c10
Commit
1ca94c10
authored
Jul 14, 2012
by
Alan Mishchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added new refinement manager for &gla and &abs_refine.
parent
cfc7fe7d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/aig/gia/giaAbsRef.c
+2
-0
No files found.
src/aig/gia/giaAbsRef.c
View file @
1ca94c10
...
...
@@ -29,6 +29,7 @@ ABC_NAMESPACE_IMPL_START
This refinement manager should be
* started by calling Rnm_ManStart()
this procedure takes one argument, the user's seq miter as a GIA manager
- the manager should have only one property output
- this manager should not change while the refinement manager is alive
- it cannot be used by external applications for any purpose
- when the refinement manager stop, GIA manager is the same as at the beginning
...
...
@@ -131,6 +132,7 @@ static inline Rnm_Obj_t * Rnm_ManObj( Rnm_Man_t * p, Gia_Obj_t * pObj, int f )
Rnm_Man_t
*
Rnm_ManStart
(
Gia_Man_t
*
pGia
)
{
Rnm_Man_t
*
p
;
assert
(
Gia_ManPoNum
(
pGia
)
==
1
);
p
=
ABC_CALLOC
(
Rnm_Man_t
,
1
);
p
->
pGia
=
pGia
;
p
->
vObjs
=
Vec_IntAlloc
(
100
);
...
...
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