Open GoogleCodeExporter opened 9 years ago
When identifying pack patterns, you need to mark every interconnect along the
path that joins two blocks that you want to keep together. So if you have
HL1_perm --> [wire1] --> [wire2] --> FF then both wire1 and wire 2 need to be
labelled with same pack_pattern. For your architecture, this means line 211:
<pack_pattern name="ble2" in_port="logic.out" out_port="ff.D"/>
implies that you need to add a pack_pattern on line 204:
<pack_pattern name="ble2" in_port="perm.out" out_port="logic.out"/>
Our original plan behind pack patterns was to automatically identify them and
use manual identification as an intermediate step towards that goal. But I've
graduated before getting around to that. So I'll apologize now for the very
manual process of identifying these things.
Original comment by JasonKai...@gmail.com
on 2 Jan 2015 at 2:15
Thanks Dr. Luu. It really helped us.
Original comment by behnam5...@gmail.com
on 2 Jan 2015 at 5:28
Original issue reported on code.google.com by
behnam5...@gmail.com
on 30 Dec 2014 at 6:07Attachments: