Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 463 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 463 Bytes

vhdllib

My own VHDL components library. Anything from a flip flop to a ROM.

details

The library is divided into folders:

  • basic : elementary components such as AND, OR, etc
  • math : from half adders to ALUs
  • storage : flip flops, register files, etc.
  • mem : RAM, ROM
  • fsm : a collection of various fsm and their various design techniques
  • control units: CUs for MIPS-like processors
  • free range: solutions to exercises found in Free Range VHDL book