Ignore:
Timestamp:
Dec 3, 2015, 4:40:49 PM (9 years ago)
Author:
alain
Message:

Modify the mjpeg application to support an optional
DCT hardware coprocessor.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/applications/coproc/coproc.py

    r708 r736  
    3333    x = 0
    3434    y = 0
    35     p = 1
     35    p = 0
    3636
    3737    assert( (x < x_size) and (y < y_size) )
     
    5050
    5151    # create vspace
    52     vspace = mapping.addVspace( name = 'coproc', startname = 'coproc_data', active = False )
     52    vspace = mapping.addVspace( name = 'coproc', startname = 'coproc_data', active = True )
    5353   
    5454    # data vseg in cluster[x,y]
Note: See TracChangeset for help on using the changeset viewer.