Skip to content

noasic/noasic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An open-source VHDL library for FPGA design.

Naming Conventions

  • Signal names start with s_
  • Variable names start with v_
  • Shared variable names start with sv_
  • Names of registered signals/variables end with _r
  • Constant and generic names are all-uppercase
  • Generic names start with G_
  • Input port names start with i_
  • Output port names start with o_
  • Input/output port names start with io_
  • Names of testbench entities start with tb_

About

An open-source VHDL library for FPGA design.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published