json: Fix message for 1'bx values

Signed-off-by: David Shah <davey1576@gmail.com>
This commit is contained in:
David Shah 2018-08-01 20:11:36 +02:00
parent 9c19c59d62
commit 1d6ec0fb8c

View File

@ -462,9 +462,8 @@ void json_import_ports(Context *ctx, const string &modname, const std::vector<Id
ground_net(ctx, net.get());
log_info(" Floating wire node value, "
"\'%s\' of port \'%s\' "
"in cell \'%s\' of module \'%s\'\n, converted to zero driver",
wire_node->data_string.c_str(), port_name.c_str(), obj_name.c_str(), modname.c_str());
"'%s' on '%s'/'%s', converted to zero driver\n",
this_port.name.c_str(ctx), modname.c_str(), obj_name.c_str());
} else
log_error(" Unknown fixed type wire node "