mirror of https://github.com/YosysHQ/abc.git
Cosmetic changes after incorporating new code of 'fxch'.
This commit is contained in:
parent
c30819cb05
commit
c5befad518
|
|
@ -451,7 +451,7 @@ usage:
|
|||
******************************************************************************/
|
||||
int Abc_CommandTest( Abc_Frame_t * pAbc, int argc, char ** argv )
|
||||
{
|
||||
Pla_Man_t * p = Pla_AbcGetMan(pAbc);
|
||||
// Pla_Man_t * p = Pla_AbcGetMan(pAbc);
|
||||
int c, nVars = 4, fVerbose = 0;
|
||||
Extra_UtilGetoptReset();
|
||||
while ( ( c = Extra_UtilGetopt( argc, argv, "Nvh" ) ) != EOF )
|
||||
|
|
|
|||
|
|
@ -19,10 +19,10 @@
|
|||
|
||||
ABC_NAMESPACE_IMPL_START
|
||||
|
||||
#ifdef _WIN32
|
||||
//#ifdef _WIN32
|
||||
typedef unsigned int uint32_t;
|
||||
typedef unsigned char uint8_t;
|
||||
#endif
|
||||
//#endif
|
||||
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
/// FUNCTION DEFINITIONS ///
|
||||
|
|
|
|||
Loading…
Reference in New Issue