projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
8f5388e
66b0f3c
)
Merge remote-tracking branch 'origin/master' into eddie/abc9_refactor
author
Eddie Hung
<eddie@fpgeh.com>
Tue, 7 Jan 2020 23:43:22 +0000
(15:43 -0800)
committer
Eddie Hung
<eddie@fpgeh.com>
Tue, 7 Jan 2020 23:43:22 +0000
(15:43 -0800)
1
2
frontends/aiger/aigerparse.cc
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
frontends/aiger/aigerparse.cc
index b18049df1652b5fd85a32c203d8ecd5c86e81dd9,8a114b18cdcc5e9b7cba05919ca8918d8b0f0506..bded2bfeee04a94d535dc84dccbfb92236d28fab
---
1
/
frontends/aiger/aigerparse.cc
---
2
/
frontends/aiger/aigerparse.cc
+++ b/
frontends/aiger/aigerparse.cc
@@@
-946,10
-1035,10
+961,10
@@@
struct AigerFrontend : public Frontend
{
log_header(design, "Executing AIGER frontend.\n");
- RTLIL::IdString clk_name
= "\\clk"
;
+ RTLIL::IdString clk_name;
RTLIL::IdString module_name;
std::string map_filename;
- bool wideports = false;
+ bool wideports = false
, xaiger = false
;
size_t argidx;
for (argidx = 1; argidx < args.size(); argidx++) {