163 hex shift register

163 : hex shift register

Select Project123456789ONSW2
  • Author: Eric Smith
  • Description: six 40-bit shift registers
  • GitHub repository
  • Clock: 0 Hz

How it works

Six 40-bit shift registers. A multiplexer selects input data or recirulating output data.

How to test

on each clock n, six bits are shifted in, and the six bits that were input at clock n-4 are output

IO

#InputOutput
0clk
1recirc
2data_in[0]data_out[0]
3data_in[1]data_out[1]
4data_in[2]data_out[2]
5data_in[3]data_out[3]
6data_in[4]data_out[4]
7data_in[5]data_out[5]