在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 基于Petalinux下Zynq的AMP详细开发流程说明(内有详细命令和配置说明).rar

基于Petalinux下Zynq的AMP详细开发流程说明(内有详细命令和配置说明).rar

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:101.70M
  • 下载次数:11
  • 浏览次数:161
  • 发布时间:2021-11-23
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
文档内容: (1)详细开发流程说明 (2)参考文档说明 (3)本人已验证的工程 (4)博客链接:https://mp.csdn.net/postedit/84112337
【实例截图】
【核心代码】
Zynq的AMP详细开发流程说明(内有详细命令和配置说明).rar
└── ZYNQ的AMP开发流程说明-叶海洋-20181112
├── ~$NQ的AMP开发流程说明.docx
├── project_2
│   ├── src
│   │   ├── apps
│   │   │   ├── app_cpu1
│   │   │   │   ├── app_cpu1.c
│   │   │   │   ├── app_cpu1.h
│   │   │   │   ├── lscript.ld
│   │   │   │   ├── my_utils.c
│   │   │   │   ├── my_utils.h
│   │   │   │   ├── scu_sleep.c
│   │   │   │   └── scu_sleep.h
│   │   │   └── softUart
│   │   │   └── softuart.c
│   │   ├── bootgen
│   │   │   ├── app_cpu1.elf
│   │   │   ├── BOOT.BIN
│   │   │   ├── bootimage.bif
│   │   │   ├── createBoot.bat
│   │   │   ├── design_1_wrapper.bit
│   │   │   ├── u-boot.elf
│   │   │   └── zynq_fsbl.elf
│   │   ├── my_ip
│   │   │   └── irq_gen_v1_00_a
│   │   │   ├── component.xml
│   │   │   ├── hdl
│   │   │   │   ├── verilog
│   │   │   │   │   └── user_logic.v
│   │   │   │   └── vhdl
│   │   │   │   ├── address_decoder.vhd
│   │   │   │   ├── axi_lite_ipif.vhd
│   │   │   │   ├── family_support.vhd
│   │   │   │   ├── ipif_pkg.vhd
│   │   │   │   ├── irq_gen.vhd
│   │   │   │   ├── proc_common_pkg.vhd
│   │   │   │   ├── pselect_f.vhd
│   │   │   │   ├── slave_attachment.vhd
│   │   │   │   └── user_logic.vhd
│   │   │   ├── irq_gen_0
│   │   │   │   ├── irq_gen_0.xci
│   │   │   │   └── irq_gen_0.xml
│   │   │   └── xgui
│   │   │   └── irq_gen_v1_0.tcl
│   │   ├── scripts
│   │   │   ├── create_bd_7020_400.tcl
│   │   │   ├── create_bd_702.tcl
│   │   │   ├── create_bd_706.tcl
│   │   │   ├── create_bd_microZed.tcl
│   │   │   ├── create_bd_zedBoard.tcl
│   │   │   ├── create_proj_7020_400.tcl
│   │   │   ├── create_proj_702.tcl
│   │   │   ├── create_proj_706.tcl
│   │   │   ├── create_proj_microZed.tcl
│   │   │   └── create_proj_zedBoard.tcl
│   │   └── sdk_repo
│   │   └── bsp
│   │   └── standalone_v4_299
│   │   ├── data
│   │   │   ├── standalone.mld
│   │   │   ├── standalone.mss
│   │   │   └── standalone.tcl
│   │   ├── doc
│   │   │   ├── html
│   │   │   │   └── api
│   │   │   │   ├── annotated.html
│   │   │   │   ├── dirs.html
│   │   │   │   ├── dir_U_3A_2Fdoxygen_5Fpublish_2Fsources_2Fbsp_2Fstandalone_5Fv4_5F0_2Fsrc_2Fcommon_2F.html
│   │   │   │   ├── dir_U_3A_2Fdoxygen_5Fpublish_2Fsources_2Fbsp_2Fstandalone_5Fv4_5F0_2Fsrc_2Fcortexa9_2Farmcc_2F.html
│   │   │   │   ├── dir_U_3A_2Fdoxygen_5Fpublish_2Fsources_2Fbsp_2Fstandalone_5Fv4_5F0_2Fsrc_2Fcortexa9_2Fgcc_2F.html
│   │   │   │   ├── dir_U_3A_2Fdoxygen_5Fpublish_2Fsources_2Fbsp_2Fstandalone_5Fv4_5F0_2Fsrc_2Fcortexa9_2F.html
│   │   │   │   ├── dir_U_3A_2Fdoxygen_5Fpublish_2Fsources_2Fbsp_2Fstandalone_5Fv4_5F0_2Fsrc_2Fmicroblaze_2F.html
│   │   │   │   ├── dir_U_3A_2Fdoxygen_5Fpublish_2Fsources_2Fbsp_2Fstandalone_5Fv4_5F0_2Fsrc_2Fprofile_2F.html
│   │   │   │   ├── doxygen.css
│   │   │   │   ├── doxygen.png
│   │   │   │   ├── files.html
│   │   │   │   ├── globals_defs.html
│   │   │   │   ├── globals_func.html
│   │   │   │   ├── globals.html
│   │   │   │   ├── globals_type.html
│   │   │   │   ├── globals_vars.html
│   │   │   │   ├── index.html
│   │   │   │   ├── microblaze__exception__handler_8c.html
│   │   │   │   ├── microblaze__exceptions__g_8h.html
│   │   │   │   ├── microblaze__exceptions__i_8h.html
│   │   │   │   ├── microblaze__interrupt__handler_8c.html
│   │   │   │   ├── microblaze__interrupts__g_8c.html
│   │   │   │   ├── microblaze__interrupts__i_8h.html
│   │   │   │   ├── pvr_8c.html
│   │   │   │   ├── pvr_8h.html
│   │   │   │   ├── smc_8c.html
│   │   │   │   ├── smc_8h.html
│   │   │   │   ├── struct_m_b___exception_vector_table_entry.html
│   │   │   │   ├── tab_b.gif
│   │   │   │   ├── tab_l.gif
│   │   │   │   ├── tab_r.gif
│   │   │   │   ├── tabs.css
│   │   │   │   ├── uart_8c.html
│   │   │   │   ├── usleep_8c.html
│   │   │   │   ├── vectors_8c.html
│   │   │   │   ├── vectors_8h.html
│   │   │   │   ├── xbasic__types_8h.html
│   │   │   │   ├── xenv_8h.html
│   │   │   │   ├── xenv__standalone_8h.html
│   │   │   │   ├── xil__assert_8c.html
│   │   │   │   ├── xil__assert_8h.html
│   │   │   │   ├── xil__cache__l_8h.html
│   │   │   │   ├── xil__cache__vxworks_8h.html
│   │   │   │   ├── xil__errata_8h.html
│   │   │   │   ├── xil__hal_8h.html
│   │   │   │   ├── xil__macroback_8h.html
│   │   │   │   ├── xil__mmu_8c.html
│   │   │   │   ├── xil__mmu_8h.html
│   │   │   │   ├── xil__testcache_8c.html
│   │   │   │   ├── xil__testcache_8h.html
│   │   │   │   ├── xil__testmem_8c.html
│   │   │   │   ├── xil__testmem_8h.html
│   │   │   │   ├── xil__types_8h.html
│   │   │   │   ├── xl2cc_8h.html
│   │   │   │   ├── xl2cc__counter_8c.html
│   │   │   │   ├── xl2cc__counter_8h.html
│   │   │   │   ├── xparameters__ps_8h.html
│   │   │   │   ├── xpm__counter_8c.html
│   │   │   │   ├── xpm__counter_8h.html
│   │   │   │   ├── xpseudo__asm_8h.html
│   │   │   │   ├── xpseudo__asm__gcc_8h.html
│   │   │   │   ├── xpseudo__asm__rvct_8c.html
│   │   │   │   ├── xpseudo__asm__rvct_8h.html
│   │   │   │   ├── xreg__cortexa9_8h.html
│   │   │   │   ├── xstatus_8h.html
│   │   │   │   ├── xtime__l_8c.html
│   │   │   │   └── xtime__l_8h.html
│   │   │   └── standalone_v4_2.pdf
│   │   └── src
│   │   ├── changelog.txt
│   │   ├── common
│   │   │   ├── xbasic_types.h
│   │   │   ├── xdebug.h
│   │   │   ├── xenv.h
│   │   │   ├── xenv_standalone.h
│   │   │   ├── xil_assert.c
│   │   │   ├── xil_assert.h
│   │   │   ├── xil_cache_vxworks.h
│   │   │   ├── xil_hal.h
│   │   │   ├── xil_macroback.h
│   │   │   ├── xil_testcache.c
│   │   │   ├── xil_testcache.h
│   │   │   ├── xil_testio.c
│   │   │   ├── xil_testio.h
│   │   │   ├── xil_testmem.c
│   │   │   ├── xil_testmem.h
│   │   │   ├── xil_types.h
│   │   │   └── xstatus.h
│   │   ├── cortexa9
│   │   │   ├── armcc
│   │   │   │   ├── ARM_argv_veneer.c
│   │   │   │   ├── asm_vectors.s
│   │   │   │   ├── boot.S
│   │   │   │   ├── Makefile
│   │   │   │   ├── _sys_close.c
│   │   │   │   ├── _sys_exit.c
│   │   │   │   ├── _sys_iserror.c
│   │   │   │   ├── _sys_istty.c
│   │   │   │   ├── _sys_open.c
│   │   │   │   ├── _sys_read.c
│   │   │   │   ├── _sys_write.c
│   │   │   │   ├── translation_table.s
│   │   │   │   ├── xpseudo_asm_rvct.c
│   │   │   │   └── xpseudo_asm_rvct.h
│   │   │   ├── gcc
│   │   │   │   ├── abort.c
│   │   │   │   ├── asm_vectors.S
│   │   │   │   ├── boot.S
│   │   │   │   ├── close.c
│   │   │   │   ├── cpu_init.S
│   │   │   │   ├── errno.c
│   │   │   │   ├── _exit.c
│   │   │   │   ├── fcntl.c
│   │   │   │   ├── fstat.c
│   │   │   │   ├── getpid.c
│   │   │   │   ├── isatty.c
│   │   │   │   ├── kill.c
│   │   │   │   ├── lseek.c
│   │   │   │   ├── Makefile
│   │   │   │   ├── _open.c
│   │   │   │   ├── open.c
│   │   │   │   ├── read.c
│   │   │   │   ├── _sbrk.c
│   │   │   │   ├── sbrk.c
│   │   │   │   ├── translation_table.s
│   │   │   │   ├── unlink.c
│   │   │   │   ├── write.c
│   │   │   │   ├── xil-crt0.S
│   │   │   │   └── xpseudo_asm_gcc.h
│   │   │   ├── iccarm
│   │   │   │   ├── abort.c
│   │   │   │   ├── asm_vectors.s
│   │   │   │   ├── boot.s
│   │   │   │   ├── clock.c
│   │   │   │   ├── close.c
│   │   │   │   ├── exit.c
│   │   │   │   ├── low_level_init.c
│   │   │   │   ├── lseek.c
│   │   │   │   ├── Makefile
│   │   │   │   ├── open.c
│   │   │   │   ├── read.c
│   │   │   │   ├── remove.c
│   │   │   │   ├── translation_table.s
│   │   │   │   ├── write.c
│   │   │   │   ├── xpseudo_asm_iccarm.c
│   │   │   │   └── xpseudo_asm_iccarm.h
│   │   │   ├── print.c
│   │   │   ├── putnum.c
│   │   │   ├── sleep.c
│   │   │   ├── sleep.h
│   │   │   ├── smc.h
│   │   │   ├── usleep.c
│   │   │   ├── vectors.c
│   │   │   ├── vectors.h
│   │   │   ├── xil_cache.c
│   │   │   ├── xil_cache.h
│   │   │   ├── xil_cache_l.h
│   │   │   ├── xil_errata.h
│   │   │   ├── xil_exception.c
│   │   │   ├── xil_exception.h
│   │   │   ├── xil_io.c
│   │   │   ├── xil_io.h
│   │   │   ├── xil_misc_psreset_api.c
│   │   │   ├── xil_misc_psreset_api.h
│   │   │   ├── xil_mmu.c
│   │   │   ├── xil_mmu.h
│   │   │   ├── xil_printf.c
│   │   │   ├── xil_printf.h
│   │   │   ├── xl2cc_counter.c
│   │   │   ├── xl2cc_counter.h
│   │   │   ├── xl2cc.h
│   │   │   ├── xparameters_ps.h
│   │   │   ├── xpm_counter.c
│   │   │   ├── xpm_counter.h
│   │   │   ├── xpseudo_asm.h
│   │   │   ├── xreg_cortexa9.h
│   │   │   ├── xtime_l.c
│   │   │   └── xtime_l.h
│   │   ├── microblaze
│   │   │   ├── errno.c
│   │   │   ├── _exit.c
│   │   │   ├── fcntl.c
│   │   │   ├── fsl.h
│   │   │   ├── hw_exception_handler.S
│   │   │   ├── Makefile
│   │   │   ├── mb_interface.h
│   │   │   ├── microblaze_disable_dcache.S
│   │   │   ├── microblaze_disable_exceptions.S
│   │   │   ├── microblaze_disable_icache.S
│   │   │   ├── microblaze_disable_interrupts.S
│   │   │   ├── microblaze_enable_dcache.S
│   │   │   ├── microblaze_enable_exceptions.S
│   │   │   ├── microblaze_enable_icache.S
│   │   │   ├── microblaze_enable_interrupts.S
│   │   │   ├── microblaze_exception_handler.c
│   │   │   ├── microblaze_exceptions_g.h
│   │   │   ├── microblaze_exceptions_i.h
│   │   │   ├── microblaze_flush_cache_ext_range.S
│   │   │   ├── microblaze_flush_cache_ext.S
│   │   │   ├── microblaze_flush_dcache_range.S
│   │   │   ├── microblaze_flush_dcache.S
│   │   │   ├── microblaze_init_dcache_range.S
│   │   │   ├── microblaze_init_icache_range.S
│   │   │   ├── microblaze_interrupt_handler.c
│   │   │   ├── microblaze_interrupts_g.c
│   │   │   ├── microblaze_interrupts_i.h
│   │   │   ├── microblaze_invalidate_cache_ext_range.S
│   │   │   ├── microblaze_invalidate_cache_ext.S
│   │   │   ├── microblaze_invalidate_dcache_range.S
│   │   │   ├── microblaze_invalidate_dcache.S
│   │   │   ├── microblaze_invalidate_icache_range.S
│   │   │   ├── microblaze_invalidate_icache.S
│   │   │   ├── microblaze_scrub.S
│   │   │   ├── microblaze_sleep.c
│   │   │   ├── microblaze_sleep.h
│   │   │   ├── microblaze_update_dcache.S
│   │   │   ├── microblaze_update_icache.S
│   │   │   ├── pvr.c
│   │   │   ├── pvr.h
│   │   │   ├── xil_cache.c
│   │   │   ├── xil_cache.h
│   │   │   ├── xil_exception.c
│   │   │   ├── xil_exception.h
│   │   │   ├── xil_io.c
│   │   │   ├── xil_io.h
│   │   │   ├── xil_misc_psreset_api.c
│   │   │   ├── xil_misc_psreset_api.h
│   │   │   └── xil_printf.h
│   │   └── profile
│   │   ├── dummy.S
│   │   ├── Makefile
│   │   ├── mblaze_nt_types.h
│   │   ├── profile_cg.c
│   │   ├── _profile_clean.c
│   │   ├── profile_config.h
│   │   ├── profile.h
│   │   ├── profile_hist.c
│   │   ├── _profile_init.c
│   │   ├── profile_mcount_arm.S
│   │   ├── profile_mcount_mb.S
│   │   ├── profile_mcount_ppc.S
│   │   ├── _profile_timer_hw.c
│   │   └── _profile_timer_hw.h
│   ├── work
│   │   └── project_2
│   │   ├── project_2.cache
│   │   │   ├── compile_simlib
│   │   │   │   ├── activehdl
│   │   │   │   ├── ies
│   │   │   │   ├── modelsim
│   │   │   │   ├── questa
│   │   │   │   ├── riviera
│   │   │   │   ├── vcs
│   │   │   │   └── xcelium
│   │   │   ├── ip
│   │   │   │   └── 2017.4
│   │   │   │   ├── 1a7672cd6f614aab
│   │   │   │   │   ├── 1a7672cd6f614aab.xci
│   │   │   │   │   ├── design_1_auto_pc_0.dcp
│   │   │   │   │   ├── design_1_auto_pc_0_sim_netlist.v
│   │   │   │   │   ├── design_1_auto_pc_0_sim_netlist.vhdl
│   │   │   │   │   ├── design_1_auto_pc_0_stub.v
│   │   │   │   │   ├── design_1_auto_pc_0_stub.vhdl
│   │   │   │   │   └── stats.txt
│   │   │   │   ├── 1a7672cd6f614aab.logs
│   │   │   │   │   └── runme.log
│   │   │   │   ├── 7e1c932d2009a0a8
│   │   │   │   │   ├── 7e1c932d2009a0a8.xci
│   │   │   │   │   ├── design_1_processing_system7_0_0.dcp
│   │   │   │   │   ├── design_1_processing_system7_0_0_sim_netlist.v
│   │   │   │   │   ├── design_1_processing_system7_0_0_sim_netlist.vhdl
│   │   │   │   │   ├── design_1_processing_system7_0_0_stub.v
│   │   │   │   │   └── design_1_processing_system7_0_0_stub.vhdl
│   │   │   │   ├── 7e1c932d2009a0a8.logs
│   │   │   │   │   └── runme.log
│   │   │   │   ├── 7f16b9e4d51b289f
│   │   │   │   │   ├── 7f16b9e4d51b289f.xci
│   │   │   │   │   ├── design_1_processing_system7_0_0.dcp
│   │   │   │   │   ├── design_1_processing_system7_0_0_sim_netlist.v
│   │   │   │   │   ├── design_1_processing_system7_0_0_sim_netlist.vhdl
│   │   │   │   │   ├── design_1_processing_system7_0_0_stub.v
│   │   │   │   │   └── design_1_processing_system7_0_0_stub.vhdl
│   │   │   │   ├── 7f16b9e4d51b289f.logs
│   │   │   │   │   └── runme.log
│   │   │   │   ├── 8c882f8ed5408aa2
│   │   │   │   │   ├── 8c882f8ed5408aa2.xci
│   │   │   │   │   ├── design_1_irq_gen_0_0.dcp
│   │   │   │   │   ├── design_1_irq_gen_0_0_sim_netlist.v
│   │   │   │   │   ├── design_1_irq_gen_0_0_sim_netlist.vhdl
│   │   │   │   │   ├── design_1_irq_gen_0_0_stub.v
│   │   │   │   │   └── design_1_irq_gen_0_0_stub.vhdl
│   │   │   │   ├── 8c882f8ed5408aa2.logs
│   │   │   │   │   └── runme.log
│   │   │   │   ├── 8fbc7ca2041128ee
│   │   │   │   │   ├── 8fbc7ca2041128ee.xci
│   │   │   │   │   ├── design_1_processing_system7_0_0.dcp
│   │   │   │   │   ├── design_1_processing_system7_0_0_sim_netlist.v
│   │   │   │   │   ├── design_1_processing_system7_0_0_sim_netlist.vhdl
│   │   │   │   │   ├── design_1_processing_system7_0_0_stub.v
│   │   │   │   │   └── design_1_processing_system7_0_0_stub.vhdl
│   │   │   │   ├── 8fbc7ca2041128ee.logs
│   │   │   │   │   └── runme.log
│   │   │   │   ├── 95d280b714308b3a
│   │   │   │   │   ├── 95d280b714308b3a.xci
│   │   │   │   │   ├── design_1_ila_0_0.dcp
│   │   │   │   │   ├── design_1_ila_0_0_sim_netlist.v
│   │   │   │   │   ├── design_1_ila_0_0_sim_netlist.vhdl
│   │   │   │   │   ├── design_1_ila_0_0_stub.v
│   │   │   │   │   └── design_1_ila_0_0_stub.vhdl
│   │   │   │   ├── 95d280b714308b3a.logs
│   │   │   │   │   └── runme.log
│   │   │   │   ├── 96fd959d2b04b9d8
│   │   │   │   │   ├── 96fd959d2b04b9d8.xci
│   │   │   │   │   └── dbg_hub_CV.dcp
│   │   │   │   ├── 9f7c3a9710bc6fa6
│   │   │   │   │   ├── 9f7c3a9710bc6fa6.xci
│   │   │   │   │   ├── design_1_rst_processing_system7_0_100M_0.dcp
│   │   │   │   │   ├── design_1_rst_processing_system7_0_100M_0_sim_netlist.v
│   │   │   │   │   ├── design_1_rst_processing_system7_0_100M_0_sim_netlist.vhdl
│   │   │   │   │   ├── design_1_rst_processing_system7_0_100M_0_stub.v
│   │   │   │   │   └── design_1_rst_processing_system7_0_100M_0_stub.vhdl
│   │   │   │   ├── 9f7c3a9710bc6fa6.logs
│   │   │   │   │   └── runme.log
│   │   │   │   ├── dd45030c8050cbc0
│   │   │   │   │   ├── dd45030c8050cbc0.xci
│   │   │   │   │   ├── design_1_processing_system7_0_0.dcp
│   │   │   │   │   ├── design_1_processing_system7_0_0_sim_netlist.v
│   │   │   │   │   ├── design_1_processing_system7_0_0_sim_netlist.vhdl
│   │   │   │   │   ├── design_1_processing_system7_0_0_stub.v
│   │   │   │   │   └── design_1_processing_system7_0_0_stub.vhdl
│   │   │   │   ├── dd45030c8050cbc0.logs
│   │   │   │   │   └── runme.log
│   │   │   │   ├── e10310d415461097
│   │   │   │   │   ├── design_1_vio_0_0.dcp
│   │   │   │   │   ├── design_1_vio_0_0_sim_netlist.v
│   │   │   │   │   ├── design_1_vio_0_0_sim_netlist.vhdl
│   │   │   │   │   ├── design_1_vio_0_0_stub.v
│   │   │   │   │   ├── design_1_vio_0_0_stub.vhdl
│   │   │   │   │   └── e10310d415461097.xci
│   │   │   │   └── e10310d415461097.logs
│   │   │   │   └── runme.log
│   │   │   └── wt
│   │   │   ├── gui_handlers.wdf
│   │   │   ├── java_command_handlers.wdf
│   │   │   ├── project.wpc
│   │   │   ├── synthesis_details.wdf
│   │   │   ├── synthesis.wdf
│   │   │   └── webtalk_pa.xml
│   │   ├── project_2.hw
│   │   │   ├── hw_1
│   │   │   │   └── wave
│   │   │   └── project_2.lpr
│   │   ├── project_2.ip_user_files
│   │   │   ├── bd
│   │   │   │   └── design_1
│   │   │   │   ├── ip
│   │   │   │   │   ├── design_1_auto_pc_0
│   │   │   │   │   │   ├── design_1_auto_pc_0_sim_netlist.v
│   │   │   │   │   │   ├── design_1_auto_pc_0_sim_netlist.vhdl
│   │   │   │   │   │   └── sim
│   │   │   │   │   │   └── design_1_auto_pc_0.v
│   │   │   │   │   ├── design_1_ila_0_0
│   │   │   │   │   │   ├── design_1_ila_0_0_sim_netlist.v
│   │   │   │   │   │   ├── design_1_ila_0_0_sim_netlist.vhdl
│   │   │   │   │   │   └── sim
│   │   │   │   │   │   └── design_1_ila_0_0.v
│   │   │   │   │   ├── design_1_irq_gen_0_0
│   │   │   │   │   │   ├── design_1_irq_gen_0_0_sim_netlist.v
│   │   │   │   │   │   ├── design_1_irq_gen_0_0_sim_netlist.vhdl
│   │   │   │   │   │   └── sim
│   │   │   │   │   │   └── design_1_irq_gen_0_0.vhd
│   │   │   │   │   ├── design_1_processing_system7_0_0
│   │   │   │   │   │   ├── design_1_processing_system7_0_0_sim_netlist.v
│   │   │   │   │   │   ├── design_1_processing_system7_0_0_sim_netlist.vhdl
│   │   │   │   │   │   └── sim
│   │   │   │   │   │   ├── design_1_processing_system7_0_0.sv
│   │   │   │   │   │   └── design_1_processing_system7_0_0.v
│   │   │   │   │   ├── design_1_rst_processing_system7_0_100M_0
│   │   │   │   │   │   ├── design_1_rst_processing_system7_0_100M_0_sim_netlist.v
│   │   │   │   │   │   ├── design_1_rst_processing_system7_0_100M_0_sim_netlist.vhdl
│   │   │   │   │   │   └── sim
│   │   │   │   │   │   └── design_1_rst_processing_system7_0_100M_0.vhd
│   │   │   │   │   └── design_1_vio_0_0
│   │   │   │   │   ├── design_1_vio_0_0_sim_netlist.v
│   │   │   │   │   ├── design_1_vio_0_0_sim_netlist.vhdl
│   │   │   │   │   └── sim
│   │   │   │   │   └── design_1_vio_0_0.v
│   │   │   │   ├── ipshared
│   │   │   │   │   └── 32fb
│   │   │   │   │   └── hdl
│   │   │   │   │   └── vhdl
│   │   │   │   │   ├── address_decoder.vhd
│   │   │   │   │   ├── axi_lite_ipif.vhd
│   │   │   │   │   ├── family_support.vhd
│   │   │   │   │   ├── ipif_pkg.vhd
│   │   │   │   │   ├── irq_gen.vhd
│   │   │   │   │   ├── proc_common_pkg.vhd
│   │   │   │   │   ├── pselect_f.vhd
│   │   │   │   │   ├── slave_attachment.vhd
│   │   │   │   │   └── user_logic.vhd
│   │   │   │   └── sim
│   │   │   │   └── design_1.v
│   │   │   ├── mem_init_files
│   │   │   │   ├── libps7.dll
│   │   │   │   ├── libps7.so
│   │   │   │   ├── libremoteport.dll
│   │   │   │   ├── libremoteport.so
│   │   │   │   ├── ps7_init_gpl.h
│   │   │   │   ├── ps7_init.h
│   │   │   │   ├── ps7_init.html
│   │   │   │   └── ps7_init.tcl
│   │   │   ├── README.txt
│   │   │   └── sim_scripts
│   │   │   └── design_1
│   │   │   ├── activehdl
│   │   │   │   ├── compile.do
│   │   │   │   ├── design_1.sh
│   │   │   │   ├── design_1.udo
│   │   │   │   ├── file_info.txt
│   │   │   │   ├── glbl.v
│   │   │   │   ├── libps7.dll
│   │   │   │   ├── libps7.so
│   │   │   │   ├── libremoteport.dll
│   │   │   │   ├── libremoteport.so
│   │   │   │   ├── ps7_init_gpl.h
│   │   │   │   ├── ps7_init.h
│   │   │   │   ├── ps7_init.html
│   │   │   │   ├── ps7_init.tcl
│   │   │   │   ├── README.txt
│   │   │   │   ├── simulate.do
│   │   │   │   └── wave.do
│   │   │   ├── ies
│   │   │   │   ├── design_1.sh
│   │   │   │   ├── file_info.txt
│   │   │   │   ├── glbl.v
│   │   │   │   ├── libps7.dll
│   │   │   │   ├── libps7.so
│   │   │   │   ├── libremoteport.dll
│   │   │   │   ├── libremoteport.so
│   │   │   │   ├── ps7_init_gpl.h
│   │   │   │   ├── ps7_init.h
│   │   │   │   ├── ps7_init.html
│   │   │   │   ├── ps7_init.tcl
│   │   │   │   ├── README.txt
│   │   │   │   └── run.f
│   │   │   ├── modelsim
│   │   │   │   ├── compile.do
│   │   │   │   ├── design_1.sh
│   │   │   │   ├── design_1.udo
│   │   │   │   ├── file_info.txt
│   │   │   │   ├── glbl.v
│   │   │   │   ├── libps7.dll
│   │   │   │   ├── libps7.so
│   │   │   │   ├── libremoteport.dll
│   │   │   │   ├── libremoteport.so
│   │   │   │   ├── ps7_init_gpl.h
│   │   │   │   ├── ps7_init.h
│   │   │   │   ├── ps7_init.html
│   │   │   │   ├── ps7_init.tcl
│   │   │   │   ├── README.txt
│   │   │   │   ├── simulate.do
│   │   │   │   └── wave.do
│   │   │   ├── questa
│   │   │   │   ├── compile.do
│   │   │   │   ├── design_1.sh
│   │   │   │   ├── design_1.udo
│   │   │   │   ├── elaborate.do
│   │   │   │   ├── file_info.txt
│   │   │   │   ├── glbl.v
│   │   │   │   ├── libps7.dll
│   │   │   │   ├── libps7.so
│   │   │   │   ├── libremoteport.dll
│   │   │   │   ├── libremoteport.so
│   │   │   │   ├── ps7_init_gpl.h
│   │   │   │   ├── ps7_init.h
│   │   │   │   ├── ps7_init.html
│   │   │   │   ├── ps7_init.tcl
│   │   │   │   ├── README.txt
│   │   │   │   ├── simulate.do
│   │   │   │   └── wave.do
│   │   │   ├── README.txt
│   │   │   ├── riviera
│   │   │   │   ├── compile.do
│   │   │   │   ├── design_1.sh
│   │   │   │   ├── design_1.udo
│   │   │   │   ├── file_info.txt
│   │   │   │   ├── glbl.v
│   │   │   │   ├── libps7.dll
│   │   │   │   ├── libps7.so
│   │   │   │   ├── libremoteport.dll
│   │   │   │   ├── libremoteport.so
│   │   │   │   ├── ps7_init_gpl.h
│   │   │   │   ├── ps7_init.h
│   │   │   │   ├── ps7_init.html
│   │   │   │   ├── ps7_init.tcl
│   │   │   │   ├── README.txt
│   │   │   │   ├── simulate.do
│   │   │   │   └── wave.do
│   │   │   ├── vcs
│   │   │   │   ├── design_1.sh
│   │   │   │   ├── file_info.txt
│   │   │   │   ├── glbl.v
│   │   │   │   ├── libps7.dll
│   │   │   │   ├── libps7.so
│   │   │   │   ├── libremoteport.dll
│   │   │   │   ├── libremoteport.so
│   │   │   │   ├── ps7_init_gpl.h
│   │   │   │   ├── ps7_init.h
│   │   │   │   ├── ps7_init.html
│   │   │   │   ├── ps7_init.tcl
│   │   │   │   ├── README.txt
│   │   │   │   └── simulate.do
│   │   │   └── xsim
│   │   │   ├── cmd.tcl
│   │   │   ├── design_1.sh
│   │   │   ├── elab.opt
│   │   │   ├── file_info.txt
│   │   │   ├── glbl.v
│   │   │   ├── libps7.dll
│   │   │   ├── libps7.so
│   │   │   ├── libremoteport.dll
│   │   │   ├── libremoteport.so
│   │   │   ├── ps7_init_gpl.h
│   │   │   ├── ps7_init.h
│   │   │   ├── ps7_init.html
│   │   │   ├── ps7_init.tcl
│   │   │   ├── README.txt
│   │   │   ├── vhdl.prj
│   │   │   ├── vlog.prj
│   │   │   └── xsim.ini
│   │   ├── project_2.runs
│   │   │   ├── design_1_auto_pc_0_synth_1
│   │   │   ├── design_1_ila_0_0_synth_1
│   │   │   │   ├── design_1_ila_0_0.dcp
│   │   │   │   ├── design_1_ila_0_0.tcl
│   │   │   │   ├── design_1_ila_0_0_utilization_synth.pb
│   │   │   │   ├── design_1_ila_0_0_utilization_synth.rpt
│   │   │   │   ├── design_1_ila_0_0.vds
│   │   │   │   ├── dont_touch.xdc
│   │   │   │   ├── gen_run.xml
│   │   │   │   ├── htr.txt
│   │   │   │   ├── ISEWrap.js
│   │   │   │   ├── ISEWrap.sh
│   │   │   │   ├── rundef.js
│   │   │   │   ├── runme.bat
│   │   │   │   ├── runme.log
│   │   │   │   ├── runme.sh
│   │   │   │   ├── vivado.jou
│   │   │   │   └── vivado.pb
│   │   │   ├── design_1_irq_gen_0_0_synth_1
│   │   │   │   ├── design_1_irq_gen_0_0.dcp
│   │   │   │   ├── design_1_irq_gen_0_0.tcl
│   │   │   │   ├── design_1_irq_gen_0_0_utilization_synth.pb
│   │   │   │   ├── design_1_irq_gen_0_0_utilization_synth.rpt
│   │   │   │   ├── design_1_irq_gen_0_0.vds
│   │   │   │   ├── gen_run.xml
│   │   │   │   ├── htr.txt
│   │   │   │   ├── ISEWrap.js
│   │   │   │   ├── ISEWrap.sh
│   │   │   │   ├── rundef.js
│   │   │   │   ├── runme.bat
│   │   │   │   ├── runme.log
│   │   │   │   ├── runme.sh
│   │   │   │   ├── vivado.jou
│   │   │   │   └── vivado.pb
│   │   │   ├── design_1_processing_system7_0_0_synth_1
│   │   │   │   ├── design_1_processing_system7_0_0.dcp
│   │   │   │   ├── design_1_processing_system7_0_0.tcl
│   │   │   │   ├── design_1_processing_system7_0_0_utilization_synth.pb
│   │   │   │   ├── design_1_processing_system7_0_0_utilization_synth.rpt
│   │   │   │   ├── design_1_processing_system7_0_0.vds
│   │   │   │   ├── dont_touch.xdc
│   │   │   │   ├── gen_run.xml
│   │   │   │   ├── htr.txt
│   │   │   │   ├── ISEWrap.js
│   │   │   │   ├── ISEWrap.sh
│   │   │   │   ├── rundef.js
│   │   │   │   ├── runme.bat
│   │   │   │   ├── runme.log
│   │   │   │   ├── runme.sh
│   │   │   │   ├── vivado.jou
│   │   │   │   └── vivado.pb
│   │   │   ├── design_1_rst_processing_system7_0_100M_0_synth_1
│   │   │   │   ├── design_1_rst_processing_system7_0_100M_0.dcp
│   │   │   │   ├── design_1_rst_processing_system7_0_100M_0.tcl
│   │   │   │   ├── design_1_rst_processing_system7_0_100M_0_utilization_synth.pb
│   │   │   │   ├── design_1_rst_processing_system7_0_100M_0_utilization_synth.rpt
│   │   │   │   ├── design_1_rst_processing_system7_0_100M_0.vds
│   │   │   │   ├── dont_touch.xdc
│   │   │   │   ├── gen_run.xml
│   │   │   │   ├── htr.txt
│   │   │   │   ├── ISEWrap.js
│   │   │   │   ├── ISEWrap.sh
│   │   │   │   ├── rundef.js
│   │   │   │   ├── runme.bat
│   │   │   │   ├── runme.log
│   │   │   │   ├── runme.sh
│   │   │   │   ├── vivado.jou
│   │   │   │   └── vivado.pb
│   │   │   ├── design_1_vio_0_0_synth_1
│   │   │   │   ├── design_1_vio_0_0.dcp
│   │   │   │   ├── design_1_vio_0_0.tcl
│   │   │   │   ├── design_1_vio_0_0_utilization_synth.pb
│   │   │   │   ├── design_1_vio_0_0_utilization_synth.rpt
│   │   │   │   ├── design_1_vio_0_0.vds
│   │   │   │   ├── gen_run.xml
│   │   │   │   ├── htr.txt
│   │   │   │   ├── ISEWrap.js
│   │   │   │   ├── ISEWrap.sh
│   │   │   │   ├── rundef.js
│   │   │   │   ├── runme.bat
│   │   │   │   ├── runme.log
│   │   │   │   ├── runme.sh
│   │   │   │   ├── vivado.jou
│   │   │   │   └── vivado.pb
│   │   │   ├── impl_1
│   │   │   │   ├── debug_nets.ltx
│   │   │   │   ├── design_1_wrapper.bit
│   │   │   │   ├── design_1_wrapper_clock_utilization_routed.rpt
│   │   │   │   ├── design_1_wrapper_control_sets_placed.rpt
│   │   │   │   ├── design_1_wrapper_drc_opted.pb
│   │   │   │   ├── design_1_wrapper_drc_opted.rpt
│   │   │   │   ├── design_1_wrapper_drc_opted.rpx
│   │   │   │   ├── design_1_wrapper_drc_routed.pb
│   │   │   │   ├── design_1_wrapper_drc_routed.rpt
│   │   │   │   ├── design_1_wrapper_drc_routed.rpx
│   │   │   │   ├── design_1_wrapper.hwdef
│   │   │   │   ├── design_1_wrapper_io_placed.rpt
│   │   │   │   ├── design_1_wrapper.ltx
│   │   │   │   ├── design_1_wrapper_methodology_drc_routed.pb
│   │   │   │   ├── design_1_wrapper_methodology_drc_routed.rpt
│   │   │   │   ├── design_1_wrapper_methodology_drc_routed.rpx
│   │   │   │   ├── design_1_wrapper_opt.dcp
│   │   │   │   ├── design_1_wrapper_placed.dcp
│   │   │   │   ├── design_1_wrapper_power_routed.rpt
│   │   │   │   ├── design_1_wrapper_power_routed.rpx
│   │   │   │   ├── design_1_wrapper_power_summary_routed.pb
│   │   │   │   ├── design_1_wrapper_routed.dcp
│   │   │   │   ├── design_1_wrapper_route_status.pb
│   │   │   │   ├── design_1_wrapper_route_status.rpt
│   │   │   │   ├── design_1_wrapper.sysdef
│   │   │   │   ├── design_1_wrapper.tcl
│   │   │   │   ├── design_1_wrapper_timing_summary_routed.rpt
│   │   │   │   ├── design_1_wrapper_timing_summary_routed.rpx
│   │   │   │   ├── design_1_wrapper_utilization_placed.pb
│   │   │   │   ├── design_1_wrapper_utilization_placed.rpt
│   │   │   │   ├── design_1_wrapper.vdi
│   │   │   │   ├── gen_run.xml
│   │   │   │   ├── htr.txt
│   │   │   │   ├── init_design.pb
│   │   │   │   ├── ISEWrap.js
│   │   │   │   ├── ISEWrap.sh
│   │   │   │   ├── opt_design.pb
│   │   │   │   ├── place_design.pb
│   │   │   │   ├── project.wdf
│   │   │   │   ├── route_design.pb
│   │   │   │   ├── rundef.js
│   │   │   │   ├── runme.bat
│   │   │   │   ├── runme.log
│   │   │   │   ├── runme.sh
│   │   │   │   ├── usage_statistics_webtalk.html
│   │   │   │   ├── usage_statistics_webtalk.xml
│   │   │   │   ├── vivado.jou
│   │   │   │   ├── vivado.pb
│   │   │   │   └── write_bitstream.pb
│   │   │   └── synth_1
│   │   │   ├── design_1_wrapper.dcp
│   │   │   ├── design_1_wrapper.tcl
│   │   │   ├── design_1_wrapper_utilization_synth.pb
│   │   │   ├── design_1_wrapper_utilization_synth.rpt
│   │   │   ├── design_1_wrapper.vds
│   │   │   ├── dont_touch.xdc
│   │   │   ├── gen_run.xml
│   │   │   ├── htr.txt
│   │   │   ├── ISEWrap.js
│   │   │   ├── ISEWrap.sh
│   │   │   ├── rundef.js
│   │   │   ├── runme.bat
│   │   │   ├── runme.log
│   │   │   ├── runme.sh
│   │   │   ├── vivado.jou
│   │   │   └── vivado.pb
│   │   ├── project_2.sdk
│   │   │   ├── app_cpu1
│   │   │   │   ├── Debug
│   │   │   │   │   ├── app_cpu1.elf
│   │   │   │   │   ├── app_cpu1.elf.size
│   │   │   │   │   ├── makefile
│   │   │   │   │   ├── objects.mk
│   │   │   │   │   ├── sources.mk
│   │   │   │   │   ├── src
│   │   │   │   │   │   ├── app_cpu1.d
│   │   │   │   │   │   ├── app_cpu1.o
│   │   │   │   │   │   ├── my_utils.d
│   │   │   │   │   │   ├── my_utils.o
│   │   │   │   │   │   ├── scu_sleep.d
│   │   │   │   │   │   ├── scu_sleep.o
│   │   │   │   │   │   └── subdir.mk
│   │   │   │   │   └── Xilinx.spec
│   │   │   │   └── src
│   │   │   │   ├── app_cpu1.c
│   │   │   │   ├── app_cpu1.h
│   │   │   │   ├── lscript.ld
│   │   │   │   ├── my_utils.c
│   │   │   │   ├── my_utils.h
│   │   │   │   ├── README.txt
│   │   │   │   ├── scu_sleep.c
│   │   │   │   ├── scu_sleep.h
│   │   │   │   └── Xilinx.spec
│   │   │   ├── app_cpu1_bsp
│   │   │   │   ├── Makefile
│   │   │   │   ├── ps7_cortexa9_1
│   │   │   │   │   ├── code
│   │   │   │   │   ├── include
│   │   │   │   │   │   ├── bspconfig.h
│   │   │   │   │   │   ├── mblaze_nt_types.h
│   │   │   │   │   │   ├── profile.h
│   │   │   │   │   │   ├── _profile_timer_hw.h
│   │   │   │   │   │   ├── sleep.h
│   │   │   │   │   │   ├── smc.h
│   │   │   │   │   │   ├── vectors.h
│   │   │   │   │   │   ├── xadcps.h
│   │   │   │   │   │   ├── xadcps_hw.h
│   │   │   │   │   │   ├── xbasic_types.h
│   │   │   │   │   │   ├── xcoresightpsdcc.h
│   │   │   │   │   │   ├── xcpu_cortexa9.h
│   │   │   │   │   │   ├── xddrps.h
│   │   │   │   │   │   ├── xdebug.h
│   │   │   │   │   │   ├── xdevcfg.h
│   │   │   │   │   │   ├── xdevcfg_hw.h
│   │   │   │   │   │   ├── xdmaps.h
│   │   │   │   │   │   ├── xdmaps_hw.h
│   │   │   │   │   │   ├── xemacps_bd.h
│   │   │   │   │   │   ├── xemacps_bdring.h
│   │   │   │   │   │   ├── xemacps.h
│   │   │   │   │   │   ├── xemacps_hw.h
│   │   │   │   │   │   ├── xenv.h
│   │   │   │   │   │   ├── xenv_standalone.h
│   │   │   │   │   │   ├── xgpiops.h
│   │   │   │   │   │   ├── xgpiops_hw.h
│   │   │   │   │   │   ├── xil_assert.h
│   │   │   │   │   │   ├── xil_cache.h
│   │   │   │   │   │   ├── xil_cache_l.h
│   │   │   │   │   │   ├── xil_cache_vxworks.h
│   │   │   │   │   │   ├── xil_errata.h
│   │   │   │   │   │   ├── xil_exception.h
│   │   │   │   │   │   ├── xil_hal.h
│   │   │   │   │   │   ├── xil_io.h
│   │   │   │   │   │   ├── xil_macroback.h
│   │   │   │   │   │   ├── xil_mem.h
│   │   │   │   │   │   ├── xil_misc_psreset_api.h
│   │   │   │   │   │   ├── xil_mmu.h
│   │   │   │   │   │   ├── xil_printf.h
│   │   │   │   │   │   ├── xil_testcache.h
│   │   │   │   │   │   ├── xil_testio.h
│   │   │   │   │   │   ├── xil_testmem.h
│   │   │   │   │   │   ├── xil_types.h
│   │   │   │   │   │   ├── xl2cc_counter.h
│   │   │   │   │   │   ├── xl2cc.h
│   │   │   │   │   │   ├── xparameters.h
│   │   │   │   │   │   ├── xparameters_ps.h
│   │   │   │   │   │   ├── xplatform_info.h
│   │   │   │   │   │   ├── xpm_counter.h
│   │   │   │   │   │   ├── xpseudo_asm_gcc.h
│   │   │   │   │   │   ├── xpseudo_asm.h
│   │   │   │   │   │   ├── xqspips.h
│   │   │   │   │   │   ├── xqspips_hw.h
│   │   │   │   │   │   ├── xreg_cortexa9.h
│   │   │   │   │   │   ├── xscugic.h
│   │   │   │   │   │   ├── xscugic_hw.h
│   │   │   │   │   │   ├── xscutimer.h
│   │   │   │   │   │   ├── xscutimer_hw.h
│   │   │   │   │   │   ├── xscuwdt.h
│   │   │   │   │   │   ├── xscuwdt_hw.h
│   │   │   │   │   │   ├── xsdps.h
│   │   │   │   │   │   ├── xsdps_hw.h
│   │   │   │   │   │   ├── xstatus.h
│   │   │   │   │   │   ├── xtime_l.h
│   │   │   │   │   │   ├── xttcps.h
│   │   │   │   │   │   ├── xttcps_hw.h
│   │   │   │   │   │   ├── xuartps.h
│   │   │   │   │   │   ├── xuartps_hw.h
│   │   │   │   │   │   ├── xusbps_endpoint.h
│   │   │   │   │   │   ├── xusbps.h
│   │   │   │   │   │   └── xusbps_hw.h
│   │   │   │   │   ├── lib
│   │   │   │   │   │   └── libxil.a
│   │   │   │   │   └── libsrc
│   │   │   │   │   ├── coresightps_dcc_v1_4
│   │   │   │   │   │   └── src
│   │   │   │   │   │   ├── Makefile
│   │   │   │   │   │   ├── xcoresightpsdcc.c
│   │   │   │   │   │   └── xcoresightpsdcc.h
│   │   │   │   │   ├── cpu_cortexa9_v2_5
│   │   │   │   │   │   └── src
│   │   │   │   │   │   ├── Makefile
│   │   │   │   │   │   └── xcpu_cortexa9.h
│   │   │   │   │   ├── ddrps_v1_0
│   │   │   │   │   │   └── src
│   │   │   │   │   │   ├── Makefile
│   │   │   │   │   │   └── xddrps.h
│   │   │   │   │   ├── devcfg_v3_5
│   │   │   │   │   │   └── src
│   │   │   │   │   │   ├── Makefile
│   │   │   │   │   │   ├── xdevcfg.c
│   │   │   │   │   │   ├── xdevcfg_g.c
│   │   │   │   │   │   ├── xdevcfg.h
│   │   │   │   │   │   ├── xdevcfg_hw.c
│   │   │   │   │   │   ├── xdevcfg_hw.h
│   │   │   │   │   │   ├── xdevcfg_intr.c
│   │   │   │   │   │   ├── xdevcfg_selftest.c
│   │   │   │   │   │   └── xdevcfg_sinit.c
│   │   │   │   │   ├── dmaps_v2_3
│   │   │   │   │   │   └── src
│   │   │   │   │   │   ├── Makefile
│   │   │   │   │   │   ├── xdmaps.c
│   │   │   │   │   │   ├── xdmaps_g.c
│   │   │   │   │   │   ├── xdmaps.h
│   │   │   │   │   │   ├── xdmaps_hw.c
│   │   │   │   │   │   ├── xdmaps_hw.h
│   │   │   │   │   │   ├── xdmaps_selftest.c
│   │   │   │   │   │   └── xdmaps_sinit.c
│   │   │   │   │   ├── emacps_v3_6
│   │   │   │   │   │   └── src
│   │   │   │   │   │   ├── Makefile
│   │   │   │   │   │   ├── xemacps_bd.h
│   │   │   │   │   │   ├── xemacps_bdring.c
│   │   │   │   │   │   ├── xemacps_bdring.h
│   │   │   │   │   │   ├── xemacps.c
│   │   │   │   │   │   ├── xemacps_control.c
│   │   │   │   │   │   ├── xemacps_g.c
│   │   │   │   │   │   ├── xemacps.h
│   │   │   │   │   │   ├── xemacps_hw.c
│   │   │   │   │   │   ├── xemacps_hw.h
│   │   │   │   │   │   ├── xemacps_intr.c
│   │   │   │   │   │   └── xemacps_sinit.c
│   │   │   │   │   ├── generic_v2_0
│   │   │   │   │   │   └── src
│   │   │   │   │   ├── gpiops_v3_3
│   │   │   │   │   │   └── src
│   │   │   │   │   │   ├── Makefile
│   │   │   │   │   │   ├── xgpiops.c
│   │   │   │   │   │   ├── xgpiops_g.c
│   │   │   │   │   │   ├── xgpiops.h
│   │   │   │   │   │   ├── xgpiops_hw.c
│   │   │   │   │   │   ├── xgpiops_hw.h
│   │   │   │   │   │   ├── xgpiops_intr.c
│   │   │   │   │   │   ├── xgpiops_selftest.c
│   │   │   │   │   │   └── xgpiops_sinit.c
│   │   │   │   │   ├── qspips_v3_4
│   │   │   │   │   │   └── src
│   │   │   │   │   │   ├── Makefile
│   │   │   │   │   │   ├── xqspips.c
│   │   │   │   │   │   ├── xqspips_g.c
│   │   │   │   │   │   ├── xqspips.h
│   │   │   │   │   │   ├── xqspips_hw.c
│   │   │   │   │   │   ├── xqspips_hw.h
│   │   │   │   │   │   ├── xqspips_options.c
│   │   │   │   │   │   ├── xqspips_selftest.c
│   │   │   │   │   │   └── xqspips_sinit.c
│   │   │   │   │   ├── scugic_v3_8
│   │   │   │   │   │   └── src
│   │   │   │   │   │   ├── Makefile
│   │   │   │   │   │   ├── xscugic.c
│   │   │   │   │   │   ├── xscugic_g.c
│   │   │   │   │   │   ├── xscugic.h
│   │   │   │   │   │   ├── xscugic_hw.c
│   │   │   │   │   │   ├── xscugic_hw.h
│   │   │   │   │   │   ├── xscugic_intr.c
│   │   │   │   │   │   ├── xscugic_selftest.c
│   │   │   │   │   │   └── xscugic_sinit.c
│   │   │   │   │   ├── scutimer_v2_1
│   │   │   │   │   │   └── src
│   │   │   │   │   │   ├── Makefile
│   │   │   │   │   │   ├── xscutimer.c
│   │   │   │   │   │   ├── xscutimer_g.c
│   │   │   │   │   │   ├── xscutimer.h
│   │   │   │   │   │   ├── xscutimer_hw.h
│   │   │   │   │   │   ├── xscutimer_selftest.c
│   │   │   │   │   │   └── xscutimer_sinit.c
│   │   │   │   │   ├── scuwdt_v2_1
│   │   │   │   │   │   └── src
│   │   │   │   │   │   ├── Makefile
│   │   │   │   │   │   ├── xscuwdt.c
│   │   │   │   │   │   ├── xscuwdt_g.c
│   │   │   │   │   │   ├── xscuwdt.h
│   │   │   │   │   │   ├── xscuwdt_hw.h
│   │   │   │   │   │   ├── xscuwdt_selftest.c
│   │   │   │   │   │   └── xscuwdt_sinit.c
│   │   │   │   │   ├── sdps_v3_3
│   │   │   │   │   │   └── src
│   │   │   │   │   │   ├── Makefile
│   │   │   │   │   │   ├── xsdps.c
│   │   │   │   │   │   ├── xsdps_g.c
│   │   │   │   │   │   ├── xsdps.h
│   │   │   │   │   │   ├── xsdps_hw.h
│   │   │   │   │   │   ├── xsdps_options.c
│   │   │   │   │   │   └── xsdps_sinit.c
│   │   │   │   │   ├── standalone_v6_5
│   │   │   │   │   │   └── src
│   │   │   │   │   │   ├── abort.c
│   │   │   │   │   │   ├── abort.o
│   │   │   │   │   │   ├── asm_vectors.o
│   │   │   │   │   │   ├── asm_vectors.S
│   │   │   │   │   │   ├── boot.o
│   │   │   │   │   │   ├── boot.S
│   │   │   │   │   │   ├── bspconfig.h
│   │   │   │   │   │   ├── changelog.txt
│   │   │   │   │   │   ├── close.c
│   │   │   │   │   │   ├── close.o
│   │   │   │   │   │   ├── config.make
│   │   │   │   │   │   ├── cpu_init.o
│   │   │   │   │   │   ├── cpu_init.S
│   │   │   │   │   │   ├── errno.c
│   │   │   │   │   │   ├── errno.o
│   │   │   │   │   │   ├── _exit.c
│   │   │   │   │   │   ├── _exit.o
│   │   │   │   │   │   ├── fcntl.c
│   │   │   │   │   │   ├── fcntl.o
│   │   │   │   │   │   ├── fstat.c
│   │   │   │   │   │   ├── fstat.o
│   │   │   │   │   │   ├── getpid.c
│   │   │   │   │   │   ├── getpid.o
│   │   │   │   │   │   ├── inbyte.c
│   │   │   │   │   │   ├── inbyte.o
│   │   │   │   │   │   ├── isatty.c
│   │   │   │   │   │   ├── isatty.o
│   │   │   │   │   │   ├── kill.c
│   │   │   │   │   │   ├── kill.o
│   │   │   │   │   │   ├── lseek.c
│   │   │   │   │   │   ├── lseek.o
│   │   │   │   │   │   ├── Makefile
│   │   │   │   │   │   ├── _open.c
│   │   │   │   │   │   ├── open.c
│   │   │   │   │   │   ├── _open.o
│   │   │   │   │   │   ├── open.o
│   │   │   │   │   │   ├── outbyte.c
│   │   │   │   │   │   ├── outbyte.o
│   │   │   │   │   │   ├── print.c
│   │   │   │   │   │   ├── print.o
│   │   │   │   │   │   ├── profile
│   │   │   │   │   │   │   ├── dummy.S
│   │   │   │   │   │   │   ├── Makefile
│   │   │   │   │   │   │   ├── mblaze_nt_types.h
│   │   │   │   │   │   │   ├── profile_cg.c
│   │   │   │   │   │   │   ├── _profile_clean.c
│   │   │   │   │   │   │   ├── profile_config.h
│   │   │   │   │   │   │   ├── profile.h
│   │   │   │   │   │   │   ├── profile_hist.c
│   │   │   │   │   │   │   ├── _profile_init.c
│   │   │   │   │   │   │   ├── profile_mcount_arm.S
│   │   │   │   │   │   │   ├── profile_mcount_mb.S
│   │   │   │   │   │   │   ├── profile_mcount_ppc.S
│   │   │   │   │   │   │   ├── _profile_timer_hw.c
│   │   │   │   │   │   │   └── _profile_timer_hw.h
│   │   │   │   │   │   ├── putnum.c
│   │   │   │   │   │   ├── putnum.o
│   │   │   │   │   │   ├── read.c
│   │   │   │   │   │   ├── read.o
│   │   │   │   │   │   ├── _sbrk.c
│   │   │   │   │   │   ├── sbrk.c
│   │   │   │   │   │   ├── _sbrk.o
│   │   │   │   │   │   ├── sbrk.o
│   │   │   │   │   │   ├── sleep.c
│   │   │   │   │   │   ├── sleep.h
│   │   │   │   │   │   ├── sleep.o
│   │   │   │   │   │   ├── smc.h
│   │   │   │   │   │   ├── translation_table.o
│   │   │   │   │   │   ├── translation_table.S
│   │   │   │   │   │   ├── unlink.c
│   │   │   │   │   │   ├── unlink.o
│   │   │   │   │   │   ├── usleep.c
│   │   │   │   │   │   ├── usleep.o
│   │   │   │   │   │   ├── vectors.c
│   │   │   │   │   │   ├── vectors.h
│   │   │   │   │   │   ├── vectors.o
│   │   │   │   │   │   ├── write.c
│   │   │   │   │   │   ├── write.o
│   │   │   │   │   │   ├── xbasic_types.h
│   │   │   │   │   │   ├── xdebug.h
│   │   │   │   │   │   ├── xenv.h
│   │   │   │   │   │   ├── xenv_standalone.h
│   │   │   │   │   │   ├── xil_assert.c
│   │   │   │   │   │   ├── xil_assert.h
│   │   │   │   │   │   ├── xil_assert.o
│   │   │   │   │   │   ├── xil_cache.c
│   │   │   │   │   │   ├── xil_cache.h
│   │   │   │   │   │   ├── xil_cache_l.h
│   │   │   │   │   │   ├── xil_cache.o
│   │   │   │   │   │   ├── xil_cache_vxworks.h
│   │   │   │   │   │   ├── xil-crt0.o
│   │   │   │   │   │   ├── xil-crt0.S
│   │   │   │   │   │   ├── xil_errata.h
│   │   │   │   │   │   ├── xil_exception.c
│   │   │   │   │   │   ├── xil_exception.h
│   │   │   │   │   │   ├── xil_exception.o
│   │   │   │   │   │   ├── xil_hal.h
│   │   │   │   │   │   ├── xil_io.c
│   │   │   │   │   │   ├── xil_io.h
│   │   │   │   │   │   ├── xil_io.o
│   │   │   │   │   │   ├── xil_macroback.h
│   │   │   │   │   │   ├── xil_mem.c
│   │   │   │   │   │   ├── xil_mem.h
│   │   │   │   │   │   ├── xil_mem.o
│   │   │   │   │   │   ├── xil_misc_psreset_api.c
│   │   │   │   │   │   ├── xil_misc_psreset_api.h
│   │   │   │   │   │   ├── xil_misc_psreset_api.o
│   │   │   │   │   │   ├── xil_mmu.c
│   │   │   │   │   │   ├── xil_mmu.h
│   │   │   │   │   │   ├── xil_mmu.o
│   │   │   │   │   │   ├── xil_printf.c
│   │   │   │   │   │   ├── xil_printf.h
│   │   │   │   │   │   ├── xil_printf.o
│   │   │   │   │   │   ├── xil_testcache.c
│   │   │   │   │   │   ├── xil_testcache.h
│   │   │   │   │   │   ├── xil_testcache.o
│   │   │   │   │   │   ├── xil_testio.c
│   │   │   │   │   │   ├── xil_testio.h
│   │   │   │   │   │   ├── xil_testio.o
│   │   │   │   │   │   ├── xil_testmem.c
│   │   │   │   │   │   ├── xil_testmem.h
│   │   │   │   │   │   ├── xil_testmem.o
│   │   │   │   │   │   ├── xil_types.h
│   │   │   │   │   │   ├── xl2cc_counter.c
│   │   │   │   │   │   ├── xl2cc_counter.h
│   │   │   │   │   │   ├── xl2cc_counter.o
│   │   │   │   │   │   ├── xl2cc.h
│   │   │   │   │   │   ├── xparameters_ps.h
│   │   │   │   │   │   ├── xplatform_info.c
│   │   │   │   │   │   ├── xplatform_info.h
│   │   │   │   │   │   ├── xplatform_info.o
│   │   │   │   │   │   ├── xpm_counter.c
│   │   │   │   │   │   ├── xpm_counter.h
│   │   │   │   │   │   ├── xpm_counter.o
│   │   │   │   │   │   ├── xpseudo_asm_gcc.h
│   │   │   │   │   │   ├── xpseudo_asm.h
│   │   │   │   │   │   ├── xreg_cortexa9.h
│   │   │   │   │   │   ├── xstatus.h
│   │   │   │   │   │   ├── xtime_l.c
│   │   │   │   │   │   ├── xtime_l.h
│   │   │   │   │   │   └── xtime_l.o
│   │   │   │   │   ├── ttcps_v3_5
│   │   │   │   │   │   └── src
│   │   │   │   │   │   ├── Makefile
│   │   │   │   │   │   ├── xttcps.c
│   │   │   │   │   │   ├── xttcps_g.c
│   │   │   │   │   │   ├── xttcps.h
│   │   │   │   │   │   ├── xttcps_hw.h
│   │   │   │   │   │   ├── xttcps_options.c
│   │   │   │   │   │   ├── xttcps_selftest.c
│   │   │   │   │   │   └── xttcps_sinit.c
│   │   │   │   │   ├── uartps_v3_5
│   │   │   │   │   │   └── src
│   │   │   │   │   │   ├── Makefile
│   │   │   │   │   │   ├── xuartps.c
│   │   │   │   │   │   ├── xuartps_g.c
│   │   │   │   │   │   ├── xuartps.h
│   │   │   │   │   │   ├── xuartps_hw.c
│   │   │   │   │   │   ├── xuartps_hw.h
│   │   │   │   │   │   ├── xuartps_intr.c
│   │   │   │   │   │   ├── xuartps_options.c
│   │   │   │   │   │   ├── xuartps_selftest.c
│   │   │   │   │   │   └── xuartps_sinit.c
│   │   │   │   │   ├── usbps_v2_4
│   │   │   │   │   │   └── src
│   │   │   │   │   │   ├── Makefile
│   │   │   │   │   │   ├── xusbps.c
│   │   │   │   │   │   ├── xusbps_endpoint.c
│   │   │   │   │   │   ├── xusbps_endpoint.h
│   │   │   │   │   │   ├── xusbps_g.c
│   │   │   │   │   │   ├── xusbps.h
│   │   │   │   │   │   ├── xusbps_hw.c
│   │   │   │   │   │   ├── xusbps_hw.h
│   │   │   │   │   │   ├── xusbps_intr.c
│   │   │   │   │   │   └── xusbps_sinit.c
│   │   │   │   │   └── xadcps_v2_2
│   │   │   │   │   └── src
│   │   │   │   │   ├── Makefile
│   │   │   │   │   ├── xadcps.c
│   │   │   │   │   ├── xadcps_g.c
│   │   │   │   │   ├── xadcps.h
│   │   │   │   │   ├── xadcps_hw.h
│   │   │   │   │   ├── xadcps_intr.c
│   │   │   │   │   ├── xadcps_selftest.c
│   │   │   │   │   └── xadcps_sinit.c
│   │   │   │   └── system.mss
│   │   │   ├── design_1_wrapper.hdf
│   │   │   ├── design_1_wrapper_hw_platform_0
│   │   │   │   ├── ps7_init.c
│   │   │   │   ├── ps7_init_gpl.c
│   │   │   │   ├── ps7_init_gpl.h
│   │   │   │   ├── ps7_init.h
│   │   │   │   ├── ps7_init.html
│   │   │   │   ├── ps7_init.tcl
│   │   │   │   └── system.hdf
│   │   │   ├── design_1_wrapper_hw_platform_1
│   │   │   │   ├── ps7_init.c
│   │   │   │   ├── ps7_init_gpl.c
│   │   │   │   ├── ps7_init_gpl.h
│   │   │   │   ├── ps7_init.h
│   │   │   │   ├── ps7_init.html
│   │   │   │   ├── ps7_init.tcl
│   │   │   │   └── system.hdf
│   │   │   ├── RemoteSystemsTempFiles
│   │   │   ├── SDK.log
│   │   │   ├── softUart
│   │   │   │   ├── Debug
│   │   │   │   │   ├── makefile
│   │   │   │   │   ├── objects.mk
│   │   │   │   │   ├── softUart.elf
│   │   │   │   │   ├── softUart.elf.size
│   │   │   │   │   ├── sources.mk
│   │   │   │   │   └── src
│   │   │   │   │   ├── softuart.d
│   │   │   │   │   ├── softuart.o
│   │   │   │   │   └── subdir.mk
│   │   │   │   └── src
│   │   │   │   ├── README.txt
│   │   │   │   └── softuart.c
│   │   │   └── webtalk
│   │   │   ├── sdk_webtalk.tcl
│   │   │   ├── sdk_webtalk.wdm
│   │   │   ├── usage_statistics_ext_sdk.html
│   │   │   ├── usage_statistics_ext_sdk.xml
│   │   │   ├── webtalk_10284.backup.jou
│   │   │   ├── webtalk_10284.backup.log
│   │   │   ├── webtalk_7596.backup.jou
│   │   │   ├── webtalk_7596.backup.log
│   │   │   ├── webtalk_8464.backup.jou
│   │   │   ├── webtalk_8464.backup.log
│   │   │   ├── webtalk.jou
│   │   │   └── webtalk.log
│   │   ├── project_2.sim
│   │   ├── project_2.srcs
│   │   │   └── sources_1
│   │   │   ├── bd
│   │   │   │   └── design_1
│   │   │   │   ├── design_1.bd
│   │   │   │   ├── design_1.bxml
│   │   │   │   ├── design_1_ooc.xdc
│   │   │   │   ├── hdl
│   │   │   │   │   └── design_1_wrapper.v
│   │   │   │   ├── hw_handoff
│   │   │   │   │   ├── design_1_bd.tcl
│   │   │   │   │   └── design_1.hwh
│   │   │   │   ├── ip
│   │   │   │   │   ├── design_1_auto_pc_0
│   │   │   │   │   │   ├── design_1_auto_pc_0.dcp
│   │   │   │   │   │   ├── design_1_auto_pc_0_ooc.xdc
│   │   │   │   │   │   ├── design_1_auto_pc_0_sim_netlist.v
│   │   │   │   │   │   ├── design_1_auto_pc_0_sim_netlist.vhdl
│   │   │   │   │   │   ├── design_1_auto_pc_0_stub.v
│   │   │   │   │   │   ├── design_1_auto_pc_0_stub.vhdl
│   │   │   │   │   │   ├── design_1_auto_pc_0.xci
│   │   │   │   │   │   ├── design_1_auto_pc_0.xml
│   │   │   │   │   │   ├── sim
│   │   │   │   │   │   │   └── design_1_auto_pc_0.v
│   │   │   │   │   │   └── synth
│   │   │   │   │   │   └── design_1_auto_pc_0.v
│   │   │   │   │   ├── design_1_ila_0_0
│   │   │   │   │   │   ├── design_1_ila_0_0.dcp
│   │   │   │   │   │   ├── design_1_ila_0_0_ooc.xdc
│   │   │   │   │   │   ├── design_1_ila_0_0_sim_netlist.v
│   │   │   │   │   │   ├── design_1_ila_0_0_sim_netlist.vhdl
│   │   │   │   │   │   ├── design_1_ila_0_0_stub.v
│   │   │   │   │   │   ├── design_1_ila_0_0_stub.vhdl
│   │   │   │   │   │   ├── design_1_ila_0_0.xci
│   │   │   │   │   │   ├── design_1_ila_0_0.xml
│   │   │   │   │   │   ├── ila_v6_2
│   │   │   │   │   │   │   └── constraints
│   │   │   │   │   │   │   ├── ila_impl.xdc
│   │   │   │   │   │   │   └── ila.xdc
│   │   │   │   │   │   ├── sim
│   │   │   │   │   │   │   └── design_1_ila_0_0.v
│   │   │   │   │   │   └── synth
│   │   │   │   │   │   └── design_1_ila_0_0.v
│   │   │   │   │   ├── design_1_irq_gen_0_0
│   │   │   │   │   │   ├── design_1_irq_gen_0_0.dcp
│   │   │   │   │   │   ├── design_1_irq_gen_0_0_sim_netlist.v
│   │   │   │   │   │   ├── design_1_irq_gen_0_0_sim_netlist.vhdl
│   │   │   │   │   │   ├── design_1_irq_gen_0_0_stub.v
│   │   │   │   │   │   ├── design_1_irq_gen_0_0_stub.vhdl
│   │   │   │   │   │   ├── design_1_irq_gen_0_0.xci
│   │   │   │   │   │   ├── design_1_irq_gen_0_0.xml
│   │   │   │   │   │   ├── sim
│   │   │   │   │   │   │   └── design_1_irq_gen_0_0.vhd
│   │   │   │   │   │   └── synth
│   │   │   │   │   │   └── design_1_irq_gen_0_0.vhd
│   │   │   │   │   ├── design_1_processing_system7_0_0
│   │   │   │   │   │   ├── design_1_processing_system7_0_0.dcp
│   │   │   │   │   │   ├── design_1_processing_system7_0_0_sim_netlist.v
│   │   │   │   │   │   ├── design_1_processing_system7_0_0_sim_netlist.vhdl
│   │   │   │   │   │   ├── design_1_processing_system7_0_0_stub.v
│   │   │   │   │   │   ├── design_1_processing_system7_0_0_stub.vhdl
│   │   │   │   │   │   ├── design_1_processing_system7_0_0.xci
│   │   │   │   │   │   ├── design_1_processing_system7_0_0.xdc
│   │   │   │   │   │   ├── design_1_processing_system7_0_0.xml
│   │   │   │   │   │   ├── hdl
│   │   │   │   │   │   │   └── verilog
│   │   │   │   │   │   │   ├── design_1_processing_system7_0_0.hwdef
│   │   │   │   │   │   │   └── processing_system7_v5_5_processing_system7.v
│   │   │   │   │   │   ├── ps7_init.c
│   │   │   │   │   │   ├── ps7_init_gpl.c
│   │   │   │   │   │   ├── ps7_init_gpl.h
│   │   │   │   │   │   ├── ps7_init.h
│   │   │   │   │   │   ├── ps7_init.html
│   │   │   │   │   │   ├── ps7_init.tcl
│   │   │   │   │   │   ├── ps7_parameters.xml
│   │   │   │   │   │   ├── sim
│   │   │   │   │   │   │   ├── design_1_processing_system7_0_0.sv
│   │   │   │   │   │   │   ├── design_1_processing_system7_0_0.v
│   │   │   │   │   │   │   ├── libps7.dll
│   │   │   │   │   │   │   ├── libps7.so
│   │   │   │   │   │   │   ├── libremoteport.dll
│   │   │   │   │   │   │   └── libremoteport.so
│   │   │   │   │   │   └── synth
│   │   │   │   │   │   └── design_1_processing_system7_0_0.v
│   │   │   │   │   ├── design_1_processing_system7_0_axi_periph_0
│   │   │   │   │   │   ├── design_1_processing_system7_0_axi_periph_0.xci
│   │   │   │   │   │   └── design_1_processing_system7_0_axi_periph_0.xml
│   │   │   │   │   ├── design_1_rst_processing_system7_0_100M_0
│   │   │   │   │   │   ├── design_1_rst_processing_system7_0_100M_0_board.xdc
│   │   │   │   │   │   ├── design_1_rst_processing_system7_0_100M_0.dcp
│   │   │   │   │   │   ├── design_1_rst_processing_system7_0_100M_0_ooc.xdc
│   │   │   │   │   │   ├── design_1_rst_processing_system7_0_100M_0_sim_netlist.v
│   │   │   │   │   │   ├── design_1_rst_processing_system7_0_100M_0_sim_netlist.vhdl
│   │   │   │   │   │   ├── design_1_rst_processing_system7_0_100M_0_stub.v
│   │   │   │   │   │   ├── design_1_rst_processing_system7_0_100M_0_stub.vhdl
│   │   │   │   │   │   ├── design_1_rst_processing_system7_0_100M_0.xci
│   │   │   │   │   │   ├── design_1_rst_processing_system7_0_100M_0.xdc
│   │   │   │   │   │   ├── design_1_rst_processing_system7_0_100M_0.xml
│   │   │   │   │   │   ├── sim
│   │   │   │   │   │   │   └── design_1_rst_processing_system7_0_100M_0.vhd
│   │   │   │   │   │   └── synth
│   │   │   │   │   │   └── design_1_rst_processing_system7_0_100M_0.vhd
│   │   │   │   │   └── design_1_vio_0_0
│   │   │   │   │   ├── design_1_vio_0_0.dcp
│   │   │   │   │   ├── design_1_vio_0_0_ooc.xdc
│   │   │   │   │   ├── design_1_vio_0_0_sim_netlist.v
│   │   │   │   │   ├── design_1_vio_0_0_sim_netlist.vhdl
│   │   │   │   │   ├── design_1_vio_0_0_stub.v
│   │   │   │   │   ├── design_1_vio_0_0_stub.vhdl
│   │   │   │   │   ├── design_1_vio_0_0.xci
│   │   │   │   │   ├── design_1_vio_0_0.xdc
│   │   │   │   │   ├── design_1_vio_0_0.xml
│   │   │   │   │   ├── sim
│   │   │   │   │   │   └── design_1_vio_0_0.v
│   │   │   │   │   └── synth
│   │   │   │   │   └── design_1_vio_0_0.v
│   │   │   │   ├── ipshared
│   │   │   │   │   ├── 02c8
│   │   │   │   │   │   └── hdl
│   │   │   │   │   │   ├── sc_util_v1_0_vl_rfs.sv
│   │   │   │   │   │   └── verilog
│   │   │   │   │   │   ├── sc_util_v1_0_2_constants.vh
│   │   │   │   │   │   └── sc_util_v1_0_2_structs.svh
│   │   │   │   │   ├── 1313
│   │   │   │   │   │   └── hdl
│   │   │   │   │   │   ├── processing_system7_vip_v1_0_3_apis.v
│   │   │   │   │   │   ├── processing_system7_vip_v1_0_3_axi_acp.v
│   │   │   │   │   │   ├── processing_system7_vip_v1_0_3_axi_gp.v
│   │   │   │   │   │   ├── processing_system7_vip_v1_0_3_axi_hp.v
│   │   │   │   │   │   ├── processing_system7_vip_v1_0_3_local_params.v
│   │   │   │   │   │   ├── processing_system7_vip_v1_0_3_reg_init.v
│   │   │   │   │   │   ├── processing_system7_vip_v1_0_3_reg_params.v
│   │   │   │   │   │   ├── processing_system7_vip_v1_0_3_unused_ports.v
│   │   │   │   │   │   └── processing_system7_vip_v1_0_vl_rfs.sv
│   │   │   │   │   ├── 2751
│   │   │   │   │   │   └── hdl
│   │   │   │   │   │   └── blk_mem_gen_v8_3_vhsyn_rfs.vhd
│   │   │   │   │   ├── 32fb
│   │   │   │   │   │   └── hdl
│   │   │   │   │   │   └── vhdl
│   │   │   │   │   │   ├── address_decoder.vhd
│   │   │   │   │   │   ├── axi_lite_ipif.vhd
│   │   │   │   │   │   ├── family_support.vhd
│   │   │   │   │   │   ├── ipif_pkg.vhd
│   │   │   │   │   │   ├── irq_gen.vhd
│   │   │   │   │   │   ├── proc_common_pkg.vhd
│   │   │   │   │   │   ├── pselect_f.vhd
│   │   │   │   │   │   ├── slave_attachment.vhd
│   │   │   │   │   │   └── user_logic.vhd
│   │   │   │   │   ├── 3b24
│   │   │   │   │   │   └── hdl
│   │   │   │   │   │   └── axi_protocol_checker_v2_0_vl_rfs.sv
│   │   │   │   │   ├── 3ed1
│   │   │   │   │   │   └── hdl
│   │   │   │   │   │   └── axi_register_slice_v2_1_vl_rfs.v
│   │   │   │   │   ├── 4962
│   │   │   │   │   │   └── hdl
│   │   │   │   │   │   ├── verilog
│   │   │   │   │   │   │   ├── xsdbm_v2_0_0_bs_core.vh
│   │   │   │   │   │   │   ├── xsdbm_v2_0_0_bs_ports.vh
│   │   │   │   │   │   │   ├── xsdbm_v2_0_0_bs.vh
│   │   │   │   │   │   │   ├── xsdbm_v2_0_0_i2x.vh
│   │   │   │   │   │   │   ├── xsdbm_v2_0_0_icn.vh
│   │   │   │   │   │   │   └── xsdbm_v2_0_0_in.vh
│   │   │   │   │   │   └── xsdbm_v2_0_vl_rfs.v
│   │   │   │   │   ├── 5c35
│   │   │   │   │   │   ├── hdl
│   │   │   │   │   │   │   ├── fifo_generator_v13_2_rfs.v
│   │   │   │   │   │   │   ├── fifo_generator_v13_2_rfs.vhd
│   │   │   │   │   │   │   └── fifo_generator_v13_2_vhsyn_rfs.vhd
│   │   │   │   │   │   └── simulation
│   │   │   │   │   │   └── fifo_generator_vlog_beh.v
│   │   │   │   │   ├── 6180
│   │   │   │   │   │   └── hdl
│   │   │   │   │   │   ├── ltlib_v1_0_vl_rfs.v
│   │   │   │   │   │   └── verilog
│   │   │   │   │   │   ├── ltlib_v1_0_0_lib_fn.vh
│   │   │   │   │   │   └── ltlib_v1_0_0_ver.vh
│   │   │   │   │   ├── 67d8
│   │   │   │   │   │   └── hdl
│   │   │   │   │   │   └── blk_mem_gen_v8_4_vhsyn_rfs.vhd
│   │   │   │   │   ├── 6851
│   │   │   │   │   │   └── hdl
│   │   │   │   │   │   ├── verilog
│   │   │   │   │   │   │   ├── xsdbm_v3_0_0_bs_core_ext.vh
│   │   │   │   │   │   │   ├── xsdbm_v3_0_0_bs_core_vec.vh
│   │   │   │   │   │   │   ├── xsdbm_v3_0_0_bs_core.vh
│   │   │   │   │   │   │   ├── xsdbm_v3_0_0_bs_ext.vh
│   │   │   │   │   │   │   ├── xsdbm_v3_0_0_bsid_ports.vh
│   │   │   │   │   │   │   ├── xsdbm_v3_0_0_bsid_vec_ports.vh
│   │   │   │   │   │   │   ├── xsdbm_v3_0_0_bs_ports.vh
│   │   │   │   │   │   │   ├── xsdbm_v3_0_0_bs_vec.vh
│   │   │   │   │   │   │   ├── xsdbm_v3_0_0_bs.vh
│   │   │   │   │   │   │   ├── xsdbm_v3_0_0_i2x.vh
│   │   │   │   │   │   │   ├── xsdbm_v3_0_0_icn.vh
│   │   │   │   │   │   │   ├── xsdbm_v3_0_0_id_map.vh
│   │   │   │   │   │   │   ├── xsdbm_v3_0_0_id_vec_map.vh
│   │   │   │   │   │   │   ├── xsdbm_v3_0_0_in.vh
│   │   │   │   │   │   │   └── xsdbm_v3_0_0_sl_prt_map.vh
│   │   │   │   │   │   └── xsdbm_v3_0_vl_rfs.v
│   │   │   │   │   ├── 82bb
│   │   │   │   │   │   └── hdl
│   │   │   │   │   │   ├── ila_v6_2_syn_rfs.v
│   │   │   │   │   │   └── verilog
│   │   │   │   │   │   ├── ila_v6_2_5_ila_in.vh
│   │   │   │   │   │   ├── ila_v6_2_5_ila_lib_fn.vh
│   │   │   │   │   │   ├── ila_v6_2_5_ila_lparam.vh
│   │   │   │   │   │   ├── ila_v6_2_5_ila_param.vh
│   │   │   │   │   │   └── ila_v6_2_5_ila_ver.vh
│   │   │   │   │   ├── 8fd3
│   │   │   │   │   │   └── hdl
│   │   │   │   │   │   └── verilog
│   │   │   │   │   │   ├── processing_system7_v5_5_atc.v
│   │   │   │   │   │   ├── processing_system7_v5_5_aw_atc.v
│   │   │   │   │   │   ├── processing_system7_v5_5_b_atc.v
│   │   │   │   │   │   ├── processing_system7_v5_5_trace_buffer.v
│   │   │   │   │   │   └── processing_system7_v5_5_w_atc.v
│   │   │   │   │   ├── 9909
│   │   │   │   │   │   └── hdl
│   │   │   │   │   │   └── axi_data_fifo_v2_1_vl_rfs.v
│   │   │   │   │   ├── a08d
│   │   │   │   │   │   └── hdl
│   │   │   │   │   │   ├── verilog
│   │   │   │   │   │   │   ├── xsdbs_v1_0_2_i2x.vh
│   │   │   │   │   │   │   └── xsdbs_v1_0_2_in.vh
│   │   │   │   │   │   └── xsdbs_v1_0_vl_rfs.v
│   │   │   │   │   ├── a16a
│   │   │   │   │   │   └── hdl
│   │   │   │   │   │   └── axi_vip_v1_1_vl_rfs.sv
│   │   │   │   │   ├── b752
│   │   │   │   │   │   └── hdl
│   │   │   │   │   │   └── generic_baseblocks_v2_1_vl_rfs.v
│   │   │   │   │   ├── bb93
│   │   │   │   │   │   └── hdl
│   │   │   │   │   │   ├── vio_v3_0_17_vio_include.v
│   │   │   │   │   │   └── vio_v3_0_syn_rfs.v
│   │   │   │   │   ├── e6d5
│   │   │   │   │   │   └── hdl
│   │   │   │   │   │   └── fifo_generator_v13_1_vhsyn_rfs.vhd
│   │   │   │   │   ├── ec67
│   │   │   │   │   │   └── hdl
│   │   │   │   │   │   ├── axi_infrastructure_v1_1_0.vh
│   │   │   │   │   │   └── axi_infrastructure_v1_1_vl_rfs.v
│   │   │   │   │   ├── ef1e
│   │   │   │   │   │   └── hdl
│   │   │   │   │   │   └── lib_cdc_v1_0_rfs.vhd
│   │   │   │   │   ├── f86a
│   │   │   │   │   │   └── hdl
│   │   │   │   │   │   └── proc_sys_reset_v5_0_vh_rfs.vhd
│   │   │   │   │   └── ff69
│   │   │   │   │   └── hdl
│   │   │   │   │   └── axi_protocol_converter_v2_1_vl_rfs.v
│   │   │   │   ├── sim
│   │   │   │   │   └── design_1.v
│   │   │   │   ├── synth
│   │   │   │   │   ├── design_1.hwdef
│   │   │   │   │   └── design_1.v
│   │   │   │   └── ui
│   │   │   │   └── bd_1f5defd0.ui
│   │   │   └── imports
│   │   │   └── hdl
│   │   │   └── design_1_wrapper.v
│   │   └── project_2.xpr
│   └── ZYNQ的AMP开发流程.txt
├── ~WRL3063.tmp
├── ZYNQ的AMP开发流程说明-叶海洋-20181112.docx
├── 图片
│   ├── SDK
│   │   ├── 01.png
│   │   ├── 02.png
│   │   ├── 03.png
│   │   ├── 04.png
│   │   ├── 1.png
│   │   ├── 2.png
│   │   └── 3.png
│   ├── vivado配置
│   │   ├── 1.png
│   │   ├── 2.png
│   │   ├── 3.png
│   │   ├── 4.png
│   │   ├── 5.png
│   │   ├── 6.png
│   │   └── 7.png
│   ├── 地址映射.png
│   ├── 开发框图.png
│   ├── 测试.png
│   └── 软件原理
│   ├── 1078 (2).png
│   ├── 1078.png
│   ├── cpu1.png
│   ├── cpu1启动.png
│   ├── fsbl.png
│   └── 外设地址.png
├── 文档
│   ├── 3-1-Linux SD系统启动卡制作方法.pdf
│   ├── Petalinux的配置界面详解.vsd
│   ├── xapp1078_2014.04.zip
│   ├── xilinx官方参考文档
│   │   ├── patalinux使用手册
│   │   │   ├── ug1144-petalinux-tools-reference-guide.pdf
│   │   │   └── ug1157-petalinux-tools-command-line-guide.pdf
│   │   ├── UG585 - Zynq-7000 SoC Technical Reference Manual (ver1.12.2)-技术参考手册.pdf
│   │   ├── XAPP1078 - Simple AMP Running Linux and Bare-Metal System on Both Zynq SoC Processors Application Note (ver1.0)
│   │   │   └── xapp1078-amp-linux-bare-metal.pdf
│   │   ├── XAPP1079 - Simple AMP Bare-Metal System Running on Both Cortex-A9 Processors Application Note (ver1.0.1)
│   │   │   └── xapp1079-amp-bare-metal-cortex-a9.pdf
│   │   └── ZYNQ_嵌入式软件开发.pdf
│   └── xilinx软件安装说明
│   ├── Petalinux2017.4安装教程.docx
│   └── Vivado2017.4安装教程.docx
└── 读我.txt

264 directories, 1245 files

标签:

实例下载地址

基于Petalinux下Zynq的AMP详细开发流程说明(内有详细命令和配置说明).rar

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警