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
fdd8404b
Commit
fdd8404b
authored
Dec 28, 2016
by
Alan Mishchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates to delay optimization project.
parent
1f45cca6
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletions
+10
-1
src/opt/sbd/sbdCut.c
+0
-0
src/opt/sbd/sbdInt.h
+10
-1
No files found.
src/opt/sbd/sbdCut.c
View file @
fdd8404b
This diff is collapsed.
Click to expand it.
src/opt/sbd/sbdInt.h
View file @
fdd8404b
...
@@ -60,6 +60,8 @@ ABC_NAMESPACE_HEADER_START
...
@@ -60,6 +60,8 @@ ABC_NAMESPACE_HEADER_START
/// BASIC TYPES ///
/// BASIC TYPES ///
////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////
typedef
struct
Sbd_Sto_t_
Sbd_Sto_t
;
typedef
struct
Sbd_Str_t_
Sbd_Str_t
;
typedef
struct
Sbd_Str_t_
Sbd_Str_t
;
struct
Sbd_Str_t_
struct
Sbd_Str_t_
{
{
...
@@ -78,7 +80,14 @@ struct Sbd_Str_t_
...
@@ -78,7 +80,14 @@ struct Sbd_Str_t_
/// FUNCTION DECLARATIONS ///
/// FUNCTION DECLARATIONS ///
////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////
/*=== sbdCnf.c ==========================================================*/
/*=== sbdCut.c ==========================================================*/
extern
Sbd_Sto_t
*
Sbd_StoAlloc
(
Gia_Man_t
*
pGia
,
Vec_Int_t
*
vMirrors
,
int
nLutSize
,
int
nCutSize
,
int
nCutNum
,
int
fCutMin
,
int
fVerbose
);
extern
void
Sbd_StoFree
(
Sbd_Sto_t
*
p
);
extern
void
Sbd_StoRefObj
(
Sbd_Sto_t
*
p
,
int
iObj
,
int
iMirror
);
extern
void
Sbd_StoDefefObj
(
Sbd_Sto_t
*
p
,
int
iObj
);
extern
void
Sbd_StoComputeCutsObj
(
Sbd_Sto_t
*
p
,
int
iObj
,
int
Delay
,
int
Level
);
extern
void
Sbd_StoComputeCutsCi
(
Sbd_Sto_t
*
p
,
int
iObj
,
int
Delay
,
int
Level
);
extern
int
Sbd_StoComputeCutsNode
(
Sbd_Sto_t
*
p
,
int
iObj
);
ABC_NAMESPACE_HEADER_END
ABC_NAMESPACE_HEADER_END
...
...
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