Skip to content

rb-pro4-f19/FPGA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FPGA

Introductory text.

Initialization

Text.

Temporary Conventions

  • target language: VHDL
  • always copy files (sources, contraints etc.) into project
  • all type definitions & constants (including states) in capital
  • all signals must be initialized
  • must be prefixed (except in main)(i_ = input, o_ = output, s_ = signal, r_ = register)
  • use tabs of size 4 (tools -> settings -> text editor)
  • the top module is per default the module name (e.g. some_module.vhd) where subcomponents are further specified (e.g. some_module_part.vhd)
  • architecure naming:
    • main: structure
    • entity: behaviour

About

FPGA unit of the Pan-Tilt system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •