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
92420c2d
Commit
92420c2d
authored
Nov 29, 2010
by
Alan Mishchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rearranging data members in the structure (not a bug)
parent
42cebe99
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/base/main/mainInt.h
+2
-2
No files found.
src/base/main/mainInt.h
View file @
92420c2d
...
...
@@ -91,8 +91,6 @@ struct Abc_Frame_t_
Nwk_Man_t
*
pAbc8Nwk
;
// the current mapped network
Aig_Man_t
*
pAbc8Aig
;
// the current AIG
If_Lib_t
*
pAbc8Lib
;
// the current LUT library
EXT_ABC_FRAME
// plugin for external functionality
If_Lib_t
*
pAbc85Lib
;
// the current LUT library
Gia_Man_t
*
pGia
;
...
...
@@ -114,6 +112,8 @@ struct Abc_Frame_t_
int
nFrames
;
// the number of time frames completed by BMC
Vec_Ptr_t
*
vPlugInComBinPairs
;
// pairs of command and its binary name
EXT_ABC_FRAME
// plugin for external functionality
};
////////////////////////////////////////////////////////////////////////
...
...
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