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
c7b1deed
Commit
c7b1deed
authored
Jun 26, 2013
by
Alan Mishchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Saving delay information after mapping.
parent
868caab9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
src/map/if/if.h
+1
-0
src/map/if/ifCore.c
+1
-0
No files found.
src/map/if/if.h
View file @
c7b1deed
...
...
@@ -140,6 +140,7 @@ struct If_Par_t_
int
nLatchesCoBox
;
// the number of white box inputs among the COs
int
fLiftLeaves
;
// shift the leaves for seq mapping
int
fUseCoAttrs
;
// use CO attributes
float
FinalDelay
;
// final delay after mapping
If_LibLut_t
*
pLutLib
;
// the LUT library
float
*
pTimesArr
;
// arrival times
float
*
pTimesReq
;
// required times
...
...
src/map/if/ifCore.c
View file @
c7b1deed
...
...
@@ -162,6 +162,7 @@ int If_ManPerformMappingComb( If_Man_t * p )
fclose( pTable );
}
*/
p
->
pPars
->
FinalDelay
=
p
->
RequiredGlo
;
return
1
;
}
...
...
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