projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bb728e
)
opt_lut: simplify type conversion. NFC.
author
whitequark
<whitequark@whitequark.org>
Wed, 5 Dec 2018 19:12:02 +0000
(19:12 +0000)
committer
whitequark
<whitequark@whitequark.org>
Wed, 5 Dec 2018 19:12:02 +0000
(19:12 +0000)
passes/opt/opt_lut.cc
patch
|
blob
|
history
diff --git
a/passes/opt/opt_lut.cc
b/passes/opt/opt_lut.cc
index befe346a389308f29f485aac045018f11402900e..3c4cb95bb34dcab19fc675f33560f7c3068353a7 100644
(file)
--- a/
passes/opt/opt_lut.cc
+++ b/
passes/opt/opt_lut.cc
@@
-58,7
+58,7
@@
struct OptLutWorker
}
}
- return lut_table.extract(lut_index).as_
int
();
+ return lut_table.extract(lut_index).as_
bool
();
}
void show_stats_by_arity()