steak
Newbie level 6

Hi all,
I try to import an EDIF schematic into c@pture after @mbit synthesis.
Everything seems translated correctly exept the buses!
In the EDIF file, the bus (lines[0..8]) are named:
...
(interface
(port
(array lines 9)
(direction INPUT))
...
(net
(rename &406c696e6573 "@lines")
(joined)
(figure net
(path
(pointList
(pt 291 -1310)
(pt 351 -1310)))
...
the wire comming from the buses:
(net
(rename &6c696e65735b385d "lines[8]")
(joined
(portRef
(member lines 0))
(portRef a2
(instanceRef i_122)))
(figure net))
So, as I've seen, the generated schematic has no buses (@lines is a wire and all wires lines[8] are replaced by @lines).
Who can help me?
Best regards
I try to import an EDIF schematic into c@pture after @mbit synthesis.
Everything seems translated correctly exept the buses!
In the EDIF file, the bus (lines[0..8]) are named:
...
(interface
(port
(array lines 9)
(direction INPUT))
...
(net
(rename &406c696e6573 "@lines")
(joined)
(figure net
(path
(pointList
(pt 291 -1310)
(pt 351 -1310)))
...
the wire comming from the buses:
(net
(rename &6c696e65735b385d "lines[8]")
(joined
(portRef
(member lines 0))
(portRef a2
(instanceRef i_122)))
(figure net))
So, as I've seen, the generated schematic has no buses (@lines is a wire and all wires lines[8] are replaced by @lines).
Who can help me?
Best regards