mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-08-22 14:17:29 +02:00
+2
-1
@@ -94,7 +94,8 @@ Property Arch::parse_lattice_param(const Property &val, IdString prop, int width
|
||||
if (int(val.str.size()) > width) {
|
||||
for (auto b : val.str.substr(width)) {
|
||||
if (b == Property::S1)
|
||||
log_error("Found bitvector value for property %s.%s with width greater than %d - perhaps a string was "
|
||||
log_error("Found bitvector value for property %s.%s with width greater than %d - perhaps a string "
|
||||
"was "
|
||||
"converted to bits?\n",
|
||||
ci, nameOf(prop), width);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user