3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-05 09:04:08 +00:00

fix formatting

Signed-off-by: Ethan Mahintorabi <ethanmoon@google.com>
This commit is contained in:
Ethan Mahintorabi 2024-02-05 07:23:04 +00:00
parent bc66dfd9ea
commit ff578ecabd
No known key found for this signature in database
GPG key ID: 824E41B920BEA252

View file

@ -351,7 +351,7 @@ RTLIL::SigBit VerificImporter::netToSigBit(Verific::Net *net) {
else if (net && net->IsX())
return RTLIL::State::Sx;
else if (net)
return net_map_at(net);
return net_map_at(net);
else
return RTLIL::State::Sz;
}