Ignore:
Timestamp:
Jun 24, 2014, 11:11:29 AM (10 years ago)
Author:
cfuguet
Message:

giet_vm/iob_driver:

  • The XICU_BASE and XICU_SIZE registers do not exist anymore in the VCI_IO_BRIDGE component. The routing of WTI commands by the IOB is done statically by using the special attribute on the IOX segments.
File:
1 edited

Legend:

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

    r320 r340  
    8383}
    8484
    85 ///////////////////////////////////////////////////////////////////////////////
    86 // This function sets a new value in IOB_XICU_BASE register.
    87 ///////////////////////////////////////////////////////////////////////////////
    88 void _iob_set_xicu_base( unsigned int cluster_xy,
    89                          unsigned int value )
    90 {
    91     _iob_set_register( cluster_xy,
    92                        IOB_XICU_BASE,
    93                        value );
    94 }
    95 
    96 ///////////////////////////////////////////////////////////////////////////////
    97 // This function sets a new value in IOB_XICU_SIZE register.
    98 ///////////////////////////////////////////////////////////////////////////////
    99 void _iob_set_xicu_size( unsigned int cluster_xy,
    100                          unsigned int value )
    101 {
    102     _iob_set_register( cluster_xy,
    103                        IOB_XICU_SIZE,
    104                        value );
    105 }
    106 
    107 
    108 
    10985// Local Variables:
    11086// tab-width: 4
Note: See TracChangeset for help on using the changeset viewer.