Ignore:
Timestamp:
Jun 10, 2014, 12:33:23 PM (10 years ago)
Author:
alain
Message:

All drivers have been modified to use only the information
contained in the hard_config.h file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_drivers/sim_driver.c

    r258 r320  
    88// This driver supports the vci_sim_helper component.
    99// There is at most one such component in the architecture.
    10 ///////////////////////////////////////////////////////////////////////////////////
    11 // The seg_sim_base address must be defined in the giet_vsegs.ld file.
     10//
     11// The SEG_SIM_BASE address must be defined in the hard_config.h file.
    1212////////////////////////////////////////////////////////////////////////////////
    1313
     14#include <hard_config.h>
    1415#include <giet_config.h>
    1516#include <sim_driver.h>
    16 #include <utils.h>
     17
     18#if !defined(SEG_SIM_BASE)
     19# error: You must define SEG_SIM_BASE in the hard_config.h file
     20#endif
    1721
    1822////////////////////////////////////////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.