Changeset 825 for soft/giet_vm/applications/convol
- Timestamp:
- Jan 5, 2017, 9:46:21 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/applications/convol/convol.py
r708 r825 3 3 from mapping import * 4 4 5 ##################################################################################### #5 ##################################################################################### 6 6 # file : convol.py 7 7 # date : may 2014 8 8 # author : Alain Greiner 9 ##################################################################################### ##9 ##################################################################################### 10 10 # This file describes the mapping of the multi-threaded "convol" 11 11 # application on a multi-clusters, multi-processors architecture. … … 94 94 95 95 mapping.addVseg( vspace, 'conv_heap_%d_%d' % (x,y), base, size, 96 'C_WU', vtype = ' BUFFER', x = x , y = y , pseg = 'RAM',96 'C_WU', vtype = 'HEAP', x = x , y = y , pseg = 'RAM', 97 97 local = False, big = True ) 98 98
Note: See TracChangeset
for help on using the changeset viewer.