projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7649ec7
)
Fix struct name
author
Eddie Hung
<eddie@fpgeh.com>
Tue, 31 Dec 2019 00:21:20 +0000
(16:21 -0800)
committer
Eddie Hung
<eddie@fpgeh.com>
Tue, 31 Dec 2019 00:21:20 +0000
(16:21 -0800)
passes/techmap/abc9_map.cc
patch
|
blob
|
history
diff --git
a/passes/techmap/abc9_map.cc
b/passes/techmap/abc9_map.cc
index 6c431b185b4f16f801e997fbc49402df679b2069..7d53db5ea3a9b1dac539a692d32fe8ebfee2ace0 100644
(file)
--- a/
passes/techmap/abc9_map.cc
+++ b/
passes/techmap/abc9_map.cc
@@
-650,8
+650,8
@@
clone_lut:
log_pop();
}
-struct Abc9
Techm
apPass : public Pass {
- Abc9
Techm
apPass() : Pass("abc9_map", "use ABC9 for technology mapping") { }
+struct Abc9
M
apPass : public Pass {
+ Abc9
M
apPass() : Pass("abc9_map", "use ABC9 for technology mapping") { }
void help() YS_OVERRIDE
{
// |---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|
@@
-1017,6
+1017,6
@@
struct Abc9TechmapPass : public Pass {
log_pop();
}
-} Abc9
Techm
apPass;
+} Abc9
M
apPass;
PRIVATE_NAMESPACE_END