Skip to content

brouhaha/tt02-hex-sr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hex_sr: hex 40-bit shift register with recirculated multiplexer

This project implements a hex 40-bit shift register with a recirulate multiplexer, for Tiny Tapeout 2.

There are six data inputs, six 40-bit shift registers, and six data outputs.

The rising edge of the clock input causes a shift.

The actual shift register inputs depend on the recirc input singal. If recirc is 0, the external data inputs are used, while if recirc is 1, the shift register outputs are fed back to shift register inputs, causing the data to recirculate.

Releases

No releases published

Packages

No packages published

Languages

  • Python 45.5%
  • Verilog 38.1%
  • Tcl 12.9%
  • Makefile 3.5%