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
627c7d33
Commit
627c7d33
authored
Sep 21, 2021
by
Alan Mishchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding command &reshape.
parent
1e69e7e7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
15 deletions
+15
-15
src/aig/gia/giaReshape1.c
+7
-6
src/aig/gia/giaReshape2.c
+8
-9
No files found.
src/aig/gia/gia
Sim4
.c
→
src/aig/gia/gia
Reshape1
.c
View file @
627c7d33
/**CFile****************************************************************
/**CFile****************************************************************
FileName [gia
Sim4
.c]
FileName [gia
Reshape
.c]
SystemName [ABC: Logic synthesis and verification system.]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Scalable AIG package.]
PackageName [Scalable AIG package.]
Synopsis [
Simulation engine.
]
Synopsis []
Author [Alan Mishchenko]
Author [Alan Mishchenko]
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
Date [Ver. 1.0. Started - June 20, 2005.]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [$Id: gia
Sim4
.c,v 1.00 2005/06/20 00:00:00 alanmi Exp $]
Revision [$Id: gia.c,v 1.00 2005/06/20 00:00:00 alanmi Exp $]
***********************************************************************/
***********************************************************************/
...
@@ -22,6 +22,7 @@
...
@@ -22,6 +22,7 @@
ABC_NAMESPACE_IMPL_START
ABC_NAMESPACE_IMPL_START
////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////
/// DECLARATIONS ///
/// DECLARATIONS ///
////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////
...
@@ -35,15 +36,15 @@ ABC_NAMESPACE_IMPL_START
...
@@ -35,15 +36,15 @@ ABC_NAMESPACE_IMPL_START
Synopsis []
Synopsis []
Description []
Description []
SideEffects []
SideEffects []
SeeAlso []
SeeAlso []
***********************************************************************/
***********************************************************************/
int
Gia_Sim4Try
(
char
*
pFileName0
,
char
*
pFileName1
,
char
*
pFileName2
,
int
nTimeout
,
int
nWords
,
int
nBeam
,
int
LevL
,
int
LevU
,
int
fOrder
,
int
fFancy
,
int
fUseBuf
,
int
fSkipMffc
,
int
f
Verbose
)
Gia_Man_t
*
Gia_ManReshape1
(
Gia_Man_t
*
p
,
int
fVerbose
,
int
fVery
Verbose
)
{
{
return
0
;
return
NULL
;
}
}
////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////
...
...
src/aig/gia/gia
Sim5
.c
→
src/aig/gia/gia
Reshape2
.c
View file @
627c7d33
/**CFile****************************************************************
/**CFile****************************************************************
FileName [gia
Sim5
.c]
FileName [gia
Reshape
.c]
SystemName [ABC: Logic synthesis and verification system.]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Scalable AIG package.]
PackageName [Scalable AIG package.]
Synopsis [
Simulation engine.
]
Synopsis []
Author [Alan Mishchenko]
Author [Alan Mishchenko]
...
@@ -14,12 +14,11 @@
...
@@ -14,12 +14,11 @@
Date [Ver. 1.0. Started - June 20, 2005.]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [$Id: gia
Sim5
.c,v 1.00 2005/06/20 00:00:00 alanmi Exp $]
Revision [$Id: gia.c,v 1.00 2005/06/20 00:00:00 alanmi Exp $]
***********************************************************************/
***********************************************************************/
#include "gia.h"
#include "gia.h"
#include "base/main/main.h"
ABC_NAMESPACE_IMPL_START
ABC_NAMESPACE_IMPL_START
...
@@ -27,10 +26,6 @@ ABC_NAMESPACE_IMPL_START
...
@@ -27,10 +26,6 @@ ABC_NAMESPACE_IMPL_START
/// DECLARATIONS ///
/// DECLARATIONS ///
////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////
void
Sim_Init
(
Abc_Frame_t
*
pAbc
)
{}
void
Sim_End
(
Abc_Frame_t
*
pAbc
)
{}
void
Gia_DatFree
(
Gia_Dat_t
*
p
)
{}
////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////
/// FUNCTION DEFINITIONS ///
/// FUNCTION DEFINITIONS ///
////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////
...
@@ -40,12 +35,16 @@ void Gia_DatFree( Gia_Dat_t * p ) {}
...
@@ -40,12 +35,16 @@ void Gia_DatFree( Gia_Dat_t * p ) {}
Synopsis []
Synopsis []
Description []
Description []
SideEffects []
SideEffects []
SeeAlso []
SeeAlso []
***********************************************************************/
***********************************************************************/
Gia_Man_t
*
Gia_ManReshape2
(
Gia_Man_t
*
p
,
int
fVerbose
,
int
fVeryVerbose
)
{
return
NULL
;
}
////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////
/// END OF FILE ///
/// END OF FILE ///
...
...
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