projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fad99c2
)
Rename struct
author
Eddie Hung
<eddie@fpgeh.com>
Tue, 31 Dec 2019 06:56:19 +0000
(22:56 -0800)
committer
Eddie Hung
<eddie@fpgeh.com>
Tue, 31 Dec 2019 06:56:19 +0000
(22:56 -0800)
passes/techmap/abc9_ops.cc
patch
|
blob
|
history
diff --git
a/passes/techmap/abc9_ops.cc
b/passes/techmap/abc9_ops.cc
index b5238297222cf8b7624c4f62829638dca9fc3812..271b76a39fd21b74506d3b52e617b7b15dadfa40 100644
(file)
--- a/
passes/techmap/abc9_ops.cc
+++ b/
passes/techmap/abc9_ops.cc
@@
-418,8
+418,8
@@
void prep_holes(RTLIL::Module *module)
}
}
-struct Abc9
Prep
Pass : public Pass {
- Abc9
Prep
Pass() : Pass("abc9_ops", "helper functions for ABC9") { }
+struct Abc9
Ops
Pass : public Pass {
+ Abc9
Ops
Pass() : Pass("abc9_ops", "helper functions for ABC9") { }
void help() YS_OVERRIDE
{
// |---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|
@@
-481,6
+481,6
@@
struct Abc9PrepPass : public Pass {
prep_holes(mod);
}
}
-} Abc9
Prep
Pass;
+} Abc9
Ops
Pass;
PRIVATE_NAMESPACE_END