Changeset 156 for trunk/platforms


Ignore:
Timestamp:
May 8, 2011, 2:49:57 PM (13 years ago)
Author:
alain
Message:

Moving the sof_filter and soft_transpose software applications
to the softs directory

Location:
trunk/platforms/tsarv4_generic_xbar
Files:
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/platforms/tsarv4_generic_xbar/soclib.conf

    r154 r156  
    1 config.default = config.systemcass
     1config.default.toolchain.set("cflags", config.default.toolchain.cflags + ['-DI_WANT_ILLEGAL_VCI'])
     2
  • trunk/platforms/tsarv4_generic_xbar/top.cpp

    r154 r156  
    9090///////////////////////////////////////////////////
    9191
    92 #define MESH_XMAX               1
    93 #define MESH_YMAX               1
    94 
    95 #define NPROCS                  1
     92#define MESH_XMAX               2
     93#define MESH_YMAX               2
     94
     95#define NPROCS                  4
    9696#define XRAM_LATENCY            0
    9797
     
    105105#define L1_DSETS                64
    106106
    107 #define FBUF_X_SIZE             1024
    108 #define FBUF_Y_SIZE             1024
    109 
    110 #define BDEV_SECTOR_SIZE        512
    111 #define BDEV_IMAGE_NAME         "soft_filter/philips_image.raw"
    112 
    113 #define BOOT_SOFT_NAME          "soft_filter/bin.soft"
     107#define FBUF_X_SIZE             128
     108#define FBUF_Y_SIZE             128
     109
     110#define BDEV_SECTOR_SIZE        128
     111#define BDEV_IMAGE_NAME         "../../softs/soft_transpose_giet/images.raw"
     112
     113#define BOOT_SOFT_NAME          "../../softs/soft_transpose_giet/bin.soft"
    114114
    115115/////////////////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.