Fixed C++11 compatibility
This commit is contained in:
@ -69,7 +69,7 @@ protected:
|
||||
void clock_cb();
|
||||
void reset_cb();
|
||||
void update_pins(uint32_t changed_bits);
|
||||
void before_end_of_elaboration();
|
||||
void before_end_of_elaboration() override;
|
||||
void pin_input(unsigned int tag, tlm::tlm_signal_gp<sc_dt::sc_logic> &gp, sc_core::sc_time &delay);
|
||||
void forward_pin_input(unsigned int tag, tlm::tlm_signal_gp<sc_dt::sc_logic> &gp);
|
||||
void iof_input(unsigned int tag, unsigned iof_idx, tlm::tlm_signal_gp<> &gp, sc_core::sc_time &delay);
|
||||
|
@ -30,8 +30,8 @@
|
||||
*
|
||||
*******************************************************************************/
|
||||
|
||||
#ifndef __SYSC_GENERAL_SYSTEM_H_
|
||||
#define __SYSC_GENERAL_SYSTEM_H_
|
||||
#ifndef __SYSC_TOP_SYSTEM_H_
|
||||
#define __SYSC_TOP_SYSTEM_H_
|
||||
|
||||
#include "dcmotor.h"
|
||||
#include "h_bridge.h"
|
||||
@ -59,4 +59,4 @@ private:
|
||||
void gen_por();
|
||||
};
|
||||
}
|
||||
#endif /* __SYSC_GENERAL_SYSTEM_H_ */
|
||||
#endif /* __SYSC_TOP_SYSTEM_H_ */
|
||||
|
Reference in New Issue
Block a user