Abstract
Process through creating a Zynq design utilizing interrupts. Using the Vivado Integrated Development Environment and the IP Integrator environment, a simple ZynqTM processor design, to be implemented on a Zynq development board, will be generated.
[Read More]
$whoami
Vivado ISE and Zynq Processor System
Abstract This will guide through the process of creating a first Zynq design using the Vivado Integrated Development Environment (IDE), and introduce the IP Integrator environment for a simple Zynq processor design to be implemented on a Zynq development board. The Software Development Kit (SDK) will then be used to...
[Read More]
Signed Binary Arithmetic
Abstract We perform not just any binary arithmetic calculation, but also signed binary through USB terminal. We utilize USB terminal because unlike the Zybo board, the terminal doesn’t have limited push buttons or slide switches making it more suitable for the project. We’ll be able to use keyboards keystroke to...
[Read More]
Zybo Board USB Terminal
Abstract
Display any ASCII alphabetical character that is entered from the keyboard as lower case as upper case and vice versa.
[Read More]
BCD-to-Binary Conversion in Verilog
Abstract
We’re converting an eight bit binary value into a Binary-coded-decimal (BCD). The display will be outputted through the LED’s of the target hardware, which in this case is the Digilent Zybo board.
[Read More]