mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 17:15:33 +00:00
parent
01ccb80b70
commit
4746ffd7b2
2 changed files with 19 additions and 1 deletions
|
@ -88,7 +88,7 @@ struct AssertpmuxWorker
|
|||
{
|
||||
SigSpec output;
|
||||
|
||||
for (auto muxuser : sigbit_muxusers.at(bit))
|
||||
for (auto muxuser : sigbit_muxusers[bit])
|
||||
{
|
||||
Cell *cell = std::get<0>(muxuser);
|
||||
int portidx = std::get<1>(muxuser);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue