abc-master
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include "misc/util/abc_global.h"
#include "misc/extra/extra.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START void | Cmd_RunStarter (char *pFileName, char *pBinary, char *pCommand, int nCores) |
DECLARATIONS ///. More... | |
ABC_NAMESPACE_IMPL_START void Cmd_RunStarter | ( | char * | pFileName, |
char * | pBinary, | ||
char * | pCommand, | ||
int | nCores | ||
) |
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 [
]
Definition at line 47 of file cmdStarter.c.