mirror of https://github.com/YosysHQ/yosys.git
fix formatting
Signed-off-by: Ethan Mahintorabi <ethanmoon@google.com>
This commit is contained in:
parent
bc66dfd9ea
commit
ff578ecabd
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue