Home
  • Home
  • Features
    • UML Object Diagrams
    • UML Statechart Diagrams
    • HDL Code Generation
  • Demos
    • Screencasts
    • Source Code
  • Support
    • Documentation
    • Screencasts
    • Customer Support
  • Try
  • Buy
  • Company
    • About
    • Services
    • Contact
  • QuickStart
  • Diagrams
    • Diagram UML View
    • Diagram HDL View
    • UML State Diagram
  • Dialogs
    • Add Input Pad Dialog
    • Add Output Pad Dialog
    • Add InOut Pad Dialog
    • Add State Input Dialog
    • Add State Output Dialog
    • Add Constant Dialog
    • Add Alias Dialog
    • Edit Comments Dialog
    • Expression Editor
  • Palettes
    • UML State Palette
    • UML Classes Palette
    • UML Documents Palette
    • HDL Palette
  • Properties Editors
    • Document Properties Editor
    • UML Object Properties Editor
  • Panels
    • Generation Console Tab
    • Navigator
    • Overview
  • UML Classes
    • BarrelShifter
    • Comparator
    • Counter
    • Decoder
    • Encoder
    • Johnson Counter
    • Latch
    • LFSR
    • Multiplexer
    • Parity
    • Register
    • Shift Register
Home | Documentation | UML Classes

Johnson Counter

 Johnson Counter

Also called: Ring Counter or Twisted Ring Counter.

Function

A shift register based counter with simple feedback that can operate at high speeds. Each output bit has a duty cycle of 50% and is separated by equal phase angles. Output has only 2*WIDTH states.

References

http://en.wikipedia.org/wiki/Johnson_counter

Parameters

Name

Description

WIDTH

Width of the output Q port.

Tagged Values

Name

Variants

Edge

Rising, Falling

ShiftEn

UnUsed, Used

Clear

UnUsed, Sync, Async

Set

UnUsed, Sync, Async

Inputs

Name

Width

Condition

Description

ShiftEn

 

ShiftEn = Used

 

SyncClear

 

Clear = Sync

 

AsyClear

 

Clear = Async

 

SyncSet

 

Set = Sync

 

AsySet

 

Set = Async

 

 Outputs

Name

Width

Condition

Description

Q

WIDTH

 

 

 

‹ Encoder up Latch ›

© Copyright 2009 Techniprise Inc. All rights reserved.