Changeset 400 for soft/giet_vm/giet_python
- Timestamp:
- Aug 26, 2014, 3:38:53 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_python/mapping.py
r361 r400 1253 1253 s += ' device_type = "soclib:xicu:root";\n' 1254 1254 s += ' reg = <0x%x 0x%x 0x%x>;\n' % (msb, lsb, size) 1255 s += ' input_lines = <%d>;\n' % periph.arg 11256 s += ' ipis = <%d>;\n' % periph.arg 21257 s += ' timers = <%d>;\n' % periph.arg 31255 s += ' input_lines = <%d>;\n' % periph.arg 1256 s += ' ipis = <%d>;\n' % periph.arg 1257 s += ' timers = <%d>;\n' % periph.arg 1258 1258 1259 1259 output_id = 0 # output index from XCU … … 1352 1352 s += ' device_type = "soclib:framebuffer";\n' 1353 1353 s += ' mode = <32>;\n' # bits par pixel 1354 s += ' width = <%d>;\n' % periph.arg 11355 s += ' height = <%d>;\n' % periph.arg 21354 s += ' width = <%d>;\n' % periph.arg 1355 s += ' height = <%d>;\n' % periph.arg 1356 1356 s += ' reg = <0x%x 0x%x 0x%x>;\n' % (msb, lsb, size) 1357 1357 s += ' };\n'
Note: See TracChangeset
for help on using the changeset viewer.