Added qemu toolchain and created zynq ps targets
Signed-off-by: Joppe Blondel <joppe@blondel.nl>
This commit is contained in:
12
examples/zynq7000/README.md
Normal file
12
examples/zynq7000/README.md
Normal file
@ -0,0 +1,12 @@
|
||||
# ZYNQ 7 series project
|
||||
|
||||
### Basic FPGA workflow
|
||||
+ target `ip`: Generate IP blocks defined in the tcl files in the IP directory
|
||||
+ target `synth`: Synthesize design
|
||||
+ target `sim`: Behavioural simulation of part of the design
|
||||
+ target `psim`: Post synthesis simulation of mentioned part of the design
|
||||
|
||||
### ZYNQ SoC workflos
|
||||
+ target `firmware`: Compile the firmware running on the ARM core(s) with the `make` toolchain
|
||||
+ target `firmsim`: Simulate the firmware with QEMU without PS/PL cosimulation with the `qemu` toolchain
|
||||
+ target `devtree`: Compile the device tree for a PS/PL cosimulation with QEMU
|
Reference in New Issue
Block a user