Link Search Menu Expand Document

T latch

Table of contents

  1. Introduction
  2. State table

Introduction

T latch is formed when the inputs of the JK latch are shorted. When the input is high, then the output toggles.

State table

T Q(t) Q(t+1)
0 0 0
0 1 1
1 0 1
1 1 0