ice40: Fix wirenames containing / which is the list separator
Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
parent
5850cb6336
commit
336124b879
@ -1312,7 +1312,7 @@ for t in range(num_tile_types):
|
||||
|
||||
bba.l("wire_data_%s" % dev_name, "WireInfoPOD")
|
||||
for wire, info in enumerate(wireinfo):
|
||||
bba.s(info["name"], "name")
|
||||
bba.s(info["name"].replace('/', ':'), "name") # / is used as an IdStringList separator; can't also be within name
|
||||
bba.u8(info["name_x"], "name_x")
|
||||
bba.u8(info["name_y"], "name_y")
|
||||
bba.u16(0, "padding")
|
||||
|
Loading…
Reference in New Issue
Block a user