mirror of
https://github.com/YosysHQ/abc.git
synced 2026-09-04 08:33:58 +02:00
Version abc51120
This commit is contained in:
+4
-1
@@ -57,7 +57,10 @@ void Fpga_Init( Abc_Frame_t * pAbc )
|
||||
{
|
||||
// set the default library
|
||||
//Fpga_LutLib_t s_LutLib = { "lutlib", 6, {0,1,2,4,8,16,32}, {0,1,2,3,4,5,6} };
|
||||
Fpga_LutLib_t s_LutLib = { "lutlib", 5, {0,1,1,1,1,1}, {0,1,1,1,1,1} };
|
||||
//Fpga_LutLib_t s_LutLib = { "lutlib", 5, {0,1,1,1,1,1}, {0,1,1,1,1,1} };
|
||||
Fpga_LutLib_t s_LutLib = { "lutlib", 4, {0,1,1,1,1}, {0,1,1,1,1} };
|
||||
//Fpga_LutLib_t s_LutLib = { "lutlib", 3, {0,1,1,1}, {0,1,1,1} };
|
||||
|
||||
Abc_FrameSetLibLut( Fpga_LutLibDup(&s_LutLib) );
|
||||
|
||||
Cmd_CommandAdd( pAbc, "FPGA mapping", "read_lut", Fpga_CommandReadLibrary, 0 );
|
||||
|
||||
@@ -137,9 +137,6 @@ extern void Fpga_CutsCleanSign( Fpga_Man_t * pMan );
|
||||
/*=== fpgaCutUtils.c =============================================================*/
|
||||
extern void Fpga_CutCreateFromNode( Fpga_Man_t * p, int iRoot, int * pLeaves, int nLeaves );
|
||||
extern void Fpga_MappingSetUsedCuts( Fpga_Man_t * p );
|
||||
/*=== fpgaFraig.c =============================================================*/
|
||||
extern Fpga_Man_t * Fpga_ManDupFraig( Fraig_Man_t * pManFraig );
|
||||
extern Fpga_Man_t * Fpga_ManBalanceFraig( Fraig_Man_t * pManFraig, int * pInputArrivals );
|
||||
/*=== fpgaLib.c =============================================================*/
|
||||
extern Fpga_LutLib_t * Fpga_LutLibDup( Fpga_LutLib_t * p );
|
||||
extern int Fpga_LutLibReadVarMax( Fpga_LutLib_t * p );
|
||||
|
||||
Reference in New Issue
Block a user