From bc05f4feadbd04952486908bc831e6ebfe3b1dc6 Mon Sep 17 00:00:00 2001 From: Alain Dargelas Date: Wed, 5 Mar 2025 09:40:26 -0800 Subject: [PATCH] Use buf instead of pos --- passes/silimate/annotate_cell_fanout.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/passes/silimate/annotate_cell_fanout.cc b/passes/silimate/annotate_cell_fanout.cc index 180d041ec..2f6034fa9 100644 --- a/passes/silimate/annotate_cell_fanout.cc +++ b/passes/silimate/annotate_cell_fanout.cc @@ -347,7 +347,7 @@ void fixfanout(RTLIL::Module *module, SigMap &sigmap, dictaddCell(cellName, ID($pos)); + RTLIL::Cell *buffer = module->addCell(cellName, ID($buf)); bufferActualFanout[buffer] = 0; RTLIL::SigSpec buffer_output = module->addWire(wireName, chunk.size()); buffer->setPort(ID(A), chunk);