Ignore:
Timestamp:
Apr 18, 2013, 1:28:33 PM (11 years ago)
Author:
joannou
Message:

Introducing vci_block_device_tsar component

Location:
trunk/modules/vci_block_device_tsar
Files:
2 copied

Legend:

Unmodified
Added
Removed
  • trunk/modules/vci_block_device_tsar/caba/source/include/vci_block_device_tsar.h

    r371 r374  
    7373///////////////////////////////////////////////////////////////////////////
    7474
    75 #ifndef SOCLIB_VCI_BLOCK_DEVICE_TSAR_V4_H
    76 #define SOCLIB_VCI_BLOCK_DEVICE_TSAR_V4_H
     75#ifndef SOCLIB_VCI_BLOCK_DEVICE_TSAR_H
     76#define SOCLIB_VCI_BLOCK_DEVICE_TSAR_H
    7777
    7878#include <stdint.h>
     
    8989
    9090template<typename vci_param>
    91 class VciBlockDeviceTsarV4
     91class VciBlockDeviceTsar
    9292        : public caba::BaseModule
    9393{
     
    200200protected:
    201201
    202     SC_HAS_PROCESS(VciBlockDeviceTsarV4);
     202    SC_HAS_PROCESS(VciBlockDeviceTsar);
    203203
    204204public:
     
    214214
    215215    // Constructor   
    216     VciBlockDeviceTsarV4(
     216    VciBlockDeviceTsar(
    217217                sc_module_name                      name,
    218218                const soclib::common::MappingTable      &mt,
     
    227227}}
    228228
    229 #endif /* SOCLIB_VCI_BLOCK_DEVICE_TSAR_V4_H */
     229#endif /* SOCLIB_VCI_BLOCK_DEVICE_TSAR_H */
    230230
    231231// Local Variables:
Note: See TracChangeset for help on using the changeset viewer.