-
Notifications
You must be signed in to change notification settings - Fork 12
Home
Patrick Lehmann edited this page Sep 8, 2015
·
7 revisions
The PicoBlaze-Library L_PicoBlaze
contains hardware modules as well as assembler routines.
-
auxiliary packages
- PicoBlaze related constants, records and types
- Functions to define a generic PortID to register mapping
- Functions for semi-automated bus wiring
- Functions to write debug information for simulators and ChipScope to disk
- Core system:
- A generic address decoder with a registered write path
- A interrupt controller with 32 ports and per device error message handling
- TODO: Timer
- Accelerators:
- Multiplier
- Divider
- ...
- I/O devices for:
- GPIO
- LCD
- Bit-Banging IO
- ...
- I/O adapters for:
- Xilinx Dynamic Reconfiguration Port (DRP)
- ...
- Core system
- predefined register names and calling conventions
- ROM switching, if multiple ROM pages are used (up to 32k instructions)
- Libraries:
- Stack functions: push, pop, top, ...
- Delay functions: sleep from nanoseconds to seconds
- Co-routines (lightweight threads)
- I/O routines to communicate with the hardware modules:
- I²C
- SPI
- OneWire (OW)
- LCD
- UART
- Device routines implement special protocols like:
- Terminal
- PCA9548 (I²C switch)
- SI570 (external, programmable clock source)
- 7-Series GTX transceiver
- The PicoBlaze-Library
- Download
- Dependencies
- Requirements
- Integration
- Change Log
- License (Apache 2.0)
- VHDL Packages:
- Devices:
- Wrappers:
- Miscellaneous:
- ChipScope integration
- PicoBlaze Tracer
- UART ILA
Links: