Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Ethan Mahintorabi <[email protected]>
  • Loading branch information
QuantamHD committed Feb 5, 2024
1 parent bc66dfd commit ff578ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontends/verific/verific.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit ff578ec

Please sign in to comment.