Closed GoogleCodeExporter closed 9 years ago
Original comment by krustev....@gmail.com
on 22 Sep 2010 at 9:19
The wire width restriction is now parameterized and the value currently is
2^31. So it is now possible ( r1642) to enter wires bigger than 65535 DBUs. The
validation classes are updated with the corresponding checks for the maximum
wire width. Two things remain though:-
- TDT format must be updated because the width there is of type unsigned short.
This is always a bad news, but it will be upward compatible.
- There is no check currently whether the wire frame is going outside the
canvas range. In other words another overflow is possible and should be taken
care of.
Original comment by krustev....@gmail.com
on 1 Oct 2010 at 4:40
TDT format upreved to 0.8 on r1643. The rest is transferred to Issue 74.
Original comment by krustev....@gmail.com
on 10 Oct 2010 at 8:15
Original comment by krustev....@gmail.com
on 1 Apr 2012 at 12:21
Original issue reported on code.google.com by
krustev....@gmail.com
on 6 Sep 2010 at 10:56