scc  2022.4.0
SystemC components library
scc::time2tick Struct Reference

translate a tick-less clock (sc_time based) to boolean clock More...

#include <tick2time.h>

Inheritance diagram for scc::time2tick:
Collaboration diagram for scc::time2tick:

Public Member Functions

 SC_HAS_PROCESS (time2tick)
 yes, we have processes
 
 time2tick (sc_core::sc_module_name nm)
 

Public Attributes

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

Detailed Description

translate a tick-less clock (sc_time based) to boolean clock

Definition at line 33 of file time2tick.h.

Constructor & Destructor Documentation

◆ time2tick()

scc::time2tick::time2tick ( sc_core::sc_module_name  nm)
inlineexplicit

the constructor

Parameters
nmthe name

Definition at line 45 of file time2tick.h.


The documentation for this struct was generated from the following files: