Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
abc
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
abc
Commits
a6c9e997
Commit
a6c9e997
authored
Sep 19, 2022
by
Alan Mishchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Temporarily disabling &ttopt in the Windows version.
parent
c65e08f9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
src/base/abci/abc.c
+6
-0
No files found.
src/base/abci/abc.c
View file @
a6c9e997
...
@@ -499,7 +499,9 @@ static int Abc_CommandAbc9LNetRead ( Abc_Frame_t * pAbc, int argc, cha
...
@@ -499,7 +499,9 @@ static int Abc_CommandAbc9LNetRead ( Abc_Frame_t * pAbc, int argc, cha
static
int
Abc_CommandAbc9LNetSim
(
Abc_Frame_t
*
pAbc
,
int
argc
,
char
**
argv
);
static
int
Abc_CommandAbc9LNetSim
(
Abc_Frame_t
*
pAbc
,
int
argc
,
char
**
argv
);
static
int
Abc_CommandAbc9LNetEval
(
Abc_Frame_t
*
pAbc
,
int
argc
,
char
**
argv
);
static
int
Abc_CommandAbc9LNetEval
(
Abc_Frame_t
*
pAbc
,
int
argc
,
char
**
argv
);
static
int
Abc_CommandAbc9LNetOpt
(
Abc_Frame_t
*
pAbc
,
int
argc
,
char
**
argv
);
static
int
Abc_CommandAbc9LNetOpt
(
Abc_Frame_t
*
pAbc
,
int
argc
,
char
**
argv
);
#ifndef _WIN32
static
int
Abc_CommandAbc9Ttopt
(
Abc_Frame_t
*
pAbc
,
int
argc
,
char
**
argv
);
static
int
Abc_CommandAbc9Ttopt
(
Abc_Frame_t
*
pAbc
,
int
argc
,
char
**
argv
);
#endif
static
int
Abc_CommandAbc9LNetMap
(
Abc_Frame_t
*
pAbc
,
int
argc
,
char
**
argv
);
static
int
Abc_CommandAbc9LNetMap
(
Abc_Frame_t
*
pAbc
,
int
argc
,
char
**
argv
);
static
int
Abc_CommandAbc9Unmap
(
Abc_Frame_t
*
pAbc
,
int
argc
,
char
**
argv
);
static
int
Abc_CommandAbc9Unmap
(
Abc_Frame_t
*
pAbc
,
int
argc
,
char
**
argv
);
static
int
Abc_CommandAbc9Struct
(
Abc_Frame_t
*
pAbc
,
int
argc
,
char
**
argv
);
static
int
Abc_CommandAbc9Struct
(
Abc_Frame_t
*
pAbc
,
int
argc
,
char
**
argv
);
...
@@ -1250,7 +1252,9 @@ void Abc_Init( Abc_Frame_t * pAbc )
...
@@ -1250,7 +1252,9 @@ void Abc_Init( Abc_Frame_t * pAbc )
Cmd_CommandAdd
(
pAbc
,
"ABC9"
,
"&lnetsim"
,
Abc_CommandAbc9LNetSim
,
0
);
Cmd_CommandAdd
(
pAbc
,
"ABC9"
,
"&lnetsim"
,
Abc_CommandAbc9LNetSim
,
0
);
Cmd_CommandAdd
(
pAbc
,
"ABC9"
,
"&lneteval"
,
Abc_CommandAbc9LNetEval
,
0
);
Cmd_CommandAdd
(
pAbc
,
"ABC9"
,
"&lneteval"
,
Abc_CommandAbc9LNetEval
,
0
);
Cmd_CommandAdd
(
pAbc
,
"ABC9"
,
"&lnetopt"
,
Abc_CommandAbc9LNetOpt
,
0
);
Cmd_CommandAdd
(
pAbc
,
"ABC9"
,
"&lnetopt"
,
Abc_CommandAbc9LNetOpt
,
0
);
#ifndef _WIN32
Cmd_CommandAdd
(
pAbc
,
"ABC9"
,
"&ttopt"
,
Abc_CommandAbc9Ttopt
,
0
);
Cmd_CommandAdd
(
pAbc
,
"ABC9"
,
"&ttopt"
,
Abc_CommandAbc9Ttopt
,
0
);
#endif
Cmd_CommandAdd
(
pAbc
,
"ABC9"
,
"&lnetmap"
,
Abc_CommandAbc9LNetMap
,
0
);
Cmd_CommandAdd
(
pAbc
,
"ABC9"
,
"&lnetmap"
,
Abc_CommandAbc9LNetMap
,
0
);
Cmd_CommandAdd
(
pAbc
,
"ABC9"
,
"&unmap"
,
Abc_CommandAbc9Unmap
,
0
);
Cmd_CommandAdd
(
pAbc
,
"ABC9"
,
"&unmap"
,
Abc_CommandAbc9Unmap
,
0
);
Cmd_CommandAdd
(
pAbc
,
"ABC9"
,
"&struct"
,
Abc_CommandAbc9Struct
,
0
);
Cmd_CommandAdd
(
pAbc
,
"ABC9"
,
"&struct"
,
Abc_CommandAbc9Struct
,
0
);
...
@@ -42204,6 +42208,7 @@ usage:
...
@@ -42204,6 +42208,7 @@ usage:
SeeAlso []
SeeAlso []
***********************************************************************/
***********************************************************************/
#ifndef _WIN32
int
Abc_CommandAbc9Ttopt
(
Abc_Frame_t
*
pAbc
,
int
argc
,
char
**
argv
)
int
Abc_CommandAbc9Ttopt
(
Abc_Frame_t
*
pAbc
,
int
argc
,
char
**
argv
)
{
{
extern
Gia_Man_t
*
Gia_ManTtopt
(
Gia_Man_t
*
p
,
int
nIns
,
int
nOuts
,
int
nRounds
);
extern
Gia_Man_t
*
Gia_ManTtopt
(
Gia_Man_t
*
p
,
int
nIns
,
int
nOuts
,
int
nRounds
);
...
@@ -42299,6 +42304,7 @@ usage:
...
@@ -42299,6 +42304,7 @@ usage:
Abc_Print
(
-
2
,
"
\t
<file> : file name with simulation information
\n
"
);
Abc_Print
(
-
2
,
"
\t
<file> : file name with simulation information
\n
"
);
return
1
;
return
1
;
}
}
#endif
/**Function*************************************************************
/**Function*************************************************************
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment