|
HAL
v4.5.0-83-g30c8f0afc
The Hardware Analyzer - a comprehensive reverse engineering and manipulation framework for gate-level netlists.
|

Public Member Functions | |
| u64 | period () const |
Public Attributes | |
| const Net * | clock_net |
| u64 | switch_time |
| bool | start_at_zero |
A clock signal, described by its net, its period, and its start value.
Definition at line 63 of file simulation_input.h.
|
inline |
Definition at line 68 of file simulation_input.h.
References switch_time.
| const Net* hal::SimulationInput::Clock::clock_net |
Definition at line 65 of file simulation_input.h.
Referenced by hal::NetlistSimulatorController::add_clock_period(), and hal::WaveDataClock::WaveDataClock().
| bool hal::SimulationInput::Clock::start_at_zero |
Definition at line 67 of file simulation_input.h.
Referenced by hal::NetlistSimulatorController::add_clock_period(), hal::WaveItem::cursorValue(), and hal::WaveDataClock::WaveDataClock().
| u64 hal::SimulationInput::Clock::switch_time |
Definition at line 66 of file simulation_input.h.
Referenced by hal::NetlistSimulatorController::add_clock_period(), hal::WaveItem::cursorValue(), hal::WaveDataProviderClock::nextPoint(), period(), hal::WaveDataProviderClock::startValue(), and hal::WaveDataClock::WaveDataClock().