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
5ec77b66
Commit
5ec77b66
authored
Apr 01, 2013
by
Alan Mishchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updating 'sim3' to move the design into the last rare state.
parent
48fce794
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
3 deletions
+1
-3
src/base/abc/abc.h
+1
-0
src/base/abci/abc.c
+0
-3
No files found.
src/base/abc/abc.h
View file @
5ec77b66
...
...
@@ -883,6 +883,7 @@ extern ABC_DLL void Abc_SopToTruth7( char * pSop, int nInputs, wor
extern
ABC_DLL
void
Abc_SopToTruthBig
(
char
*
pSop
,
int
nInputs
,
word
**
pVars
,
word
*
pCube
,
word
*
pRes
);
/*=== abcStrash.c ==========================================================*/
extern
ABC_DLL
Abc_Ntk_t
*
Abc_NtkRestrash
(
Abc_Ntk_t
*
pNtk
,
int
fCleanup
);
extern
ABC_DLL
Abc_Ntk_t
*
Abc_NtkRestrashZero
(
Abc_Ntk_t
*
pNtk
,
int
fCleanup
);
extern
ABC_DLL
Abc_Ntk_t
*
Abc_NtkStrash
(
Abc_Ntk_t
*
pNtk
,
int
fAllNodes
,
int
fCleanup
,
int
fRecord
);
extern
ABC_DLL
Abc_Obj_t
*
Abc_NodeStrash
(
Abc_Ntk_t
*
pNtkNew
,
Abc_Obj_t
*
pNode
,
int
fRecord
);
extern
ABC_DLL
int
Abc_NtkAppend
(
Abc_Ntk_t
*
pNtk1
,
Abc_Ntk_t
*
pNtk2
,
int
fAddPos
);
...
...
src/base/abci/abc.c
View file @
5ec77b66
...
...
@@ -15460,9 +15460,6 @@ int Abc_CommandZero( Abc_Frame_t * pAbc, int argc, char ** argv )
{
Abc_Ntk_t
*
pNtk
,
*
pNtkRes
;
int
c
;
extern
Abc_Ntk_t
*
Abc_NtkRestrashZero
(
Abc_Ntk_t
*
pNtk
,
int
fCleanup
);
pNtk
=
Abc_FrameReadNtk
(
pAbc
);
// set defaults
Extra_UtilGetoptReset
();
...
...
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