Changes between Version 12 and Version 13 of arch_info
- Timestamp:
- Jul 20, 2016, 3:00:36 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
arch_info
v12 v13 71 71 The Archi( ) constructor build an ''archi'' object and defines the target architecture general parameters: 72 72 73 || '''name''' || mapping name ==architecture name ||73 || '''name''' || target architecture name || 74 74 || '''x_size''' || number of clusters in a row (for a 2D mesh) || 75 75 || '''y_size''' || number of clusters in a column (for a 2D mesh) || … … 77 77 || '''x_width''' || number of bits to encode X coordinate in CXY || 78 78 || '''y_width''' || number of bits to encode Y coordinate in CXY || 79 || '''cluster_span''' || number of bits in local physical address ||79 || '''cluster_span''' || number of bits in local physical address || 80 80 || '''coherence''' || Boolean true if hardware cache coherence || 81 81 || '''irq_per_proc''' || number of IRQ lines between XCU and one core ||