json: Remove superfluous floating node message
Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
parent
fe2fa0e3ed
commit
eda77a5244
@ -472,12 +472,7 @@ void json_import_ports(Context *ctx, const string &modname, const std::vector<Id
|
|||||||
vcc_net(ctx, net.get());
|
vcc_net(ctx, net.get());
|
||||||
|
|
||||||
} else if (wire_node->data_string.compare(string("x")) == 0) {
|
} else if (wire_node->data_string.compare(string("x")) == 0) {
|
||||||
|
|
||||||
ground_net(ctx, net.get());
|
ground_net(ctx, net.get());
|
||||||
log_info(" Floating wire node value, "
|
|
||||||
"'%s' on '%s'/'%s', converted to zero driver\n",
|
|
||||||
this_port.name.c_str(ctx), modname.c_str(), obj_name.c_str());
|
|
||||||
|
|
||||||
} else
|
} else
|
||||||
log_error(" Unknown fixed type wire node "
|
log_error(" Unknown fixed type wire node "
|
||||||
"value, \'%s\'\n",
|
"value, \'%s\'\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user