mirror of https://github.com/YosysHQ/abc.git
[CEC][SimGen][LUT mapping] Adding option to consider an already mapped circuit before executing SimGen
This commit is contained in:
parent
8a1c28bf0f
commit
ef8c35f95d
|
|
@ -4301,7 +4301,7 @@ void printISOPLUT(Gia_Man_t * pMan, int ObjId){
|
|||
|
||||
Gia_Man_t * Cec_SimGenRun( Gia_Man_t * p, Cec_ParSimGen_t * pPars ){
|
||||
|
||||
|
||||
extern void Gia_ManDupMapping( Gia_Man_t * pNew, Gia_Man_t * p );
|
||||
Cec4_Man_t * pManSim;
|
||||
int i, k, iFan;
|
||||
Gia_Man_t * pMapped;
|
||||
|
|
|
|||
Loading…
Reference in New Issue