ABC: A System for Sequential Synthesis and Verification
 
Loading...
Searching...
No Matches
cmdStarter.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include "misc/util/abc_global.h"
#include "misc/extra/extra.h"
Include dependency graph for cmdStarter.c:

Go to the source code of this file.

Functions

ABC_NAMESPACE_IMPL_START void Cmd_RunStarter (char *pFileName, char *pBinary, char *pCommand, int nCores, int fVerbose)
 DECLARATIONS ///.
 

Function Documentation

◆ Cmd_RunStarter()

ABC_NAMESPACE_IMPL_START void Cmd_RunStarter ( char * pFileName,
char * pBinary,
char * pCommand,
int nCores,
int fVerbose )

DECLARATIONS ///.

CFile****************************************************************

FileName [cmdStarter.c]

SystemName [ABC: Logic synthesis and verification system.]

PackageName [Command processing package.]

Synopsis [Command to start many instances of ABC in parallel.]

Author [Alan Mishchenko]

Affiliation [UC Berkeley]

Date [Ver. 1.0. Started - June 20, 2005.]

Revision [

Id
cmdStarter.c,v 1.00 2005/06/20 00:00:00 alanmi Exp

]

Definition at line 47 of file cmdStarter.c.

47{}