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

Parity

 Parity

Function

Generator:

Computes the parity of the input.

Checker:

Computes the parity of the input and compares it to the Parity input to determine if they match.

Notation

Even Parity:

The total number of one bits in the input, and the parity bit is an even number.

Odd Parity:

The total number of one bits in the input, and the parity bit is an odd number.

Parameters

Name

Description

WIDTH

Width of the input port.

Tagged Values

Name

Variants

Parity

Even, Odd

Function

Generator, Checker

Registered

No, Yes

Enable

UnUsed, Used

Inputs

Name

Width

Condition

Description

D

WIDTH

None

Input bits.

ClockEn

 

Registered = Yes  && Enable = Used

 

 Outputs

Name

Width

Condition

Description

Parity

 

Registered = No && Function = Generator

 

Qparity

 

Registered = Yes && Function = Generator

 

Error

 

Registered = No && Function = Checker

 

Qerror

 

Registered = Yes && Function = Checker

 

 

‹ Multiplexer up Register ›

© Copyright 2009 Techniprise Inc. All rights reserved.