1 / 13

Register

Lect# 9 Register (Continued). Register. A register is a sequential circuit that can be set to a specific state and retain that state until externally changed. State is a combination of bits. Register Design. An S - R latch is a simple 1-bit register.

marcus
Download Presentation

Register

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Lect# 9 Register (Continued) Register • A register is a sequential circuit that can be set to a specific state and retain that state until externally changed. • State is a combination of bits

  2. Register Design • An S-R latch is a simple 1-bit register. • With (S)et input, latch output can be set to 1 • With (R)eset input, latch output can be set to 0.

  3. Register Design • A D flip-flop can be used as a 1-bit register • Input 0, output is set to 0 when flip-flop is clocked • Input 1, output is set to 1 when flip-flop clocked • Can consider the clock to be a load signal. • On rising edge of load signal, the data on D input line is stored in the flip-flop

  4. d inputs c b a • Da Dd Dc Db Ck Qd Ck Qa Ck Qb Ck Qa load outputs d c b a Multibit Register • Use multiple flip-flops. Each stores a single bit. • Common load signal.

  5. Shift registers Classification, basic function, uses: • Plain shift registers: • Serial-in serial-out – SISO (also first-in first-out – FIFO) • Serial-in parallel-out – SIPO • Parallel-in serial out – PISO • Parallel-in parallel-out – PIPO • Counters based on shift registers • Ring counter • Johnson counter • Shift register and feedback based circuits

  6. Shift registers • Serial-in serial-out – SISO • Serial-in parallel-out – SIPO • Parallel-in serial out – PISO • Parallel-in parallel-out – PIPO

  7. Plain shift registers CLOCK SERIN SEROUT

More Related