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
7d9b3556
Commit
7d9b3556
authored
Apr 18, 2011
by
Alan Mishchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Backward compatibility of GIA manager.
parent
05b61206
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/aig/gia/gia.h
+2
-0
No files found.
src/aig/gia/gia.h
View file @
7d9b3556
...
...
@@ -141,6 +141,8 @@ struct Gia_Man_t_
Vec_Int_t
*
vUserPiIds
;
// numbers assigned to PIs by the user
Vec_Int_t
*
vUserPoIds
;
// numbers assigned to POs by the user
Vec_Int_t
*
vUserFfIds
;
// numbers assigned to FFs by the user
Vec_Int_t
*
vCiNumsOrig
;
// original CI names
Vec_Int_t
*
vCoNumsOrig
;
// original CO names
Vec_Vec_t
*
vClockDoms
;
// clock domains
Vec_Flt_t
*
vTiming
;
// arrival/required/slack
void
*
pManTime
;
// the timing manager
...
...
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