Adding switch -N to 'super' to set an upper bound on the number of supergates generated.

This commit is contained in:
Alan Mishchenko 2012-03-02 13:49:49 -08:00
parent 7e805e5c9a
commit a0933b1643
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ int Map_SuperLibDeriveFromGenlib( Mio_Library_t * pLib )
sprintf( FileNameSuper, "%s.super", pNameGeneric );
ABC_FREE( pNameGeneric );
sprintf( CommandSuper, "super -l 1 -i 5 -d 10000000 -a 10000000 -t 100 %s", FileNameGenlib );
sprintf( CommandSuper, "super -L 1 -I 5 -D 10000000 -A 10000000 -T 100 %s", FileNameGenlib );
if ( Cmd_CommandExecute( pAbc, CommandSuper ) )
{
ABC_FREE( FileNameGenlib );