scc 2025.09
SystemC components library
scc::tick2time Struct Reference
Inheritance diagram for scc::tick2time:
Collaboration diagram for scc::tick2time:

Public Member Functions

 tick2time (sc_core::sc_module_name nm)

Public Attributes

sc_core::sc_out< sc_core::sc_time > clk_o {"clk_o"}
 the clock output
sc_core::sc_in< bool > clk_i {"clk_i"}
 the clock input

Protected Member Functions

void end_of_elaboration () override

Detailed Description

Definition at line 39 of file tick2time.h.

Constructor & Destructor Documentation

◆ tick2time()

scc::tick2time::tick2time ( sc_core::sc_module_name nm)
explicit

the constructor

Parameters
nmthe name

Definition at line 29 of file time_n_tick.cpp.

Member Function Documentation

◆ end_of_elaboration()

void scc::tick2time::end_of_elaboration ( )
overrideprotected

Definition at line 32 of file time_n_tick.cpp.

Member Data Documentation

◆ clk_i

sc_core::sc_in<bool> scc::tick2time::clk_i {"clk_i"}

the clock input

Definition at line 48 of file tick2time.h.

◆ clk_o

sc_core::sc_out<sc_core::sc_time> scc::tick2time::clk_o {"clk_o"}

the clock output

Definition at line 46 of file tick2time.h.


The documentation for this struct was generated from the following files:
  • /home/eyck/Projects/MINRES/SystemC-Components/src/sysc/scc/tick2time.h
  • /home/eyck/Projects/MINRES/SystemC-Components/src/sysc/scc/time_n_tick.cpp