- Timestamp:
- Jan 9, 2014, 3:51:21 PM (11 years ago)
- Location:
- trunk/platforms/tsar_generic_iob
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/platforms/tsar_generic_iob/Makefile
r607 r618 6 6 rm -rf *.o *.x tty* term* 7 7 8 .PHONY:simul.x 9 -
trunk/platforms/tsar_generic_iob/top.cpp
r607 r618 179 179 //////////////////////i///////////////////////////////////// 180 180 181 #include " /Users/alain/soc/giet_vm/hard_config.h"181 #include "giet_vm/hard_config.h" 182 182 183 183 //////////////////////////////////////////////////////////// … … 911 911 maptab_iox, 912 912 NB_NIC_CHANNELS, 913 0, // mac_4 address 914 0, // mac_2 address 913 915 nic_rx_name, 914 nic_tx_name, 915 0, // mac_4 address 916 0 ); // mac_2 address 916 nic_tx_name); 917 917 918 918 // Frame Buffer
Note: See TracChangeset
for help on using the changeset viewer.