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
b632c849
Commit
b632c849
authored
Mar 05, 2019
by
Alan Mishchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing some warnings with -Wconversion.
parent
bc288a76
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
src/aig/gia/gia.h
+1
-1
src/map/amap/amapInt.h
+2
-2
No files found.
src/aig/gia/gia.h
View file @
b632c849
...
@@ -356,7 +356,7 @@ struct Jf_Par_t_
...
@@ -356,7 +356,7 @@ struct Jf_Par_t_
word
WordMapDelay
;
word
WordMapDelay
;
word
WordMapArea
;
word
WordMapArea
;
word
WordMapDelayTarget
;
word
WordMapDelayTarget
;
float
MapDelay
;
int
MapDelay
;
float
MapArea
;
float
MapArea
;
float
MapAreaF
;
float
MapAreaF
;
float
MapDelayTarget
;
float
MapDelayTarget
;
...
...
src/map/amap/amapInt.h
View file @
b632c849
...
@@ -203,8 +203,8 @@ struct Amap_Obj_t_
...
@@ -203,8 +203,8 @@ struct Amap_Obj_t_
unsigned
fPhase
:
1
;
unsigned
fPhase
:
1
;
unsigned
fRepr
:
1
;
unsigned
fRepr
:
1
;
unsigned
fPolar
:
1
;
// pCutBest->fInv ^ pSetBest->fInv
unsigned
fPolar
:
1
;
// pCutBest->fInv ^ pSetBest->fInv
unsigned
Level
:
12
;
// 20 (July 16, 2009)
unsigned
Level
;
unsigned
nCuts
:
20
;
// 12 (July 16, 2009)
unsigned
nCuts
;
int
nRefs
;
int
nRefs
;
int
Equiv
;
int
Equiv
;
int
Fan
[
3
];
int
Fan
[
3
];
...
...
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