Skip to content

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

Notifications You must be signed in to change notification settings

sinkswim/vhdllib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages