mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-14 04:48:46 +00:00
Code review fixes
This commit is contained in:
parent
f64d59d824
commit
4d897975a8
|
@ -670,13 +670,13 @@ struct MemoryShareWorker
|
||||||
|
|
||||||
void operator()(RTLIL::Module* module)
|
void operator()(RTLIL::Module* module)
|
||||||
{
|
{
|
||||||
|
std::map<std::string, std::pair<std::vector<RTLIL::Cell*>, std::vector<RTLIL::Cell*>>> memindex;
|
||||||
|
|
||||||
this->module = module;
|
this->module = module;
|
||||||
sigmap.set(module);
|
sigmap.set(module);
|
||||||
sig_to_mux.clear();
|
sig_to_mux.clear();
|
||||||
conditions_logic_cache.clear();
|
conditions_logic_cache.clear();
|
||||||
|
|
||||||
std::map<std::string, std::pair<std::vector<RTLIL::Cell*>, std::vector<RTLIL::Cell*>>> memindex;
|
|
||||||
|
|
||||||
sigmap_xmux = sigmap;
|
sigmap_xmux = sigmap;
|
||||||
for (auto cell : module->cells())
|
for (auto cell : module->cells())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue