Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paulino/digilentinc-peripherals
VHDL set of peripherals for Digilent Inc. boards
https://github.com/paulino/digilentinc-peripherals
Last synced: 23 days ago
JSON representation
VHDL set of peripherals for Digilent Inc. boards
- Host: GitHub
- URL: https://github.com/paulino/digilentinc-peripherals
- Owner: paulino
- License: apache-2.0
- Created: 2014-11-26T18:44:54.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-19T08:26:27.000Z (almost 10 years ago)
- Last Synced: 2023-08-12T22:13:42.390Z (over 1 year ago)
- Language: VHDL
- Size: 465 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Set of peripherals for Digilent Inc. boards
Set of basic peripherals controllers for
Basys and Nexys Digilent Inc. boards.The goal is a set of peripherals to easily connect to embedded microcontrollers
with a 8 bits bus width.The controllers included are:
* Buttons controller
* Leds controller
* Switches controller
* Display controller. Two versions, 16bits for Nexys2 and 32 bits from Nexys4Tested boards:
* Basys 2
* Nexys 2
* Nexys 4
A functional description is available at doc directory.
## Contents
rtl directory contains peripherals, examples directory contais two examples:
1. *test1-basys*: simple example of connections
2. *test1-picoblaze*: connection of the peripherals to picoblaze
microcontroller
See README.md at examples directory.