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
669f390c
Commit
669f390c
authored
Jul 13, 2011
by
Alan Mishchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Other changes to enable new features in the mapper (bug fix).
parent
97b488e7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
+7
-1
src/base/io/ioWriteBlif.c
+6
-0
src/map/if/ifTime.c
+1
-1
No files found.
src/base/io/ioWriteBlif.c
View file @
669f390c
...
@@ -344,6 +344,12 @@ void Io_NtkWritePos( FILE * pFile, Abc_Ntk_t * pNtk, int fWriteLatches )
...
@@ -344,6 +344,12 @@ void Io_NtkWritePos( FILE * pFile, Abc_Ntk_t * pNtk, int fWriteLatches )
{
{
Abc_NtkForEachPo
(
pNtk
,
pTerm
,
i
)
Abc_NtkForEachPo
(
pNtk
,
pTerm
,
i
)
{
{
if
(
i
&&
i
==
pNtk
->
nRealPos
)
{
fprintf
(
pFile
,
"
\n
.outputs"
);
LineLength
=
8
;
NameCounter
=
0
;
}
pNet
=
Abc_ObjFanin0
(
pTerm
);
pNet
=
Abc_ObjFanin0
(
pTerm
);
// get the line length after this name is written
// get the line length after this name is written
AddedLength
=
strlen
(
Abc_ObjName
(
pNet
))
+
1
;
AddedLength
=
strlen
(
Abc_ObjName
(
pNet
))
+
1
;
...
...
src/map/if/ifTime.c
View file @
669f390c
...
@@ -30,7 +30,7 @@ ABC_NAMESPACE_IMPL_START
...
@@ -30,7 +30,7 @@ ABC_NAMESPACE_IMPL_START
#define IF_BIG_CHAR 120
#define IF_BIG_CHAR 120
static
float
s_ExtraDel
[
2
][
3
]
=
{
{
1
.
0
,
1
.
0
,
1
.
0
},
{
1
.
0
,
1
.
0
,
0
.
0
}
};
static
float
s_ExtraDel
[
2
][
3
]
=
{
{
1
.
0
,
1
.
0
,
(
float
)
0
.
1
},
{
1
.
0
,
1
.
0
,
(
float
)
0
.
1
}
};
static
void
If_CutSortInputPins
(
If_Man_t
*
p
,
If_Cut_t
*
pCut
,
int
*
pPinPerm
,
float
*
pPinDelays
);
static
void
If_CutSortInputPins
(
If_Man_t
*
p
,
If_Cut_t
*
pCut
,
int
*
pPinPerm
,
float
*
pPinDelays
);
...
...
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