projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
405e974
)
Call "proc" if processes inside whiteboxes
author
Eddie Hung
<eddie@fpgeh.com>
Mon, 30 Dec 2019 22:33:05 +0000
(14:33 -0800)
committer
Eddie Hung
<eddie@fpgeh.com>
Mon, 30 Dec 2019 22:33:05 +0000
(14:33 -0800)
backends/aiger/xaiger.cc
patch
|
blob
|
history
diff --git
a/backends/aiger/xaiger.cc
b/backends/aiger/xaiger.cc
index bfdae7160887b674c2225182ffec0949308eea3b..8e8f294573fdad746ac0ce806c262fada7b58948 100644
(file)
--- a/
backends/aiger/xaiger.cc
+++ b/
backends/aiger/xaiger.cc
@@
-706,7
+706,7
@@
struct XAigerWriter
IdString derived_name = orig_box_module->derive(module->design, cell->parameters);
RTLIL::Module* box_module = module->design->module(derived_name);
if (box_module->has_processes())
-
log_error("ABC9 box '%s' contains processes!\n", box_module->name.c_str()
);
+
Pass::call_on_module(module->design, box_module, "proc"
);
int box_inputs = 0, box_outputs = 0;
auto r = cell_cache.insert(std::make_pair(derived_name, nullptr));