Ignore:
Timestamp:
Jan 1, 2015, 8:35:26 PM (10 years ago)
Author:
alain
Message:

The GIET_NIC_BUFSIZE, GIET_NIC_NBUFS, and GIET_NIC_TIMEOUT have been removed from the hiet_config.h file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/hard_config.h

    r463 r482  
    1 /* Generated by genmap for tsar_iob_1_1_4_1_128_classif */
     1/* Generated by genmap for tsar_iob_8_4_2_1_128_classif */
    22
    33#ifndef HARD_CONFIG_H
     
    66/* General platform parameters */
    77
    8 #define X_SIZE                 1
    9 #define Y_SIZE                 1
     8#define X_SIZE                 8
     9#define Y_SIZE                 4
    1010#define X_WIDTH                4
    1111#define Y_WIDTH                4
     
    1313#define X_IO                   0
    1414#define Y_IO                   0
    15 #define NB_PROCS_MAX           4
     15#define NB_PROCS_MAX           2
    1616#define IRQ_PER_PROCESSOR      4
    1717#define RESET_ADDRESS          0xbfc00000
    18 #define NB_TOTAL_PROCS         4
     18#define NB_TOTAL_PROCS         64
    1919
    2020/* Peripherals */
     
    2222#define NB_TTY_CHANNELS        1
    2323#define NB_IOC_CHANNELS        1
    24 #define NB_NIC_CHANNELS        2
    25 #define NB_CMA_CHANNELS        4
     24#define NB_NIC_CHANNELS        1
     25#define NB_CMA_CHANNELS        2
    2626#define NB_TIM_CHANNELS        0
    27 #define NB_DMA_CHANNELS        4
     27#define NB_DMA_CHANNELS        2
    2828
    2929#define USE_XCU                1
     
    4545
    4646#define SEG_RAM_BASE           0x0
    47 #define SEG_RAM_SIZE           0x4000000
     47#define SEG_RAM_SIZE           0x1000000
    4848
    4949#define SEG_CMA_BASE           0xb6000000
    50 #define SEG_CMA_SIZE           0x4000
     50#define SEG_CMA_SIZE           0x2000
    5151
    5252#define SEG_DMA_BASE           0xb1000000
Note: See TracChangeset for help on using the changeset viewer.