Changeset 320 for soft/giet_vm/giet_drivers/sim_driver.c
- Timestamp:
- Jun 10, 2014, 12:33:23 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_drivers/sim_driver.c
r258 r320 8 8 // This driver supports the vci_sim_helper component. 9 9 // There is at most one such component in the architecture. 10 // /////////////////////////////////////////////////////////////////////////////////11 // The seg_sim_base address must be defined in the giet_vsegs.ldfile.10 // 11 // The SEG_SIM_BASE address must be defined in the hard_config.h file. 12 12 //////////////////////////////////////////////////////////////////////////////// 13 13 14 #include <hard_config.h> 14 15 #include <giet_config.h> 15 16 #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 17 21 18 22 ////////////////////////////////////////////////////////////////////////////////
Note: See TracChangeset
for help on using the changeset viewer.