Timing Diagram Issues (timing-diagram-issues)

This page lists issues on link::timing-diagram[Timing Diagram].

Timing-diagram issues

Tests of clock’s pulse

No pulse

@startuml
title period 10
clock C with period 10
@enduml

pulse < period

@startuml
title period 10 pulse 0
clock C with period 10 pulse 0
@enduml
@startuml
title period 10 pulse 1
clock C with period 10 pulse 1
@enduml
@startuml
title period 10 pulse 5
clock C with period 10 pulse 5
@enduml
@startuml
title period 10 pulse 9
clock C with period 10 pulse 9
@enduml

pulse = period

@startuml
title period 10 pulse 10
clock C with period 10 pulse 10
@enduml

pulse > period

@startuml
title period 10 pulse 11
clock C with period 10 pulse 11
@enduml
@startuml
title period 10 pulse 15
clock C with period 10 pulse 15
@enduml
@startuml
title period 10 pulse 20
clock C with period 10 pulse 20
@enduml

pulse >> period

@startuml
title period 10 pulse 50
clock C with period 10 pulse 50
@enduml