Changeset 618


Ignore:
Timestamp:
Jan 9, 2014, 3:51:21 PM (10 years ago)
Author:
cfuguet
Message:

Modifying tsar_generic_iob to respect new vci_multi_nic
constructor parameters order

Location:
trunk/platforms/tsar_generic_iob
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/platforms/tsar_generic_iob/Makefile

    r607 r618  
    66        rm -rf *.o *.x tty* term*
    77
     8.PHONY:simul.x
     9
  • trunk/platforms/tsar_generic_iob/top.cpp

    r607 r618  
    179179//////////////////////i/////////////////////////////////////
    180180
    181 #include "/Users/alain/soc/giet_vm/hard_config.h"
     181#include "giet_vm/hard_config.h"
    182182
    183183////////////////////////////////////////////////////////////
     
    911911                                          maptab_iox,
    912912                                          NB_NIC_CHANNELS,
     913                                          0,           // mac_4 address
     914                                          0,           // mac_2 address
    913915                                          nic_rx_name,
    914                                           nic_tx_name,
    915                                           0,           // mac_4 address
    916                                           0 );         // mac_2 address
     916                                          nic_tx_name);
    917917
    918918   // Frame Buffer
Note: See TracChangeset for help on using the changeset viewer.