Skip to content

mhouse1/DE0_NANO_BASE_SYSTEM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

DE0_NANO_BASE_SYSTEM

starting point for all future DE0-nano devboard based projects

Tested working with Quartus 18 running on windows 10

Base system features:

  • SDRAM with PLL setup
  • SYSTEM ID
  • JTAG debug and running working
  • PIO
  • Nios II/e processor
  • onchip memory
  • PIO for LEDs and switches
  • DIP Switch
  • serial send and receive via FIFOed UART

adding to the base system

  • in order to keep base system clean and small to download, do not commit generated files.
    • use git command "git add" to add specific files you want to commit, then, to ignore all other files except ".gitignore" you can run the command "git status -s | grep -e "^??" | grep -v ".gitignore" | cut -c 4- >> .gitignore"

About

starting point for all future DE0-nano-projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published