Zynq Book英文实验指导手册与c源代码
.
├── The Zynq Book Tutorials
│ ├── The_Zynq_Book_Tutorials.pdf
│ └── sources
│ ├── hdl_coder_lms
│ │ ├── lms.slx
│ │ ├── original_speech.wav
│ │ ├── playback.m
│ │ └── setup.m
│ ├── hls
│ │ ├── tut3A
│ │ │ ├── matrix_mult.cpp
│ │ │ ├── matrix_mult.h
│ │ │ ├── matrix_mult_test.cpp
│ │ │ ├── run_hls_zed.tcl
│ │ │ ├── run_hls_zybo.tcl
│ │ │ └── vssver2.scc
│ │ └── tut3C
│ │ ├── matrix_mult.cpp
│ │ ├── matrix_mult.h
│ │ ├── matrix_mult_test.cpp
│ │ ├── run_hls_zed.tcl
│ │ ├── run_hls_zybo.tcl
│ │ └── vssver2.scc
│ ├── hls_nco
│ │ ├── nco.cpp
│ │ └── nco_tb.cpp
│ ├── input
│ │ └── original_speech.wav
│ ├── zedboard
│ │ ├── adventures_with_ip_integrator
│ │ │ ├── constraints
│ │ │ │ └── adventures_with_ip.xdc
│ │ │ ├── drivers
│ │ │ │ ├── audio.h
│ │ │ │ └── lms_pcore_addr.h
│ │ │ ├── ip
│ │ │ │ ├── ac.uk_user_lms_pcore_1.0.zip
│ │ │ │ ├── led_controller_1.0.zip
│ │ │ │ ├── xilinx_com_hls_nco_1_0.zip
│ │ │ │ └── zed_audio_ctrl.zip
│ │ │ └── software
│ │ │ ├── adventures_with_ip.c
│ │ │ ├── adventures_with_ip.h
│ │ │ ├── audio.c
│ │ │ └── ip_functions.c
│ │ ├── first_zynq_design
│ │ │ ├── LED_test_tut_1C.c
│ │ │ └── vssver2.scc
│ │ ├── led_controller
│ │ │ ├── led_constraints.xdc
│ │ │ ├── led_controller_test_tut_4A.c
│ │ │ ├── led_controller_v1_0.vhd
│ │ │ └── led_controller_v1_0_S00_AXI.vhd
│ │ └── zynq_interrupts
│ │ ├── interrupt_counter_tut_2B.c
│ │ ├── interrupt_counter_tut_2D.c
│ │ └── vssver2.scc
│ └── zybo
│ ├── adventures_with_ip_integrator
│ │ ├── constraints
│ │ │ └── adventures_with_ip.xdc
│ │ ├── drivers
│ │ │ ├── audio.h
│ │ │ └── lms_pcore_addr.h
│ │ ├── ip
│ │ │ ├── ac.uk_user_lms_pcore_1.0.zip
│ │ │ ├── led_controller_1.0.zip
│ │ │ ├── xilinx_com_hls_nco_1_0.zip
│ │ │ └── xilinx_com_zybo_audio_ctrl_1.0.zip
│ │ └── software
│ │ ├── adventures_with_ip.c
│ │ ├── adventures_with_ip.h
│ │ ├── audio.c
│ │ └── ip_functions.c
│ ├── first_zynq_design
│ │ └── LED_test_tut_1C.c
│ ├── led_controller
│ │ ├── led_constraints.xdc
│ │ ├── led_controller_test_tut_4A.c
│ │ ├── led_controller_v1_0.vhd
│ │ └── led_controller_v1_0_S00_AXI.vhd
│ ├── setup
│ │ └── board_part
│ │ └── zybo
│ │ └── B.3
│ │ ├── board.xml
│ │ ├── part0_pins.xml
│ │ └── preset.xml
│ └── zynq_interrupts
│ ├── interrupt_counter_tut_2B.c
│ └── interrupt_counter_tut_2D.c
└── 找例子网_Zynq Book英文实验指导手册与源代码.zip
30 directories, 62 files
评论