mirror of https://github.com/YosysHQ/abc.git
Updates to rewiring.
This commit is contained in:
parent
f3ae349cf2
commit
7364002c39
|
|
@ -1,3 +1,23 @@
|
|||
/**CFile****************************************************************
|
||||
|
||||
FileName [rewire_map.c]
|
||||
|
||||
SystemName [ABC: Logic synthesis and verification system.]
|
||||
|
||||
PackageName [Re-wiring.]
|
||||
|
||||
Synopsis []
|
||||
|
||||
Author [Jiun-Hao Chen]
|
||||
|
||||
Affiliation [National Taiwan University]
|
||||
|
||||
Date [Ver. 1.0. Started - June 20, 2005.]
|
||||
|
||||
Revision [$Id: rewire_map.c,v 1.00 2005/06/20 00:00:00 alanmi Exp $]
|
||||
|
||||
***********************************************************************/
|
||||
|
||||
#include "rewire_map.h"
|
||||
|
||||
ABC_NAMESPACE_IMPL_START
|
||||
|
|
|
|||
|
|
@ -1,3 +1,23 @@
|
|||
/**CFile****************************************************************
|
||||
|
||||
FileName [rewire_map.h]
|
||||
|
||||
SystemName [ABC: Logic synthesis and verification system.]
|
||||
|
||||
PackageName [Re-wiring.]
|
||||
|
||||
Synopsis []
|
||||
|
||||
Author [Jiun-Hao Chen]
|
||||
|
||||
Affiliation [National Taiwan University]
|
||||
|
||||
Date [Ver. 1.0. Started - June 20, 2005.]
|
||||
|
||||
Revision [$Id: rewire_map.h,v 1.00 2005/06/20 00:00:00 alanmi Exp $]
|
||||
|
||||
***********************************************************************/
|
||||
|
||||
#ifndef REWIRE_MAP_H
|
||||
#define REWIRE_MAP_H
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,23 @@
|
|||
/**CFile****************************************************************
|
||||
|
||||
FileName [rewire_miaig.cpp]
|
||||
|
||||
SystemName [ABC: Logic synthesis and verification system.]
|
||||
|
||||
PackageName [Re-wiring.]
|
||||
|
||||
Synopsis []
|
||||
|
||||
Author [Jiun-Hao Chen]
|
||||
|
||||
Affiliation [National Taiwan University]
|
||||
|
||||
Date [Ver. 1.0. Started - June 20, 2005.]
|
||||
|
||||
Revision [$Id: rewire_miaig.cpp,v 1.00 2005/06/20 00:00:00 alanmi Exp $]
|
||||
|
||||
***********************************************************************/
|
||||
|
||||
#include "rewire_rar.h"
|
||||
#include "rewire_miaig.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,23 @@
|
|||
/**CFile****************************************************************
|
||||
|
||||
FileName [rewire_miaig.h]
|
||||
|
||||
SystemName [ABC: Logic synthesis and verification system.]
|
||||
|
||||
PackageName [Re-wiring.]
|
||||
|
||||
Synopsis []
|
||||
|
||||
Author [Jiun-Hao Chen]
|
||||
|
||||
Affiliation [National Taiwan University]
|
||||
|
||||
Date [Ver. 1.0. Started - June 20, 2005.]
|
||||
|
||||
Revision [$Id: rewire_miaig.h,v 1.00 2005/06/20 00:00:00 alanmi Exp $]
|
||||
|
||||
***********************************************************************/
|
||||
|
||||
#ifndef REWIRE_MIAIG_H
|
||||
#define REWIRE_MIAIG_H
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,23 @@
|
|||
/**CFile****************************************************************
|
||||
|
||||
FileName [rewire_rar.c]
|
||||
|
||||
SystemName [ABC: Logic synthesis and verification system.]
|
||||
|
||||
PackageName [Re-wiring.]
|
||||
|
||||
Synopsis []
|
||||
|
||||
Author [Jiun-Hao Chen]
|
||||
|
||||
Affiliation [National Taiwan University]
|
||||
|
||||
Date [Ver. 1.0. Started - June 20, 2005.]
|
||||
|
||||
Revision [$Id: rewire_rar.c,v 1.00 2005/06/20 00:00:00 alanmi Exp $]
|
||||
|
||||
***********************************************************************/
|
||||
|
||||
#include "rewire_rar.h"
|
||||
|
||||
ABC_NAMESPACE_IMPL_START
|
||||
|
|
|
|||
|
|
@ -1,3 +1,23 @@
|
|||
/**CFile****************************************************************
|
||||
|
||||
FileName [rewire_rar.h]
|
||||
|
||||
SystemName [ABC: Logic synthesis and verification system.]
|
||||
|
||||
PackageName [Re-wiring.]
|
||||
|
||||
Synopsis []
|
||||
|
||||
Author [Jiun-Hao Chen]
|
||||
|
||||
Affiliation [National Taiwan University]
|
||||
|
||||
Date [Ver. 1.0. Started - June 20, 2005.]
|
||||
|
||||
Revision [$Id: rewire_rar.h,v 1.00 2005/06/20 00:00:00 alanmi Exp $]
|
||||
|
||||
***********************************************************************/
|
||||
|
||||
#ifndef RAR_H
|
||||
#define RAR_H
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,23 @@
|
|||
/**CFile****************************************************************
|
||||
|
||||
FileName [rewire_rng.c]
|
||||
|
||||
SystemName [ABC: Logic synthesis and verification system.]
|
||||
|
||||
PackageName [Re-wiring.]
|
||||
|
||||
Synopsis []
|
||||
|
||||
Author [Jiun-Hao Chen]
|
||||
|
||||
Affiliation [National Taiwan University]
|
||||
|
||||
Date [Ver. 1.0. Started - June 20, 2005.]
|
||||
|
||||
Revision [$Id: rewire_rng.c,v 1.00 2005/06/20 00:00:00 alanmi Exp $]
|
||||
|
||||
***********************************************************************/
|
||||
|
||||
#include "rewire_rng.h"
|
||||
|
||||
ABC_NAMESPACE_IMPL_START
|
||||
|
|
|
|||
|
|
@ -1,3 +1,23 @@
|
|||
/**CFile****************************************************************
|
||||
|
||||
FileName [rewire_rng.h]
|
||||
|
||||
SystemName [ABC: Logic synthesis and verification system.]
|
||||
|
||||
PackageName [Re-wiring.]
|
||||
|
||||
Synopsis []
|
||||
|
||||
Author [Jiun-Hao Chen]
|
||||
|
||||
Affiliation [National Taiwan University]
|
||||
|
||||
Date [Ver. 1.0. Started - June 20, 2005.]
|
||||
|
||||
Revision [$Id: rewire_rng.h,v 1.00 2005/06/20 00:00:00 alanmi Exp $]
|
||||
|
||||
***********************************************************************/
|
||||
|
||||
#ifndef RAR_RNG_H
|
||||
#define RAR_RNG_H
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,23 @@
|
|||
/**CFile****************************************************************
|
||||
|
||||
FileName [rewire_time.h]
|
||||
|
||||
SystemName [ABC: Logic synthesis and verification system.]
|
||||
|
||||
PackageName [Re-wiring.]
|
||||
|
||||
Synopsis []
|
||||
|
||||
Author [Jiun-Hao Chen]
|
||||
|
||||
Affiliation [National Taiwan University]
|
||||
|
||||
Date [Ver. 1.0. Started - June 20, 2005.]
|
||||
|
||||
Revision [$Id: rewire_time.h,v 1.00 2005/06/20 00:00:00 alanmi Exp $]
|
||||
|
||||
***********************************************************************/
|
||||
|
||||
#ifndef RAR_TIME_H
|
||||
#define RAR_TIME_H
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,23 @@
|
|||
/**CFile****************************************************************
|
||||
|
||||
FileName [rewire_tt.h]
|
||||
|
||||
SystemName [ABC: Logic synthesis and verification system.]
|
||||
|
||||
PackageName [Re-wiring.]
|
||||
|
||||
Synopsis []
|
||||
|
||||
Author [Jiun-Hao Chen]
|
||||
|
||||
Affiliation [National Taiwan University]
|
||||
|
||||
Date [Ver. 1.0. Started - June 20, 2005.]
|
||||
|
||||
Revision [$Id: rewire_tt.h,v 1.00 2005/06/20 00:00:00 alanmi Exp $]
|
||||
|
||||
***********************************************************************/
|
||||
|
||||
#ifndef RAR_TT_H
|
||||
#define RAR_TT_H
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,23 @@
|
|||
/**CFile****************************************************************
|
||||
|
||||
FileName [rewire_vec.h]
|
||||
|
||||
SystemName [ABC: Logic synthesis and verification system.]
|
||||
|
||||
PackageName [Re-wiring.]
|
||||
|
||||
Synopsis []
|
||||
|
||||
Author [Jiun-Hao Chen]
|
||||
|
||||
Affiliation [National Taiwan University]
|
||||
|
||||
Date [Ver. 1.0. Started - June 20, 2005.]
|
||||
|
||||
Revision [$Id: rewire_vec.h,v 1.00 2005/06/20 00:00:00 alanmi Exp $]
|
||||
|
||||
***********************************************************************/
|
||||
|
||||
#ifndef RAR_VI_H
|
||||
#define RAR_VI_H
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue