实例介绍
本例使用stm32f407vgt6单片机完成对AD9854的驱动,使用者可直接调用封装函数便可实现频率可控,幅度可调的方波产生,最高频率可达120M,文档内不仅包含工程文件可直接使用,还包含PCB文件以及笔者在网上搜集汇总的精品AD9854资料,包括MSP430驱动,以及STM32F107驱动,可以帮助使用者对AD9854有一个全面的认识。笔者亲测有效。
【实例截图】
【核心代码】
4744300845154288742.zip
├── AD9854PCB资料
│ └── AD9854
│ ├── AD9854.PcbDoc
│ ├── AD9854.PcbDoc.htm
│ ├── AD9854.PrjPcb
│ ├── AD9854.PrjPcbStructure
│ ├── AD9854.SchDoc
│ ├── AD9854 ZTY
│ │ ├── AD9854-9-4.PcbDoc
│ │ ├── AD9854-9-4.PcbDocPreview
│ │ ├── AD9854.PcbDoc
│ │ ├── AD9854.PcbDoc.htm
│ │ ├── AD9854.PcbLib
│ │ ├── AD9854.pdf
│ │ ├── AD9854.PrjPCB
│ │ ├── AD9854.SchDoc
│ │ ├── AD9854.SchDocPreview
│ │ └── AD9854.SchLib
│ ├── History
│ │ ├── AD9854.~(1).PcbDoc.Zip
│ │ └── AD9854.~(2).PcbDoc.Zip
│ ├── MessageListReport.html
│ ├── __Previews
│ │ └── AD9854.SchDocPreview
│ ├── Project Logs for AD9854
│ │ ├── AD9854 PCB ECO 2013-8-29 11-07-41.LOG
│ │ ├── AD9854 PCB ECO 2013-8-29 11-09-52.LOG
│ │ ├── AD9854 PCB ECO 2013-8-29 11-11-08.LOG
│ │ ├── AD9854 PCB ECO 2013-8-29 11-11-50.LOG
│ │ ├── AD9854 PCB ECO 2013-8-29 11-12-14.LOG
│ │ ├── AD9854 PCB ECO 2013-8-29 12-01-58.LOG
│ │ ├── AD9854 PCB ECO 2013-8-29 13-53-49.LOG
│ │ ├── AD9854 PCB ECO 2013-8-29 19-39-24.LOG
│ │ ├── AD9854 PCB ECO 2013-8-29 19-40-25.LOG
│ │ ├── AD9854 SCH ECO 2013-8-29 11-07-32.LOG
│ │ ├── AD9854 SCH ECO 2013-8-29 11-41-26.LOG
│ │ └── AD9854 SCH ECO 2013-8-29 11-54-45.LOG
│ └── Project Outputs for AD9854
│ ├── Design Rule Check - AD9854.drc
│ └── Design Rule Check - AD9854.html
├── AD9854.pdf
├── AD9854资料
│ └── 转发:AD9854资料
│ ├── 89S52 control DDS.txt
│ ├── AD9854.rar
│ ├── ad9854程序.rar
│ ├── 电子竞赛模块-高速DDS(AD9854ASQ)模块板发行资料
│ │ └── 电子竞赛模块-高速DDS(AD9854ASQ)模块板发行资料
│ │ ├── 测试程序
│ │ │ ├── FPGA测试程序(Altera)
│ │ │ │ ├── dds(9854)_test(sin_cos)(排线对接)(EP1C6)
│ │ │ │ │ ├── da1_test.asm.rpt
│ │ │ │ │ ├── da1_test.done
│ │ │ │ │ ├── da1_test.dpf
│ │ │ │ │ ├── da1_test.fit.rpt
│ │ │ │ │ ├── da1_test.fit.smsg
│ │ │ │ │ ├── da1_test.fit.summary
│ │ │ │ │ ├── da1_test.flow.rpt
│ │ │ │ │ ├── da1_test.map.rpt
│ │ │ │ │ ├── da1_test.map.summary
│ │ │ │ │ ├── da1_test.pin
│ │ │ │ │ ├── da1_test.pof
│ │ │ │ │ ├── da1_test.qpf
│ │ │ │ │ ├── da1_test.qsf
│ │ │ │ │ ├── da1_test.qsf.bak
│ │ │ │ │ ├── da1_test.qws
│ │ │ │ │ ├── da1_test.sof
│ │ │ │ │ ├── da1_test.tan.rpt
│ │ │ │ │ ├── da1_test.tan.summary
│ │ │ │ │ ├── da1_test.vhd
│ │ │ │ │ ├── da1_test.vhd.bak
│ │ │ │ │ ├── db
│ │ │ │ │ │ ├── da1_test.(0).cnf.cdb
│ │ │ │ │ │ ├── da1_test.(0).cnf.hdb
│ │ │ │ │ │ ├── da1_test.asm.qmsg
│ │ │ │ │ │ ├── da1_test.cbx.xml
│ │ │ │ │ │ ├── da1_test.cmp0.ddb
│ │ │ │ │ │ ├── da1_test.cmp.bpm
│ │ │ │ │ │ ├── da1_test.cmp.cdb
│ │ │ │ │ │ ├── da1_test.cmp.ecobp
│ │ │ │ │ │ ├── da1_test.cmp.hdb
│ │ │ │ │ │ ├── da1_test.cmp.kpt
│ │ │ │ │ │ ├── da1_test.cmp.logdb
│ │ │ │ │ │ ├── da1_test.cmp_merge.kpt
│ │ │ │ │ │ ├── da1_test.cmp.rdb
│ │ │ │ │ │ ├── da1_test.cmp.tdb
│ │ │ │ │ │ ├── da1_test.db_info
│ │ │ │ │ │ ├── da1_test.eco.cdb
│ │ │ │ │ │ ├── da1_test.fit.qmsg
│ │ │ │ │ │ ├── da1_test_global_asgn_op.abo
│ │ │ │ │ │ ├── da1_test.hier_info
│ │ │ │ │ │ ├── da1_test.hif
│ │ │ │ │ │ ├── da1_test.lpc.html
│ │ │ │ │ │ ├── da1_test.lpc.rdb
│ │ │ │ │ │ ├── da1_test.lpc.txt
│ │ │ │ │ │ ├── da1_test.map_bb.cdb
│ │ │ │ │ │ ├── da1_test.map_bb.hdb
│ │ │ │ │ │ ├── da1_test.map_bb.logdb
│ │ │ │ │ │ ├── da1_test.map.bpm
│ │ │ │ │ │ ├── da1_test.map.cdb
│ │ │ │ │ │ ├── da1_test.map.ecobp
│ │ │ │ │ │ ├── da1_test.map.hdb
│ │ │ │ │ │ ├── da1_test.map.kpt
│ │ │ │ │ │ ├── da1_test.map.logdb
│ │ │ │ │ │ ├── da1_test.map.qmsg
│ │ │ │ │ │ ├── da1_test.pre_map.cdb
│ │ │ │ │ │ ├── da1_test.pre_map.hdb
│ │ │ │ │ │ ├── da1_test.rtlv.hdb
│ │ │ │ │ │ ├── da1_test.rtlv_sg.cdb
│ │ │ │ │ │ ├── da1_test.rtlv_sg_swap.cdb
│ │ │ │ │ │ ├── da1_test.sgdiff.cdb
│ │ │ │ │ │ ├── da1_test.sgdiff.hdb
│ │ │ │ │ │ ├── da1_test.sld_design_entry_dsc.sci
│ │ │ │ │ │ ├── da1_test.sld_design_entry.sci
│ │ │ │ │ │ ├── da1_test.syn_hier_info
│ │ │ │ │ │ ├── da1_test.tan.qmsg
│ │ │ │ │ │ ├── da1_test.tis_db_list.ddb
│ │ │ │ │ │ ├── da1_test.tmw_info
│ │ │ │ │ │ ├── prev_cmp_da1_test.asm.qmsg
│ │ │ │ │ │ ├── prev_cmp_da1_test.fit.qmsg
│ │ │ │ │ │ ├── prev_cmp_da1_test.map.qmsg
│ │ │ │ │ │ ├── prev_cmp_da1_test.qmsg
│ │ │ │ │ │ └── prev_cmp_da1_test.tan.qmsg
│ │ │ │ │ ├── incremental_db
│ │ │ │ │ │ ├── compiled_partitions
│ │ │ │ │ │ │ ├── da1_test.root_partition.cmp.atm
│ │ │ │ │ │ │ ├── da1_test.root_partition.cmp.dfp
│ │ │ │ │ │ │ ├── da1_test.root_partition.cmp.hdbx
│ │ │ │ │ │ │ ├── da1_test.root_partition.cmp.kpt
│ │ │ │ │ │ │ ├── da1_test.root_partition.cmp.logdb
│ │ │ │ │ │ │ ├── da1_test.root_partition.cmp.rcf
│ │ │ │ │ │ │ ├── da1_test.root_partition.map.atm
│ │ │ │ │ │ │ ├── da1_test.root_partition.map.dpi
│ │ │ │ │ │ │ ├── da1_test.root_partition.map.hdbx
│ │ │ │ │ │ │ └── da1_test.root_partition.map.kpt
│ │ │ │ │ │ └── README
│ │ │ │ │ └── read me.txt
│ │ │ │ ├── dds(9854)_test(sin_cos)(插针对接)(EP1C6)
│ │ │ │ │ ├── da1_test.asm.rpt
│ │ │ │ │ ├── da1_test_assignment_defaults.qdf
│ │ │ │ │ ├── da1_test.done
│ │ │ │ │ ├── da1_test.dpf
│ │ │ │ │ ├── da1_test.fit.rpt
│ │ │ │ │ ├── da1_test.fit.smsg
│ │ │ │ │ ├── da1_test.fit.summary
│ │ │ │ │ ├── da1_test.flow.rpt
│ │ │ │ │ ├── da1_test.map.rpt
│ │ │ │ │ ├── da1_test.map.summary
│ │ │ │ │ ├── da1_test.pin
│ │ │ │ │ ├── da1_test.pof
│ │ │ │ │ ├── da1_test.qpf
│ │ │ │ │ ├── da1_test.qsf
│ │ │ │ │ ├── da1_test.qsf.bak
│ │ │ │ │ ├── da1_test.qws
│ │ │ │ │ ├── da1_test.sof
│ │ │ │ │ ├── da1_test.tan.rpt
│ │ │ │ │ ├── da1_test.tan.summary
│ │ │ │ │ ├── da1_test.vhd
│ │ │ │ │ ├── da1_test.vhd.bak
│ │ │ │ │ ├── db
│ │ │ │ │ │ ├── da1_test.(0).cnf.cdb
│ │ │ │ │ │ ├── da1_test.(0).cnf.hdb
│ │ │ │ │ │ ├── da1_test.cbx.xml
│ │ │ │ │ │ ├── da1_test.cmp0.ddb
│ │ │ │ │ │ ├── da1_test.cmp.bpm
│ │ │ │ │ │ ├── da1_test.cmp.cdb
│ │ │ │ │ │ ├── da1_test.cmp.ecobp
│ │ │ │ │ │ ├── da1_test.cmp.hdb
│ │ │ │ │ │ ├── da1_test.cmp.kpt
│ │ │ │ │ │ ├── da1_test.cmp.logdb
│ │ │ │ │ │ ├── da1_test.cmp_merge.kpt
│ │ │ │ │ │ ├── da1_test.cmp.rdb
│ │ │ │ │ │ ├── da1_test.db_info
│ │ │ │ │ │ ├── da1_test.eco.cdb
│ │ │ │ │ │ ├── da1_test.fit.qmsg
│ │ │ │ │ │ ├── da1_test_global_asgn_op.abo
│ │ │ │ │ │ ├── da1_test.hier_info
│ │ │ │ │ │ ├── da1_test.hif
│ │ │ │ │ │ ├── da1_test.lpc.html
│ │ │ │ │ │ ├── da1_test.lpc.rdb
│ │ │ │ │ │ ├── da1_test.lpc.txt
│ │ │ │ │ │ ├── da1_test.map_bb.cdb
│ │ │ │ │ │ ├── da1_test.map_bb.hdb
│ │ │ │ │ │ ├── da1_test.map_bb.logdb
│ │ │ │ │ │ ├── da1_test.map.bpm
│ │ │ │ │ │ ├── da1_test.map.cdb
│ │ │ │ │ │ ├── da1_test.map.ecobp
│ │ │ │ │ │ ├── da1_test.map.hdb
│ │ │ │ │ │ ├── da1_test.map.kpt
│ │ │ │ │ │ ├── da1_test.map.logdb
│ │ │ │ │ │ ├── da1_test.map.qmsg
│ │ │ │ │ │ ├── da1_test.pre_map.cdb
│ │ │ │ │ │ ├── da1_test.pre_map.hdb
│ │ │ │ │ │ ├── da1_test.rtlv.hdb
│ │ │ │ │ │ ├── da1_test.rtlv_sg.cdb
│ │ │ │ │ │ ├── da1_test.rtlv_sg_swap.cdb
│ │ │ │ │ │ ├── da1_test.sgdiff.cdb
│ │ │ │ │ │ ├── da1_test.sgdiff.hdb
│ │ │ │ │ │ ├── da1_test.sld_design_entry_dsc.sci
│ │ │ │ │ │ ├── da1_test.sld_design_entry.sci
│ │ │ │ │ │ ├── da1_test.syn_hier_info
│ │ │ │ │ │ ├── da1_test.tis_db_list.ddb
│ │ │ │ │ │ ├── da1_test.tmw_info
│ │ │ │ │ │ ├── prev_cmp_da1_test.asm.qmsg
│ │ │ │ │ │ ├── prev_cmp_da1_test.fit.qmsg
│ │ │ │ │ │ ├── prev_cmp_da1_test.map.qmsg
│ │ │ │ │ │ ├── prev_cmp_da1_test.qmsg
│ │ │ │ │ │ └── prev_cmp_da1_test.tan.qmsg
│ │ │ │ │ ├── incremental_db
│ │ │ │ │ │ ├── compiled_partitions
│ │ │ │ │ │ │ ├── da1_test.db_info
│ │ │ │ │ │ │ ├── da1_test.root_partition.cmp.atm
│ │ │ │ │ │ │ ├── da1_test.root_partition.cmp.dfp
│ │ │ │ │ │ │ ├── da1_test.root_partition.cmp.hdbx
│ │ │ │ │ │ │ ├── da1_test.root_partition.cmp.kpt
│ │ │ │ │ │ │ ├── da1_test.root_partition.cmp.logdb
│ │ │ │ │ │ │ ├── da1_test.root_partition.cmp.rcf
│ │ │ │ │ │ │ ├── da1_test.root_partition.map.atm
│ │ │ │ │ │ │ ├── da1_test.root_partition.map.dpi
│ │ │ │ │ │ │ ├── da1_test.root_partition.map.hdbx
│ │ │ │ │ │ │ └── da1_test.root_partition.map.kpt
│ │ │ │ │ │ └── README
│ │ │ │ │ ├── read me.txt
│ │ │ │ │ └── serv_req_info.txt
│ │ │ │ ├── DDS模块接线实物照片(排线对接)(EP1C6)
│ │ │ │ │ ├── CIMG7439.JPG
│ │ │ │ │ ├── CIMG7440.JPG
│ │ │ │ │ └── CIMG7444.JPG
│ │ │ │ └── DDS模块接线实物照片(插针对接)(EP1C6)
│ │ │ │ ├── CIMG7407.JPG
│ │ │ │ ├── CIMG7408.JPG
│ │ │ │ └── CIMG7410.JPG
│ │ │ ├── FPGA测试程序(Xilinx)
│ │ │ │ ├── dds(9854)_test(ask,psk,fsk)
│ │ │ │ │ ├── automake.log
│ │ │ │ │ ├── graduation.bld
│ │ │ │ │ ├── graduation_build.xml
│ │ │ │ │ ├── graduation.cel
│ │ │ │ │ ├── graduation.cmd_log
│ │ │ │ │ ├── graduation.dhp
│ │ │ │ │ ├── graduation.gfl
│ │ │ │ │ ├── graduation.gyd
│ │ │ │ │ ├── graduation._hrpt
│ │ │ │ │ ├── graduation_html
│ │ │ │ │ │ ├── fit
│ │ │ │ │ │ │ ├── applet.htm
│ │ │ │ │ │ │ ├── applet.js
│ │ │ │ │ │ │ ├── appletref.htm
│ │ │ │ │ │ │ ├── asciidoc.htm
│ │ │ │ │ │ │ ├── ascii.htm
│ │ │ │ │ │ │ ├── backtop.jpg
│ │ │ │ │ │ │ ├── beginstraight.gif
│ │ │ │ │ │ │ ├── blank.gif
│ │ │ │ │ │ │ ├── blank.htm
│ │ │ │ │ │ │ ├── briefview.jpg
│ │ │ │ │ │ │ ├── check.htm
│ │ │ │ │ │ │ ├── checkNS4.htm
│ │ │ │ │ │ │ ├── contact.gif
│ │ │ │ │ │ │ ├── coolrunnerII_logo.jpg
│ │ │ │ │ │ │ ├── coolrunner_logo.jpg
│ │ │ │ │ │ │ ├── defeqns.htm
│ │ │ │ │ │ │ ├── education.gif
│ │ │ │ │ │ │ ├── endmkt.gif
│ │ │ │ │ │ │ ├── eqns.htm
│ │ │ │ │ │ │ ├── eqns.js
│ │ │ │ │ │ │ ├── equationsdoc.htm
│ │ │ │ │ │ │ ├── equations.gif
│ │ │ │ │ │ │ ├── equations.htm
│ │ │ │ │ │ │ ├── errors1.gif
│ │ │ │ │ │ │ ├── errors2.gif
│ │ │ │ │ │ │ ├── errorsdoc.htm
│ │ │ │ │ │ │ ├── errors.js
│ │ │ │ │ │ │ ├── errs.htm
│ │ │ │ │ │ │ ├── failtabledoc.htm
│ │ │ │ │ │ │ ├── failtable.htm
│ │ │ │ │ │ │ ├── failtable.js
│ │ │ │ │ │ │ ├── fb1.gif
│ │ │ │ │ │ │ ├── fb.gif
│ │ │ │ │ │ │ ├── fbsdoc.htm
│ │ │ │ │ │ │ ├── fbs_FB1.htm
│ │ │ │ │ │ │ ├── fbs_FB2.htm
│ │ │ │ │ │ │ ├── fbs_FB3.htm
│ │ │ │ │ │ │ ├── fbs_FB4.htm
│ │ │ │ │ │ │ ├── fbs_FB5.htm
│ │ │ │ │ │ │ ├── fbs_FB6.htm
│ │ │ │ │ │ │ ├── fbs_FB7.htm
│ │ │ │ │ │ │ ├── fbs_FB8.htm
│ │ │ │ │ │ │ ├── fbs_FBdoc.htm
│ │ │ │ │ │ │ ├── fbs.htm
│ │ │ │ │ │ │ ├── fbs.js
│ │ │ │ │ │ │ ├── fbview.jpg
│ │ │ │ │ │ │ ├── functionblock.gif
│ │ │ │ │ │ │ ├── genmsg.htm
│ │ │ │ │ │ │ ├── header.gif
│ │ │ │ │ │ │ ├── home.gif
│ │ │ │ │ │ │ ├── index.htm
│ │ │ │ │ │ │ ├── inputleftdoc.htm
│ │ │ │ │ │ │ ├── inputleft.htm
│ │ │ │ │ │ │ ├── inputleft.js
│ │ │ │ │ │ │ ├── leftnav.htm
│ │ │ │ │ │ │ ├── leftnav.js
│ │ │ │ │ │ │ ├── legend.gif
│ │ │ │ │ │ │ ├── legend.jpg
│ │ │ │ │ │ │ ├── logicleftdoc.htm
│ │ │ │ │ │ │ ├── logicleft.htm
│ │ │ │ │ │ │ ├── logicleft.js
│ │ │ │ │ │ │ ├── logiclegend.htm
│ │ │ │ │ │ │ ├── logiclegendV.htm
│ │ │ │ │ │ │ ├── logic_legXbr.htm
│ │ │ │ │ │ │ ├── logic_legXC95.htm
│ │ │ │ │ │ │ ├── logic_legXpla3.htm
│ │ │ │ │ │ │ ├── macrocell.gif
│ │ │ │ │ │ │ ├── mapinput_00.htm
│ │ │ │ │ │ │ ├── mapinput_01.htm
│ │ │ │ │ │ │ ├── mapinput_02.htm
│ │ │ │ │ │ │ ├── mapinputdoc.htm
│ │ │ │ │ │ │ ├── maplogic_00.htm
│ │ │ │ │ │ │ ├── maplogic_01.htm
│ │ │ │ │ │ │ ├── maplogic_02.htm
│ │ │ │ │ │ │ ├── maplogicdoc.htm
│ │ │ │ │ │ │ ├── maplogic.js
│ │ │ │ │ │ │ ├── newappletref.htm
│ │ │ │ │ │ │ ├── next.jpg
│ │ │ │ │ │ │ ├── ns4plugin.js
│ │ │ │ │ │ │ ├── optionsdoc.htm
│ │ │ │ │ │ │ ├── options.htm
│ │ │ │ │ │ │ ├── paths.js
│ │ │ │ │ │ │ ├── pindiagram.gif
│ │ │ │ │ │ │ ├── pin.gif
│ │ │ │ │ │ │ ├── pinlegend.htm
│ │ │ │ │ │ │ ├── pinlegendV.htm
│ │ │ │ │ │ │ ├── pin_legXbr.htm
│ │ │ │ │ │ │ ├── pin_legXC95.htm
│ │ │ │ │ │ │ ├── pin_legXpla3.htm
│ │ │ │ │ │ │ ├── pinsdoc.htm
│ │ │ │ │ │ │ ├── pins.htm
│ │ │ │ │ │ │ ├── pins.js
│ │ │ │ │ │ │ ├── pinview.jpg
│ │ │ │ │ │ │ ├── plugin.js
│ │ │ │ │ │ │ ├── prev.jpg
│ │ │ │ │ │ │ ├── print.jpg
│ │ │ │ │ │ │ ├── products.gif
│ │ │ │ │ │ │ ├── purchase.gif
│ │ │ │ │ │ │ ├── report.htm
│ │ │ │ │ │ │ ├── result.htm
│ │ │ │ │ │ │ ├── search.gif
│ │ │ │ │ │ │ ├── spacer.gif
│ │ │ │ │ │ │ ├── style.css
│ │ │ │ │ │ │ ├── summarydoc.htm
│ │ │ │ │ │ │ ├── summary.htm
│ │ │ │ │ │ │ ├── summary.js
│ │ │ │ │ │ │ ├── support.gif
│ │ │ │ │ │ │ ├── time.htm
│ │ │ │ │ │ │ ├── tooltips.js
│ │ │ │ │ │ │ ├── topnav.htm
│ │ │ │ │ │ │ ├── topnav.js
│ │ │ │ │ │ │ ├── unmapinputdoc.htm
│ │ │ │ │ │ │ ├── unmaplogicdoc.htm
│ │ │ │ │ │ │ ├── verboseview.jpg
│ │ │ │ │ │ │ ├── view.gif
│ │ │ │ │ │ │ ├── wait.htm
│ │ │ │ │ │ │ ├── xc9500_logo.gif
│ │ │ │ │ │ │ ├── xc9500_logo.jpg
│ │ │ │ │ │ │ ├── xc9500xl_logo.gif
│ │ │ │ │ │ │ ├── xc9500xl_logo.jpg
│ │ │ │ │ │ │ ├── xc9500xv_logo.jpg
│ │ │ │ │ │ │ ├── xcenter.gif
│ │ │ │ │ │ │ ├── xlogo.gif
│ │ │ │ │ │ │ ├── xml5.jpg
│ │ │ │ │ │ │ ├── xml6.jpg
│ │ │ │ │ │ │ ├── xml7.jpg
│ │ │ │ │ │ │ └── xml8.jpg
│ │ │ │ │ │ ├── images
│ │ │ │ │ │ │ ├── acr2_logo.jpg
│ │ │ │ │ │ │ ├── blackBar.jpg
│ │ │ │ │ │ │ ├── cpldBanner.jpg
│ │ │ │ │ │ │ ├── cr2s_logo.jpg
│ │ │ │ │ │ │ ├── fitterRpt.jpg
│ │ │ │ │ │ │ ├── logo.jpg
│ │ │ │ │ │ │ ├── spacer.jpg
│ │ │ │ │ │ │ ├── timingRpt.jpg
│ │ │ │ │ │ │ ├── xa9500xl_logo.jpg
│ │ │ │ │ │ │ ├── xbr_logo.jpg
│ │ │ │ │ │ │ ├── xc9500_logo.jpg
│ │ │ │ │ │ │ ├── xc9500xl_logo.jpg
│ │ │ │ │ │ │ ├── xc9500xv_logo.jpg
│ │ │ │ │ │ │ └── xpla3_logo.jpg
│ │ │ │ │ │ └── tim
│ │ │ │ │ │ ├── cpldta_glossary.htm
│ │ │ │ │ │ ├── cpldta_style.css
│ │ │ │ │ │ ├── genreport.htm
│ │ │ │ │ │ ├── leftnav.htm
│ │ │ │ │ │ ├── report.htm
│ │ │ │ │ │ ├── timing_report.htm
│ │ │ │ │ │ ├── toc.css
│ │ │ │ │ │ └── topnav.htm
│ │ │ │ │ ├── graduation.ipf
│ │ │ │ │ ├── graduation.ise
│ │ │ │ │ ├── graduation.ise_ISE_Backup
│ │ │ │ │ ├── graduation.jed
│ │ │ │ │ ├── graduation.lso
│ │ │ │ │ ├── graduation.mfd
│ │ │ │ │ ├── graduation.ngc
│ │ │ │ │ ├── graduation.ngd
│ │ │ │ │ ├── graduation.ngr
│ │ │ │ │ ├── graduation.pad
│ │ │ │ │ ├── graduation_pad.csv
│ │ │ │ │ ├── graduation.pnx
│ │ │ │ │ ├── graduation.prj
│ │ │ │ │ ├── graduation.rpt
│ │ │ │ │ ├── graduation.stx
│ │ │ │ │ ├── graduation.syr
│ │ │ │ │ ├── graduation.tim
│ │ │ │ │ ├── graduation.tspec
│ │ │ │ │ ├── graduation.ucf
│ │ │ │ │ ├── graduation.ucf.untf
│ │ │ │ │ ├── graduation.vhd
│ │ │ │ │ ├── graduation.vm6
│ │ │ │ │ ├── graduation.xml
│ │ │ │ │ ├── _impact.cmd
│ │ │ │ │ ├── _impact.log
│ │ │ │ │ ├── _ngo
│ │ │ │ │ │ └── netlist.lst
│ │ │ │ │ ├── Project.dhp
│ │ │ │ │ ├── __projnav
│ │ │ │ │ │ ├── graduation_edfTOngd_tcl.rsp
│ │ │ │ │ │ ├── graduation_flowplus.gfl
│ │ │ │ │ │ ├── graduation.gfl
│ │ │ │ │ │ ├── graduation.xst
│ │ │ │ │ │ ├── parentCreateTimingConstraintsApp_tcl.rsp
│ │ │ │ │ │ ├── runXst_tcl.rsp
│ │ │ │ │ │ └── sumrpt_tcl.rsp
│ │ │ │ │ ├── __projnav.log
│ │ │ │ │ ├── _xmsgs
│ │ │ │ │ └── xst
│ │ │ │ │ ├── dump.xst
│ │ │ │ │ │ └── graduation.prj
│ │ │ │ │ │ └── ngx
│ │ │ │ │ │ ├── notopt
│ │ │ │ │ │ └── opt
│ │ │ │ │ └── work
│ │ │ │ │ ├── hdllib.ref
│ │ │ │ │ ├── hdpdeps.ref
│ │ │ │ │ └── sub00
│ │ │ │ │ ├── vhpl00.vho
│ │ │ │ │ └── vhpl01.vho
│ │ │ │ ├── dds(9854)_test(sin_cos)(排线对接)
│ │ │ │ │ ├── automake.log
│ │ │ │ │ ├── bitgen.ut
│ │ │ │ │ ├── _impact.cmd
│ │ │ │ │ ├── _impact.log
│ │ │ │ │ ├── _ngo
│ │ │ │ │ │ └── netlist.lst
│ │ │ │ │ ├── pepExtractor.prj
│ │ │ │ │ ├── Project.dhp
│ │ │ │ │ ├── __projnav
│ │ │ │ │ │ ├── bitgen.rsp
│ │ │ │ │ │ ├── ednTOngd_tcl.rsp
│ │ │ │ │ │ ├── nc1TOncd_tcl.rsp
│ │ │ │ │ │ ├── parentAssignPackagePinsApp_tcl.rsp
│ │ │ │ │ │ ├── parentCreateTimingConstraintsApp_tcl.rsp
│ │ │ │ │ │ ├── parentEditConstraintsTextApp_tcl.rsp
│ │ │ │ │ │ ├── runXst_tcl.rsp
│ │ │ │ │ │ ├── sincos_edfTOngd_tcl.rsp
│ │ │ │ │ │ ├── sincos_flowplus.gfl
│ │ │ │ │ │ ├── sincos.gfl
│ │ │ │ │ │ ├── sincos_ncdTOut_tcl.rsp
│ │ │ │ │ │ ├── sincos_TO_lc_tcl.rsp
│ │ │ │ │ │ ├── sincos.xst
│ │ │ │ │ │ └── sumrpt_tcl.rsp
│ │ │ │ │ ├── __projnav.log
│ │ │ │ │ ├── sincos
│ │ │ │ │ │ └── sincos
│ │ │ │ │ │ ├── automake.log
│ │ │ │ │ │ ├── _impact.cmd
│ │ │ │ │ │ ├── _impact.log
│ │ │ │ │ │ ├── _ngo
│ │ │ │ │ │ │ └── netlist.lst
│ │ │ │ │ │ ├── pepExtractor.prj
│ │ │ │ │ │ ├── Project.dhp
│ │ │ │ │ │ ├── __projnav
│ │ │ │ │ │ │ ├── parentAssignPackagePinsApp_tcl.rsp
│ │ │ │ │ │ │ ├── parentCreateTimingConstraintsApp_tcl.rsp
│ │ │ │ │ │ │ ├── parentEditConstraintsTextApp_tcl.rsp
│ │ │ │ │ │ │ ├── runXst_tcl.rsp
│ │ │ │ │ │ │ ├── sincos_edfTOngd_tcl.rsp
│ │ │ │ │ │ │ ├── sincos_flowplus.gfl
│ │ │ │ │ │ │ ├── sincos.gfl
│ │ │ │ │ │ │ ├── sincos_TO_lc_tcl.rsp
│ │ │ │ │ │ │ ├── sincos.xst
│ │ │ │ │ │ │ └── sumrpt_tcl.rsp
│ │ │ │ │ │ ├── __projnav.log
│ │ │ │ │ │ ├── sincos.bld
│ │ │ │ │ │ ├── sincos_build.xml
│ │ │ │ │ │ ├── sincos.cel
│ │ │ │ │ │ ├── sincos.cmd_log
│ │ │ │ │ │ ├── sincos.dhp
│ │ │ │ │ │ ├── sincos.gyd
│ │ │ │ │ │ ├── sincos._hrpt
│ │ │ │ │ │ ├── sincos_html
│ │ │ │ │ │ │ ├── fit
│ │ │ │ │ │ │ │ ├── applet.htm
│ │ │ │ │ │ │ │ ├── applet.js
│ │ │ │ │ │ │ │ ├── appletref.htm
│ │ │ │ │ │ │ │ ├── asciidoc.htm
│ │ │ │ │ │ │ │ ├── ascii.htm
│ │ │ │ │ │ │ │ ├── backtop.jpg
│ │ │ │ │ │ │ │ ├── beginstraight.gif
│ │ │ │ │ │ │ │ ├── blank.gif
│ │ │ │ │ │ │ │ ├── blank.htm
│ │ │ │ │ │ │ │ ├── briefview.jpg
│ │ │ │ │ │ │ │ ├── check.htm
│ │ │ │ │ │ │ │ ├── checkNS4.htm
│ │ │ │ │ │ │ │ ├── contact.gif
│ │ │ │ │ │ │ │ ├── coolrunnerII_logo.jpg
│ │ │ │ │ │ │ │ ├── coolrunner_logo.jpg
│ │ │ │ │ │ │ │ ├── defeqns.htm
│ │ │ │ │ │ │ │ ├── education.gif
│ │ │ │ │ │ │ │ ├── endmkt.gif
│ │ │ │ │ │ │ │ ├── eqns.htm
│ │ │ │ │ │ │ │ ├── eqns.js
│ │ │ │ │ │ │ │ ├── equationsdoc.htm
│ │ │ │ │ │ │ │ ├── equations.gif
│ │ │ │ │ │ │ │ ├── equations.htm
│ │ │ │ │ │ │ │ ├── errors1.gif
│ │ │ │ │ │ │ │ ├── errors2.gif
│ │ │ │ │ │ │ │ ├── errorsdoc.htm
│ │ │ │ │ │ │ │ ├── errors.js
│ │ │ │ │ │ │ │ ├── errs.htm
│ │ │ │ │ │ │ │ ├── failtabledoc.htm
│ │ │ │ │ │ │ │ ├── failtable.htm
│ │ │ │ │ │ │ │ ├── failtable.js
│ │ │ │ │ │ │ │ ├── fb1.gif
│ │ │ │ │ │ │ │ ├── fb.gif
│ │ │ │ │ │ │ │ ├── fbsdoc.htm
│ │ │ │ │ │ │ │ ├── fbs_FB1.htm
│ │ │ │ │ │ │ │ ├── fbs_FB2.htm
│ │ │ │ │ │ │ │ ├── fbs_FB3.htm
│ │ │ │ │ │ │ │ ├── fbs_FB4.htm
│ │ │ │ │ │ │ │ ├── fbs_FB5.htm
│ │ │ │ │ │ │ │ ├── fbs_FB6.htm
│ │ │ │ │ │ │ │ ├── fbs_FB7.htm
│ │ │ │ │ │ │ │ ├── fbs_FB8.htm
│ │ │ │ │ │ │ │ ├── fbs_FBdoc.htm
│ │ │ │ │ │ │ │ ├── fbs.htm
│ │ │ │ │ │ │ │ ├── fbs.js
│ │ │ │ │ │ │ │ ├── fbview.jpg
│ │ │ │ │ │ │ │ ├── functionblock.gif
│ │ │ │ │ │ │ │ ├── genmsg.htm
│ │ │ │ │ │ │ │ ├── header.gif
│ │ │ │ │ │ │ │ ├── home.gif
│ │ │ │ │ │ │ │ ├── index.htm
│ │ │ │ │ │ │ │ ├── inputleftdoc.htm
│ │ │ │ │ │ │ │ ├── inputleft.htm
│ │ │ │ │ │ │ │ ├── inputleft.js
│ │ │ │ │ │ │ │ ├── leftnav.htm
│ │ │ │ │ │ │ │ ├── leftnav.js
│ │ │ │ │ │ │ │ ├── legend.gif
│ │ │ │ │ │ │ │ ├── legend.jpg
│ │ │ │ │ │ │ │ ├── logicleftdoc.htm
│ │ │ │ │ │ │ │ ├── logicleft.htm
│ │ │ │ │ │ │ │ ├── logicleft.js
│ │ │ │ │ │ │ │ ├── logiclegend.htm
│ │ │ │ │ │ │ │ ├── logiclegendV.htm
│ │ │ │ │ │ │ │ ├── logic_legXbr.htm
│ │ │ │ │ │ │ │ ├── logic_legXC95.htm
│ │ │ │ │ │ │ │ ├── logic_legXpla3.htm
│ │ │ │ │ │ │ │ ├── macrocell.gif
│ │ │ │ │ │ │ │ ├── mapinput_00.htm
│ │ │ │ │ │ │ │ ├── mapinput_01.htm
│ │ │ │ │ │ │ │ ├── mapinput_02.htm
│ │ │ │ │ │ │ │ ├── mapinputdoc.htm
│ │ │ │ │ │ │ │ ├── maplogic_00.htm
│ │ │ │ │ │ │ │ ├── maplogic_01.htm
│ │ │ │ │ │ │ │ ├── maplogic_02.htm
│ │ │ │ │ │ │ │ ├── maplogicdoc.htm
│ │ │ │ │ │ │ │ ├── maplogic.js
│ │ │ │ │ │ │ │ ├── newapplet.htm
│ │ │ │ │ │ │ │ ├── newappletref.htm
│ │ │ │ │ │ │ │ ├── next.jpg
│ │ │ │ │ │ │ │ ├── ns4plugin.js
│ │ │ │ │ │ │ │ ├── optionsdoc.htm
│ │ │ │ │ │ │ │ ├── options.htm
│ │ │ │ │ │ │ │ ├── paths.js
│ │ │ │ │ │ │ │ ├── pindiagram.gif
│ │ │ │ │ │ │ │ ├── pin.gif
│ │ │ │ │ │ │ │ ├── pinlegend.htm
│ │ │ │ │ │ │ │ ├── pinlegendV.htm
│ │ │ │ │ │ │ │ ├── pin_legXbr.htm
│ │ │ │ │ │ │ │ ├── pin_legXC95.htm
│ │ │ │ │ │ │ │ ├── pin_legXpla3.htm
│ │ │ │ │ │ │ │ ├── pinsdoc.htm
│ │ │ │ │ │ │ │ ├── pins.htm
│ │ │ │ │ │ │ │ ├── pins.js
│ │ │ │ │ │ │ │ ├── pinview.jpg
│ │ │ │ │ │ │ │ ├── plugin.js
│ │ │ │ │ │ │ │ ├── prev.jpg
│ │ │ │ │ │ │ │ ├── print.jpg
│ │ │ │ │ │ │ │ ├── products.gif
│ │ │ │ │ │ │ │ ├── purchase.gif
│ │ │ │ │ │ │ │ ├── report.htm
│ │ │ │ │ │ │ │ ├── result.htm
│ │ │ │ │ │ │ │ ├── search.gif
│ │ │ │ │ │ │ │ ├── spacer.gif
│ │ │ │ │ │ │ │ ├── style.css
│ │ │ │ │ │ │ │ ├── summarydoc.htm
│ │ │ │ │ │ │ │ ├── summary.htm
│ │ │ │ │ │ │ │ ├── summary.js
│ │ │ │ │ │ │ │ ├── support.gif
│ │ │ │ │ │ │ │ ├── time.htm
│ │ │ │ │ │ │ │ ├── tooltips.js
│ │ │ │ │ │ │ │ ├── topnav.htm
│ │ │ │ │ │ │ │ ├── topnav.js
│ │ │ │ │ │ │ │ ├── unmapinputdoc.htm
│ │ │ │ │ │ │ │ ├── unmaplogicdoc.htm
│ │ │ │ │ │ │ │ ├── verboseview.jpg
│ │ │ │ │ │ │ │ ├── view.gif
│ │ │ │ │ │ │ │ ├── wait.htm
│ │ │ │ │ │ │ │ ├── xc9500_logo.gif
│ │ │ │ │ │ │ │ ├── xc9500_logo.jpg
│ │ │ │ │ │ │ │ ├── xc9500xl_logo.gif
│ │ │ │ │ │ │ │ ├── xc9500xl_logo.jpg
│ │ │ │ │ │ │ │ ├── xc9500xv_logo.jpg
│ │ │ │ │ │ │ │ ├── xcenter.gif
│ │ │ │ │ │ │ │ ├── xilinxD.js
│ │ │ │ │ │ │ │ ├── xlogo.gif
│ │ │ │ │ │ │ │ ├── xml5.jpg
│ │ │ │ │ │ │ │ ├── xml6.jpg
│ │ │ │ │ │ │ │ ├── xml7.jpg
│ │ │ │ │ │ │ │ └── xml8.jpg
│ │ │ │ │ │ │ ├── images
│ │ │ │ │ │ │ │ ├── acr2_logo.jpg
│ │ │ │ │ │ │ │ ├── blackBar.jpg
│ │ │ │ │ │ │ │ ├── cpldBanner.jpg
│ │ │ │ │ │ │ │ ├── cr2s_logo.jpg
│ │ │ │ │ │ │ │ ├── fitterRpt.jpg
│ │ │ │ │ │ │ │ ├── logo.jpg
│ │ │ │ │ │ │ │ ├── spacer.jpg
│ │ │ │ │ │ │ │ ├── timingRpt.jpg
│ │ │ │ │ │ │ │ ├── xa9500xl_logo.jpg
│ │ │ │ │ │ │ │ ├── xbr_logo.jpg
│ │ │ │ │ │ │ │ ├── xc9500_logo.jpg
│ │ │ │ │ │ │ │ ├── xc9500xl_logo.jpg
│ │ │ │ │ │ │ │ ├── xc9500xv_logo.jpg
│ │ │ │ │ │ │ │ └── xpla3_logo.jpg
│ │ │ │ │ │ │ └── tim
│ │ │ │ │ │ │ ├── cpldta_glossary.htm
│ │ │ │ │ │ │ ├── cpldta_style.css
│ │ │ │ │ │ │ ├── genreport.htm
│ │ │ │ │ │ │ ├── leftnav.htm
│ │ │ │ │ │ │ ├── report.htm
│ │ │ │ │ │ │ ├── timing_report.htm
│ │ │ │ │ │ │ ├── toc.css
│ │ │ │ │ │ │ └── topnav.htm
│ │ │ │ │ │ ├── sincos.ibs
│ │ │ │ │ │ ├── sincos.ise
│ │ │ │ │ │ ├── sincos.ise_ISE_Backup
│ │ │ │ │ │ ├── sincos.jed
│ │ │ │ │ │ ├── sincos.lck
│ │ │ │ │ │ ├── sincos.ldo
│ │ │ │ │ │ ├── sincos.lpc
│ │ │ │ │ │ ├── sincos.lso
│ │ │ │ │ │ ├── sincos.mfd
│ │ │ │ │ │ ├── sincos.nga
│ │ │ │ │ │ ├── sincos.ngc
│ │ │ │ │ │ ├── sincos.ngd
│ │ │ │ │ │ ├── sincos.ngr
│ │ │ │ │ │ ├── sincos.pad
│ │ │ │ │ │ ├── sincos_pad.csv
│ │ │ │ │ │ ├── sincos.par_nlf
│ │ │ │ │ │ ├── sincos.pnx
│ │ │ │ │ │ ├── sincos.prj
│ │ │ │ │ │ ├── sincos.rpt
│ │ │ │ │ │ ├── sincos.spl
│ │ │ │ │ │ ├── sincos.stx
│ │ │ │ │ │ ├── sincos.sym
│ │ │ │ │ │ ├── sincos.syr
│ │ │ │ │ │ ├── sincos.tim
│ │ │ │ │ │ ├── sincos_timesim.nlf
│ │ │ │ │ │ ├── sincos_timesim.sdf
│ │ │ │ │ │ ├── sincos_timesim.vhd
│ │ │ │ │ │ ├── sincos._trpt
│ │ │ │ │ │ ├── sincos.tspec
│ │ │ │ │ │ ├── sincos.ucf
│ │ │ │ │ │ ├── sincos.ucf.untf
│ │ │ │ │ │ ├── sincos.vhd
│ │ │ │ │ │ ├── sincos.vhdsim_par
│ │ │ │ │ │ ├── sincos.vhi
│ │ │ │ │ │ ├── sincos.vm6
│ │ │ │ │ │ ├── sincos.xml
│ │ │ │ │ │ ├── userlang.tpl
│ │ │ │ │ │ ├── _xmsgs
│ │ │ │ │ │ └── xst
│ │ │ │ │ │ ├── dump.xst
│ │ │ │ │ │ │ └── sincos.prj
│ │ │ │ │ │ │ └── ngx
│ │ │ │ │ │ │ ├── notopt
│ │ │ │ │ │ │ └── opt
│ │ │ │ │ │ └── work
│ │ │ │ │ │ ├── hdllib.ref
│ │ │ │ │ │ ├── hdpdeps.ref
│ │ │ │ │ │ └── sub00
│ │ │ │ │ │ ├── vhpl00.vho
│ │ │ │ │ │ └── vhpl01.vho
│ │ │ │ │ ├── sincos.bgn
│ │ │ │ │ ├── sincos.bit
│ │ │ │ │ ├── sincos.bld
│ │ │ │ │ ├── sincos_build.xml
│ │ │ │ │ ├── sincos_cclktemp.bit
│ │ │ │ │ ├── sincos.cel
│ │ │ │ │ ├── sincos.cmd_log
│ │ │ │ │ ├── sincos.dhp
│ │ │ │ │ ├── sincos.drc
│ │ │ │ │ ├── sincos.gyd
│ │ │ │ │ ├── sincos._hrpt
│ │ │ │ │ ├── sincos_html
│ │ │ │ │ │ ├── fit
│ │ │ │ │ │ │ ├── applet.htm
│ │ │ │ │ │ │ ├── applet.js
│ │ │ │ │ │ │ ├── appletref.htm
│ │ │ │ │ │ │ ├── asciidoc.htm
│ │ │ │ │ │ │ ├── ascii.htm
│ │ │ │ │ │ │ ├── backtop.jpg
│ │ │ │ │ │ │ ├── beginstraight.gif
│ │ │ │ │ │ │ ├── blank.gif
│ │ │ │ │ │ │ ├── blank.htm
│ │ │ │ │ │ │ ├── briefview.jpg
│ │ │ │ │ │ │ ├── check.htm
│ │ │ │ │ │ │ ├── checkNS4.htm
│ │ │ │ │ │ │ ├── contact.gif
│ │ │ │ │ │ │ ├── coolrunnerII_logo.jpg
│ │ │ │ │ │ │ ├── coolrunner_logo.jpg
│ │ │ │ │ │ │ ├── defeqns.htm
│ │ │ │ │ │ │ ├── education.gif
│ │ │ │ │ │ │ ├── endmkt.gif
│ │ │ │ │ │ │ ├── eqns.htm
│ │ │ │ │ │ │ ├── eqns.js
│ │ │ │ │ │ │ ├── equationsdoc.htm
│ │ │ │ │ │ │ ├── equations.gif
│ │ │ │ │ │ │ ├── equations.htm
│ │ │ │ │ │ │ ├── errors1.gif
│ │ │ │ │ │ │ ├── errors2.gif
│ │ │ │ │ │ │ ├── errorsdoc.htm
│ │ │ │ │ │ │ ├── errors.js
│ │ │ │ │ │ │ ├── errs.htm
│ │ │ │ │ │ │ ├── failtabledoc.htm
│ │ │ │ │ │ │ ├── failtable.htm
│ │ │ │ │ │ │ ├── failtable.js
│ │ │ │ │ │ │ ├── fb1.gif
│ │ │ │ │ │ │ ├── fb.gif
│ │ │ │ │ │ │ ├── fbsdoc.htm
│ │ │ │ │ │ │ ├── fbs_FB1.htm
│ │ │ │ │ │ │ ├── fbs_FB2.htm
│ │ │ │ │ │ │ ├── fbs_FB3.htm
│ │ │ │ │ │ │ ├── fbs_FB4.htm
│ │ │ │ │ │ │ ├── fbs_FB5.htm
│ │ │ │ │ │ │ ├── fbs_FB6.htm
│ │ │ │ │ │ │ ├── fbs_FB7.htm
│ │ │ │ │ │ │ ├── fbs_FB8.htm
│ │ │ │ │ │ │ ├── fbs_FBdoc.htm
│ │ │ │ │ │ │ ├── fbs.htm
│ │ │ │ │ │ │ ├── fbs.js
│ │ │ │ │ │ │ ├── fbview.jpg
│ │ │ │ │ │ │ ├── functionblock.gif
│ │ │ │ │ │ │ ├── genmsg.htm
│ │ │ │ │ │ │ ├── header.gif
│ │ │ │ │ │ │ ├── home.gif
│ │ │ │ │ │ │ ├── index.htm
│ │ │ │ │ │ │ ├── inputleftdoc.htm
│ │ │ │ │ │ │ ├── inputleft.htm
│ │ │ │ │ │ │ ├── inputleft.js
│ │ │ │ │ │ │ ├── leftnav.htm
│ │ │ │ │ │ │ ├── leftnav.js
│ │ │ │ │ │ │ ├── legend.gif
│ │ │ │ │ │ │ ├── legend.jpg
│ │ │ │ │ │ │ ├── logicleftdoc.htm
│ │ │ │ │ │ │ ├── logicleft.htm
│ │ │ │ │ │ │ ├── logicleft.js
│ │ │ │ │ │ │ ├── logiclegend.htm
│ │ │ │ │ │ │ ├── logiclegendV.htm
│ │ │ │ │ │ │ ├── logic_legXbr.htm
│ │ │ │ │ │ │ ├── logic_legXC95.htm
│ │ │ │ │ │ │ ├── logic_legXpla3.htm
│ │ │ │ │ │ │ ├── macrocell.gif
│ │ │ │ │ │ │ ├── mapinput_00.htm
│ │ │ │ │ │ │ ├── mapinput_01.htm
│ │ │ │ │ │ │ ├── mapinput_02.htm
│ │ │ │ │ │ │ ├── mapinputdoc.htm
│ │ │ │ │ │ │ ├── maplogic_00.htm
│ │ │ │ │ │ │ ├── maplogic_01.htm
│ │ │ │ │ │ │ ├── maplogic_02.htm
│ │ │ │ │ │ │ ├── maplogicdoc.htm
│ │ │ │ │ │ │ ├── maplogic.js
│ │ │ │ │ │ │ ├── newapplet.htm
│ │ │ │ │ │ │ ├── newappletref.htm
│ │ │ │ │ │ │ ├── next.jpg
│ │ │ │ │ │ │ ├── ns4plugin.js
│ │ │ │ │ │ │ ├── optionsdoc.htm
│ │ │ │ │ │ │ ├── options.htm
│ │ │ │ │ │ │ ├── paths.js
│ │ │ │ │ │ │ ├── pindiagram.gif
│ │ │ │ │ │ │ ├── pin.gif
│ │ │ │ │ │ │ ├── pinlegend.htm
│ │ │ │ │ │ │ ├── pinlegendV.htm
│ │ │ │ │ │ │ ├── pin_legXbr.htm
│ │ │ │ │ │ │ ├── pin_legXC95.htm
│ │ │ │ │ │ │ ├── pin_legXpla3.htm
│ │ │ │ │ │ │ ├── pinsdoc.htm
│ │ │ │ │ │ │ ├── pins.htm
│ │ │ │ │ │ │ ├── pins.js
│ │ │ │ │ │ │ ├── pinview.jpg
│ │ │ │ │ │ │ ├── plugin.js
│ │ │ │ │ │ │ ├── prev.jpg
│ │ │ │ │ │ │ ├── print.jpg
│ │ │ │ │ │ │ ├── products.gif
│ │ │ │ │ │ │ ├── purchase.gif
│ │ │ │ │ │ │ ├── report.htm
│ │ │ │ │ │ │ ├── result.htm
│ │ │ │ │ │ │ ├── search.gif
│ │ │ │ │ │ │ ├── spacer.gif
│ │ │ │ │ │ │ ├── style.css
│ │ │ │ │ │ │ ├── summarydoc.htm
│ │ │ │ │ │ │ ├── summary.htm
│ │ │ │ │ │ │ ├── summary.js
│ │ │ │ │ │ │ ├── support.gif
│ │ │ │ │ │ │ ├── time.htm
│ │ │ │ │ │ │ ├── tooltips.js
│ │ │ │ │ │ │ ├── topnav.htm
│ │ │ │ │ │ │ ├── topnav.js
│ │ │ │ │ │ │ ├── unmapinputdoc.htm
│ │ │ │ │ │ │ ├── unmaplogicdoc.htm
│ │ │ │ │ │ │ ├── verboseview.jpg
│ │ │ │ │ │ │ ├── view.gif
│ │ │ │ │ │ │ ├── wait.htm
│ │ │ │ │ │ │ ├── xc9500_logo.gif
│ │ │ │ │ │ │ ├── xc9500_logo.jpg
│ │ │ │ │ │ │ ├── xc9500xl_logo.gif
│ │ │ │ │ │ │ ├── xc9500xl_logo.jpg
│ │ │ │ │ │ │ ├── xc9500xv_logo.jpg
│ │ │ │ │ │ │ ├── xcenter.gif
│ │ │ │ │ │ │ ├── xilinxD.js
│ │ │ │ │ │ │ ├── xlogo.gif
│ │ │ │ │ │ │ ├── xml5.jpg
│ │ │ │ │ │ │ ├── xml6.jpg
│ │ │ │ │ │ │ ├── xml7.jpg
│ │ │ │ │ │ │ └── xml8.jpg
│ │ │ │ │ │ ├── images
│ │ │ │ │ │ │ ├── acr2_logo.jpg
│ │ │ │ │ │ │ ├── blackBar.jpg
│ │ │ │ │ │ │ ├── cpldBanner.jpg
│ │ │ │ │ │ │ ├── cr2s_logo.jpg
│ │ │ │ │ │ │ ├── fitterRpt.jpg
│ │ │ │ │ │ │ ├── logo.jpg
│ │ │ │ │ │ │ ├── spacer.jpg
│ │ │ │ │ │ │ ├── timingRpt.jpg
│ │ │ │ │ │ │ ├── xa9500xl_logo.jpg
│ │ │ │ │ │ │ ├── xbr_logo.jpg
│ │ │ │ │ │ │ ├── xc9500_logo.jpg
│ │ │ │ │ │ │ ├── xc9500xl_logo.jpg
│ │ │ │ │ │ │ ├── xc9500xv_logo.jpg
│ │ │ │ │ │ │ └── xpla3_logo.jpg
│ │ │ │ │ │ └── tim
│ │ │ │ │ │ ├── cpldta_glossary.htm
│ │ │ │ │ │ ├── cpldta_style.css
│ │ │ │ │ │ ├── genreport.htm
│ │ │ │ │ │ ├── leftnav.htm
│ │ │ │ │ │ ├── report.htm
│ │ │ │ │ │ ├── timing_report.htm
│ │ │ │ │ │ ├── toc.css
│ │ │ │ │ │ └── topnav.htm
│ │ │ │ │ ├── sincos.ibs
│ │ │ │ │ ├── sincos.ise
│ │ │ │ │ ├── sincos.ise_ISE_Backup
│ │ │ │ │ ├── sincos.jed
│ │ │ │ │ ├── sincos_last_par.ncd
│ │ │ │ │ ├── sincos.lck
│ │ │ │ │ ├── sincos.ldo
│ │ │ │ │ ├── sincos.lpc
│ │ │ │ │ ├── sincos.lso
│ │ │ │ │ ├── sincos_map.ncd
│ │ │ │ │ ├── sincos_map.ngm
│ │ │ │ │ ├── sincos.mfd
│ │ │ │ │ ├── sincos.mrp
│ │ │ │ │ ├── sincos.nc1
│ │ │ │ │ ├── sincos.ncd
│ │ │ │ │ ├── sincos.nga
│ │ │ │ │ ├── sincos.ngc
│ │ │ │ │ ├── sincos.ngd
│ │ │ │ │ ├── sincos.ngm
│ │ │ │ │ ├── sincos.ngr
│ │ │ │ │ ├── sincos.pad
│ │ │ │ │ ├── sincos_pad.csv
│ │ │ │ │ ├── sincos.pad_txt
│ │ │ │ │ ├── sincos_pad.txt
│ │ │ │ │ ├── sincos.par
│ │ │ │ │ ├── sincos.par_nlf
│ │ │ │ │ ├── sincos.pcf
│ │ │ │ │ ├── sincos.placed_ncd_tracker
│ │ │ │ │ ├── sincos.pnx
│ │ │ │ │ ├── sincos.prj
│ │ │ │ │ ├── sincos.routed_ncd_tracker
│ │ │ │ │ ├── sincos.rpt
│ │ │ │ │ ├── sincos.spl
│ │ │ │ │ ├── sincos.stx
│ │ │ │ │ ├── sincos_summary.html
│ │ │ │ │ ├── sincos.sym
│ │ │ │ │ ├── sincos.syr
│ │ │ │ │ ├── sincos.tim
│ │ │ │ │ ├── sincos_timesim.nlf
│ │ │ │ │ ├── sincos_timesim.sdf
│ │ │ │ │ ├── sincos_timesim.vhd
│ │ │ │ │ ├── sincos._trpt
│ │ │ │ │ ├── sincos.tspec
│ │ │ │ │ ├── sincos.twr
│ │ │ │ │ ├── sincos.twx
│ │ │ │ │ ├── sincos.ucf
│ │ │ │ │ ├── sincos.ucf.untf
│ │ │ │ │ ├── sincos.ut
│ │ │ │ │ ├── sincos.vhd
│ │ │ │ │ ├── sincos.vhd.bak
│ │ │ │ │ ├── sincos.vhdsim_par
│ │ │ │ │ ├── sincos.vhi
│ │ │ │ │ ├── sincos.vm6
│ │ │ │ │ ├── sincos.xml
│ │ │ │ │ ├── sincos.xpi
│ │ │ │ │ ├── Untitled.mcs
│ │ │ │ │ ├── Untitled.prm
│ │ │ │ │ ├── Untitled.sig
│ │ │ │ │ ├── userlang.tpl
│ │ │ │ │ ├── _xmsgs
│ │ │ │ │ └── xst
│ │ │ │ │ ├── dump.xst
│ │ │ │ │ │ └── sincos.prj
│ │ │ │ │ │ └── ngx
│ │ │ │ │ │ ├── notopt
│ │ │ │ │ │ └── opt
│ │ │ │ │ └── work
│ │ │ │ │ ├── hdllib.ref
│ │ │ │ │ ├── hdpdeps.ref
│ │ │ │ │ └── sub00
│ │ │ │ │ ├── vhpl00.vho
│ │ │ │ │ └── vhpl01.vho
│ │ │ │ ├── dds(9854)_test(sin_cos)(插针对接)
│ │ │ │ │ ├── automake.log
│ │ │ │ │ ├── bitgen.ut
│ │ │ │ │ ├── _impact.cmd
│ │ │ │ │ ├── _impact.log
│ │ │ │ │ ├── _ngo
│ │ │ │ │ │ └── netlist.lst
│ │ │ │ │ ├── pepExtractor.prj
│ │ │ │ │ ├── Project.dhp
│ │ │ │ │ ├── __projnav
│ │ │ │ │ │ ├── bitgen.rsp
│ │ │ │ │ │ ├── ednTOngd_tcl.rsp
│ │ │ │ │ │ ├── nc1TOncd_tcl.rsp
│ │ │ │ │ │ ├── parentAssignPackagePinsApp_tcl.rsp
│ │ │ │ │ │ ├── parentCreateTimingConstraintsApp_tcl.rsp
│ │ │ │ │ │ ├── parentEditConstraintsTextApp_tcl.rsp
│ │ │ │ │ │ ├── runXst_tcl.rsp
│ │ │ │ │ │ ├── sincos_edfTOngd_tcl.rsp
│ │ │ │ │ │ ├── sincos_flowplus.gfl
│ │ │ │ │ │ ├── sincos.gfl
│ │ │ │ │ │ ├── sincos_ncdTOut_tcl.rsp
│ │ │ │ │ │ ├── sincos_TO_lc_tcl.rsp
│ │ │ │ │ │ ├── sincos.xst
│ │ │ │ │ │ └── sumrpt_tcl.rsp
│ │ │ │ │ ├── __projnav.log
│ │ │ │ │ ├── sincos
│ │ │ │ │ │ └── sincos
│ │ │ │ │ │ ├── automake.log
│ │ │ │ │ │ ├── _impact.cmd
│ │ │ │ │ │ ├── _impact.log
│ │ │ │ │ │ ├── _ngo
│ │ │ │ │ │ │ └── netlist.lst
│ │ │ │ │ │ ├── pepExtractor.prj
│ │ │ │ │ │ ├── Project.dhp
│ │ │ │ │ │ ├── __projnav
│ │ │ │ │ │ │ ├── parentAssignPackagePinsApp_tcl.rsp
│ │ │ │ │ │ │ ├── parentCreateTimingConstraintsApp_tcl.rsp
│ │ │ │ │ │ │ ├── parentEditConstraintsTextApp_tcl.rsp
│ │ │ │ │ │ │ ├── runXst_tcl.rsp
│ │ │ │ │ │ │ ├── sincos_edfTOngd_tcl.rsp
│ │ │ │ │ │ │ ├── sincos_flowplus.gfl
│ │ │ │ │ │ │ ├── sincos.gfl
│ │ │ │ │ │ │ ├── sincos_TO_lc_tcl.rsp
│ │ │ │ │ │ │ ├── sincos.xst
│ │ │ │ │ │ │ └── sumrpt_tcl.rsp
│ │ │ │ │ │ ├── __projnav.log
│ │ │ │ │ │ ├── sincos.bld
│ │ │ │ │ │ ├── sincos_build.xml
│ │ │ │ │ │ ├── sincos.cel
│ │ │ │ │ │ ├── sincos.cmd_log
│ │ │ │ │ │ ├── sincos.dhp
│ │ │ │ │ │ ├── sincos.gyd
│ │ │ │ │ │ ├── sincos._hrpt
│ │ │ │ │ │ ├── sincos_html
│ │ │ │ │ │ │ ├── fit
│ │ │ │ │ │ │ │ ├── applet.htm
│ │ │ │ │ │ │ │ ├── applet.js
│ │ │ │ │ │ │ │ ├── appletref.htm
│ │ │ │ │ │ │ │ ├── asciidoc.htm
│ │ │ │ │ │ │ │ ├── ascii.htm
│ │ │ │ │ │ │ │ ├── backtop.jpg
│ │ │ │ │ │ │ │ ├── beginstraight.gif
│ │ │ │ │ │ │ │ ├── blank.gif
│ │ │ │ │ │ │ │ ├── blank.htm
│ │ │ │ │ │ │ │ ├── briefview.jpg
│ │ │ │ │ │ │ │ ├── check.htm
│ │ │ │ │ │ │ │ ├── checkNS4.htm
│ │ │ │ │ │ │ │ ├── contact.gif
│ │ │ │ │ │ │ │ ├── coolrunnerII_logo.jpg
│ │ │ │ │ │ │ │ ├── coolrunner_logo.jpg
│ │ │ │ │ │ │ │ ├── defeqns.htm
│ │ │ │ │ │ │ │ ├── education.gif
│ │ │ │ │ │ │ │ ├── endmkt.gif
│ │ │ │ │ │ │ │ ├── eqns.htm
│ │ │ │ │ │ │ │ ├── eqns.js
│ │ │ │ │ │ │ │ ├── equationsdoc.htm
│ │ │ │ │ │ │ │ ├── equations.gif
│ │ │ │ │ │ │ │ ├── equations.htm
│ │ │ │ │ │ │ │ ├── errors1.gif
│ │ │ │ │ │ │ │ ├── errors2.gif
│ │ │ │ │ │ │ │ ├── errorsdoc.htm
│ │ │ │ │ │ │ │ ├── errors.js
│ │ │ │ │ │ │ │ ├── errs.htm
│ │ │ │ │ │ │ │ ├── failtabledoc.htm
│ │ │ │ │ │ │ │ ├── failtable.htm
│ │ │ │ │ │ │ │ ├── failtable.js
│ │ │ │ │ │ │ │ ├── fb1.gif
│ │ │ │ │ │ │ │ ├── fb.gif
│ │ │ │ │ │ │ │ ├── fbsdoc.htm
│ │ │ │ │ │ │ │ ├── fbs_FB1.htm
│ │ │ │ │ │ │ │ ├── fbs_FB2.htm
│ │ │ │ │ │ │ │ ├── fbs_FB3.htm
│ │ │ │ │ │ │ │ ├── fbs_FB4.htm
│ │ │ │ │ │ │ │ ├── fbs_FB5.htm
│ │ │ │ │ │ │ │ ├── fbs_FB6.htm
│ │ │ │ │ │ │ │ ├── fbs_FB7.htm
│ │ │ │ │ │ │ │ ├── fbs_FB8.htm
│ │ │ │ │ │ │ │ ├── fbs_FBdoc.htm
│ │ │ │ │ │ │ │ ├── fbs.htm
│ │ │ │ │ │ │ │ ├── fbs.js
│ │ │ │ │ │ │ │ ├── fbview.jpg
│ │ │ │ │ │ │ │ ├── functionblock.gif
│ │ │ │ │ │ │ │ ├── genmsg.htm
│ │ │ │ │ │ │ │ ├── header.gif
│ │ │ │ │ │ │ │ ├── home.gif
│ │ │ │ │ │ │ │ ├── index.htm
│ │ │ │ │ │ │ │ ├── inputleftdoc.htm
│ │ │ │ │ │ │ │ ├── inputleft.htm
│ │ │ │ │ │ │ │ ├── inputleft.js
│ │ │ │ │ │ │ │ ├── leftnav.htm
│ │ │ │ │ │ │ │ ├── leftnav.js
│ │ │ │ │ │ │ │ ├── legend.gif
│ │ │ │ │ │ │ │ ├── legend.jpg
│ │ │ │ │ │ │ │ ├── logicleftdoc.htm
│ │ │ │ │ │ │ │ ├── logicleft.htm
│ │ │ │ │ │ │ │ ├── logicleft.js
│ │ │ │ │ │ │ │ ├── logiclegend.htm
│ │ │ │ │ │ │ │ ├── logiclegendV.htm
│ │ │ │ │ │ │ │ ├── logic_legXbr.htm
│ │ │ │ │ │ │ │ ├── logic_legXC95.htm
│ │ │ │ │ │ │ │ ├── logic_legXpla3.htm
│ │ │ │ │ │ │ │ ├── macrocell.gif
│ │ │ │ │ │ │ │ ├── mapinput_00.htm
│ │ │ │ │ │ │ │ ├── mapinput_01.htm
│ │ │ │ │ │ │ │ ├── mapinput_02.htm
│ │ │ │ │ │ │ │ ├── mapinputdoc.htm
│ │ │ │ │ │ │ │ ├── maplogic_00.htm
│ │ │ │ │ │ │ │ ├── maplogic_01.htm
│ │ │ │ │ │ │ │ ├── maplogic_02.htm
│ │ │ │ │ │ │ │ ├── maplogicdoc.htm
│ │ │ │ │ │ │ │ ├── maplogic.js
│ │ │ │ │ │ │ │ ├── newapplet.htm
│ │ │ │ │ │ │ │ ├── newappletref.htm
│ │ │ │ │ │ │ │ ├── next.jpg
│ │ │ │ │ │ │ │ ├── ns4plugin.js
│ │ │ │ │ │ │ │ ├── optionsdoc.htm
│ │ │ │ │ │ │ │ ├── options.htm
│ │ │ │ │ │ │ │ ├── paths.js
│ │ │ │ │ │ │ │ ├── pindiagram.gif
│ │ │ │ │ │ │ │ ├── pin.gif
│ │ │ │ │ │ │ │ ├── pinlegend.htm
│ │ │ │ │ │ │ │ ├── pinlegendV.htm
│ │ │ │ │ │ │ │ ├── pin_legXbr.htm
│ │ │ │ │ │ │ │ ├── pin_legXC95.htm
│ │ │ │ │ │ │ │ ├── pin_legXpla3.htm
│ │ │ │ │ │ │ │ ├── pinsdoc.htm
│ │ │ │ │ │ │ │ ├── pins.htm
│ │ │ │ │ │ │ │ ├── pins.js
│ │ │ │ │ │ │ │ ├── pinview.jpg
│ │ │ │ │ │ │ │ ├── plugin.js
│ │ │ │ │ │ │ │ ├── prev.jpg
│ │ │ │ │ │ │ │ ├── print.jpg
│ │ │ │ │ │ │ │ ├── products.gif
│ │ │ │ │ │ │ │ ├── purchase.gif
│ │ │ │ │ │ │ │ ├── report.htm
│ │ │ │ │ │ │ │ ├── result.htm
│ │ │ │ │ │ │ │ ├── search.gif
│ │ │ │ │ │ │ │ ├── spacer.gif
│ │ │ │ │ │ │ │ ├── style.css
│ │ │ │ │ │ │ │ ├── summarydoc.htm
│ │ │ │ │ │ │ │ ├── summary.htm
│ │ │ │ │ │ │ │ ├── summary.js
│ │ │ │ │ │ │ │ ├── support.gif
│ │ │ │ │ │ │ │ ├── time.htm
│ │ │ │ │ │ │ │ ├── tooltips.js
│ │ │ │ │ │ │ │ ├── topnav.htm
│ │ │ │ │ │ │ │ ├── topnav.js
│ │ │ │ │ │ │ │ ├── unmapinputdoc.htm
│ │ │ │ │ │ │ │ ├── unmaplogicdoc.htm
│ │ │ │ │ │ │ │ ├── verboseview.jpg
│ │ │ │ │ │ │ │ ├── view.gif
│ │ │ │ │ │ │ │ ├── wait.htm
│ │ │ │ │ │ │ │ ├── xc9500_logo.gif
│ │ │ │ │ │ │ │ ├── xc9500_logo.jpg
│ │ │ │ │ │ │ │ ├── xc9500xl_logo.gif
│ │ │ │ │ │ │ │ ├── xc9500xl_logo.jpg
│ │ │ │ │ │ │ │ ├── xc9500xv_logo.jpg
│ │ │ │ │ │ │ │ ├── xcenter.gif
│ │ │ │ │ │ │ │ ├── xilinxD.js
│ │ │ │ │ │ │ │ ├── xlogo.gif
│ │ │ │ │ │ │ │ ├── xml5.jpg
│ │ │ │ │ │ │ │ ├── xml6.jpg
│ │ │ │ │ │ │ │ ├── xml7.jpg
│ │ │ │ │ │ │ │ └── xml8.jpg
│ │ │ │ │ │ │ ├── images
│ │ │ │ │ │ │ │ ├── acr2_logo.jpg
│ │ │ │ │ │ │ │ ├── blackBar.jpg
│ │ │ │ │ │ │ │ ├── cpldBanner.jpg
│ │ │ │ │ │ │ │ ├── cr2s_logo.jpg
│ │ │ │ │ │ │ │ ├── fitterRpt.jpg
│ │ │ │ │ │ │ │ ├── logo.jpg
│ │ │ │ │ │ │ │ ├── spacer.jpg
│ │ │ │ │ │ │ │ ├── timingRpt.jpg
│ │ │ │ │ │ │ │ ├── xa9500xl_logo.jpg
│ │ │ │ │ │ │ │ ├── xbr_logo.jpg
│ │ │ │ │ │ │ │ ├── xc9500_logo.jpg
│ │ │ │ │ │ │ │ ├── xc9500xl_logo.jpg
│ │ │ │ │ │ │ │ ├── xc9500xv_logo.jpg
│ │ │ │ │ │ │ │ └── xpla3_logo.jpg
│ │ │ │ │ │ │ └── tim
│ │ │ │ │ │ │ ├── cpldta_glossary.htm
│ │ │ │ │ │ │ ├── cpldta_style.css
│ │ │ │ │ │ │ ├── genreport.htm
│ │ │ │ │ │ │ ├── leftnav.htm
│ │ │ │ │ │ │ ├── report.htm
│ │ │ │ │ │ │ ├── timing_report.htm
│ │ │ │ │ │ │ ├── toc.css
│ │ │ │ │ │ │ └── topnav.htm
│ │ │ │ │ │ ├── sincos.ibs
│ │ │ │ │ │ ├── sincos.ise
│ │ │ │ │ │ ├── sincos.ise_ISE_Backup
│ │ │ │ │ │ ├── sincos.jed
│ │ │ │ │ │ ├── sincos.lck
│ │ │ │ │ │ ├── sincos.ldo
│ │ │ │ │ │ ├── sincos.lpc
│ │ │ │ │ │ ├── sincos.lso
│ │ │ │ │ │ ├── sincos.mfd
│ │ │ │ │ │ ├── sincos.nga
│ │ │ │ │ │ ├── sincos.ngc
│ │ │ │ │ │ ├── sincos.ngd
│ │ │ │ │ │ ├── sincos.ngr
│ │ │ │ │ │ ├── sincos.pad
│ │ │ │ │ │ ├── sincos_pad.csv
│ │ │ │ │ │ ├── sincos.par_nlf
│ │ │ │ │ │ ├── sincos.pnx
│ │ │ │ │ │ ├── sincos.prj
│ │ │ │ │ │ ├── sincos.rpt
│ │ │ │ │ │ ├── sincos.spl
│ │ │ │ │ │ ├── sincos.stx
│ │ │ │ │ │ ├── sincos.sym
│ │ │ │ │ │ ├── sincos.syr
│ │ │ │ │ │ ├── sincos.tim
│ │ │ │ │ │ ├── sincos_timesim.nlf
│ │ │ │ │ │ ├── sincos_timesim.sdf
│ │ │ │ │ │ ├── sincos_timesim.vhd
│ │ │ │ │ │ ├── sincos._trpt
│ │ │ │ │ │ ├── sincos.tspec
│ │ │ │ │ │ ├── sincos.ucf
│ │ │ │ │ │ ├── sincos.ucf.untf
│ │ │ │ │ │ ├── sincos.vhd
│ │ │ │ │ │ ├── sincos.vhdsim_par
│ │ │ │ │ │ ├── sincos.vhi
│ │ │ │ │ │ ├── sincos.vm6
│ │ │ │ │ │ ├── sincos.xml
│ │ │ │ │ │ ├── userlang.tpl
│ │ │ │ │ │ ├── _xmsgs
│ │ │ │ │ │ └── xst
│ │ │ │ │ │ ├── dump.xst
│ │ │ │ │ │ │ └── sincos.prj
│ │ │ │ │ │ │ └── ngx
│ │ │ │ │ │ │ ├── notopt
│ │ │ │ │ │ │ └── opt
│ │ │ │ │ │ └── work
│ │ │ │ │ │ ├── hdllib.ref
│ │ │ │ │ │ ├── hdpdeps.ref
│ │ │ │ │ │ └── sub00
│ │ │ │ │ │ ├── vhpl00.vho
│ │ │ │ │ │ └── vhpl01.vho
│ │ │ │ │ ├── sincos.bgn
│ │ │ │ │ ├── sincos.bit
│ │ │ │ │ ├── sincos.bld
│ │ │ │ │ ├── sincos_build.xml
│ │ │ │ │ ├── sincos.cel
│ │ │ │ │ ├── sincos.cmd_log
│ │ │ │ │ ├── sincos.dhp
│ │ │ │ │ ├── sincos.drc
│ │ │ │ │ ├── sincos.gyd
│ │ │ │ │ ├── sincos._hrpt
│ │ │ │ │ ├── sincos_html
│ │ │ │ │ │ ├── fit
│ │ │ │ │ │ │ ├── applet.htm
│ │ │ │ │ │ │ ├── applet.js
│ │ │ │ │ │ │ ├── appletref.htm
│ │ │ │ │ │ │ ├── asciidoc.htm
│ │ │ │ │ │ │ ├── ascii.htm
│ │ │ │ │ │ │ ├── backtop.jpg
│ │ │ │ │ │ │ ├── beginstraight.gif
│ │ │ │ │ │ │ ├── blank.gif
│ │ │ │ │ │ │ ├── blank.htm
│ │ │ │ │ │ │ ├── briefview.jpg
│ │ │ │ │ │ │ ├── check.htm
│ │ │ │ │ │ │ ├── checkNS4.htm
│ │ │ │ │ │ │ ├── contact.gif
│ │ │ │ │ │ │ ├── coolrunnerII_logo.jpg
│ │ │ │ │ │ │ ├── coolrunner_logo.jpg
│ │ │ │ │ │ │ ├── defeqns.htm
│ │ │ │ │ │ │ ├── education.gif
│ │ │ │ │ │ │ ├── endmkt.gif
│ │ │ │ │ │ │ ├── eqns.htm
│ │ │ │ │ │ │ ├── eqns.js
│ │ │ │ │ │ │ ├── equationsdoc.htm
│ │ │ │ │ │ │ ├── equations.gif
│ │ │ │ │ │ │ ├── equations.htm
│ │ │ │ │ │ │ ├── errors1.gif
│ │ │ │ │ │ │ ├── errors2.gif
│ │ │ │ │ │ │ ├── errorsdoc.htm
│ │ │ │ │ │ │ ├── errors.js
│ │ │ │ │ │ │ ├── errs.htm
│ │ │ │ │ │ │ ├── failtabledoc.htm
│ │ │ │ │ │ │ ├── failtable.htm
│ │ │ │ │ │ │ ├── failtable.js
│ │ │ │ │ │ │ ├── fb1.gif
│ │ │ │ │ │ │ ├── fb.gif
│ │ │ │ │ │ │ ├── fbsdoc.htm
│ │ │ │ │ │ │ ├── fbs_FB1.htm
│ │ │ │ │ │ │ ├── fbs_FB2.htm
│ │ │ │ │ │ │ ├── fbs_FB3.htm
│ │ │ │ │ │ │ ├── fbs_FB4.htm
│ │ │ │ │ │ │ ├── fbs_FB5.htm
│ │ │ │ │ │ │ ├── fbs_FB6.htm
│ │ │ │ │ │ │ ├── fbs_FB7.htm
│ │ │ │ │ │ │ ├── fbs_FB8.htm
│ │ │ │ │ │ │ ├── fbs_FBdoc.htm
│ │ │ │ │ │ │ ├── fbs.htm
│ │ │ │ │ │ │ ├── fbs.js
│ │ │ │ │ │ │ ├── fbview.jpg
│ │ │ │ │ │ │ ├── functionblock.gif
│ │ │ │ │ │ │ ├── genmsg.htm
│ │ │ │ │ │ │ ├── header.gif
│ │ │ │ │ │ │ ├── home.gif
│ │ │ │ │ │ │ ├── index.htm
│ │ │ │ │ │ │ ├── inputleftdoc.htm
│ │ │ │ │ │ │ ├── inputleft.htm
│ │ │ │ │ │ │ ├── inputleft.js
│ │ │ │ │ │ │ ├── leftnav.htm
│ │ │ │ │ │ │ ├── leftnav.js
│ │ │ │ │ │ │ ├── legend.gif
│ │ │ │ │ │ │ ├── legend.jpg
│ │ │ │ │ │ │ ├── logicleftdoc.htm
│ │ │ │ │ │ │ ├── logicleft.htm
│ │ │ │ │ │ │ ├── logicleft.js
│ │ │ │ │ │ │ ├── logiclegend.htm
│ │ │ │ │ │ │ ├── logiclegendV.htm
│ │ │ │ │ │ │ ├── logic_legXbr.htm
│ │ │ │ │ │ │ ├── logic_legXC95.htm
│ │ │ │ │ │ │ ├── logic_legXpla3.htm
│ │ │ │ │ │ │ ├── macrocell.gif
│ │ │ │ │ │ │ ├── mapinput_00.htm
│ │ │ │ │ │ │ ├── mapinput_01.htm
│ │ │ │ │ │ │ ├── mapinput_02.htm
│ │ │ │ │ │ │ ├── mapinputdoc.htm
│ │ │ │ │ │ │ ├── maplogic_00.htm
│ │ │ │ │ │ │ ├── maplogic_01.htm
│ │ │ │ │ │ │ ├── maplogic_02.htm
│ │ │ │ │ │ │ ├── maplogicdoc.htm
│ │ │ │ │ │ │ ├── maplogic.js
│ │ │ │ │ │ │ ├── newapplet.htm
│ │ │ │ │ │ │ ├── newappletref.htm
│ │ │ │ │ │ │ ├── next.jpg
│ │ │ │ │ │ │ ├── ns4plugin.js
│ │ │ │ │ │ │ ├── optionsdoc.htm
│ │ │ │ │ │ │ ├── options.htm
│ │ │ │ │ │ │ ├── paths.js
│ │ │ │ │ │ │ ├── pindiagram.gif
│ │ │ │ │ │ │ ├── pin.gif
│ │ │ │ │ │ │ ├── pinlegend.htm
│ │ │ │ │ │ │ ├── pinlegendV.htm
│ │ │ │ │ │ │ ├── pin_legXbr.htm
│ │ │ │ │ │ │ ├── pin_legXC95.htm
│ │ │ │ │ │ │ ├── pin_legXpla3.htm
│ │ │ │ │ │ │ ├── pinsdoc.htm
│ │ │ │ │ │ │ ├── pins.htm
│ │ │ │ │ │ │ ├── pins.js
│ │ │ │ │ │ │ ├── pinview.jpg
│ │ │ │ │ │ │ ├── plugin.js
│ │ │ │ │ │ │ ├── prev.jpg
│ │ │ │ │ │ │ ├── print.jpg
│ │ │ │ │ │ │ ├── products.gif
│ │ │ │ │ │ │ ├── purchase.gif
│ │ │ │ │ │ │ ├── report.htm
│ │ │ │ │ │ │ ├── result.htm
│ │ │ │ │ │ │ ├── search.gif
│ │ │ │ │ │ │ ├── spacer.gif
│ │ │ │ │ │ │ ├── style.css
│ │ │ │ │ │ │ ├── summarydoc.htm
│ │ │ │ │ │ │ ├── summary.htm
│ │ │ │ │ │ │ ├── summary.js
│ │ │ │ │ │ │ ├── support.gif
│ │ │ │ │ │ │ ├── time.htm
│ │ │ │ │ │ │ ├── tooltips.js
│ │ │ │ │ │ │ ├── topnav.htm
│ │ │ │ │ │ │ ├── topnav.js
│ │ │ │ │ │ │ ├── unmapinputdoc.htm
│ │ │ │ │ │ │ ├── unmaplogicdoc.htm
│ │ │ │ │ │ │ ├── verboseview.jpg
│ │ │ │ │ │ │ ├── view.gif
│ │ │ │ │ │ │ ├── wait.htm
│ │ │ │ │ │ │ ├── xc9500_logo.gif
│ │ │ │ │ │ │ ├── xc9500_logo.jpg
│ │ │ │ │ │ │ ├── xc9500xl_logo.gif
│ │ │ │ │ │ │ ├── xc9500xl_logo.jpg
│ │ │ │ │ │ │ ├── xc9500xv_logo.jpg
│ │ │ │ │ │ │ ├── xcenter.gif
│ │ │ │ │ │ │ ├── xilinxD.js
│ │ │ │ │ │ │ ├── xlogo.gif
│ │ │ │ │ │ │ ├── xml5.jpg
│ │ │ │ │ │ │ ├── xml6.jpg
│ │ │ │ │ │ │ ├── xml7.jpg
│ │ │ │ │ │ │ └── xml8.jpg
│ │ │ │ │ │ ├── images
│ │ │ │ │ │ │ ├── acr2_logo.jpg
│ │ │ │ │ │ │ ├── blackBar.jpg
│ │ │ │ │ │ │ ├── cpldBanner.jpg
│ │ │ │ │ │ │ ├── cr2s_logo.jpg
│ │ │ │ │ │ │ ├── fitterRpt.jpg
│ │ │ │ │ │ │ ├── logo.jpg
│ │ │ │ │ │ │ ├── spacer.jpg
│ │ │ │ │ │ │ ├── timingRpt.jpg
│ │ │ │ │ │ │ ├── xa9500xl_logo.jpg
│ │ │ │ │ │ │ ├── xbr_logo.jpg
│ │ │ │ │ │ │ ├── xc9500_logo.jpg
│ │ │ │ │ │ │ ├── xc9500xl_logo.jpg
│ │ │ │ │ │ │ ├── xc9500xv_logo.jpg
│ │ │ │ │ │ │ └── xpla3_logo.jpg
│ │ │ │ │ │ └── tim
│ │ │ │ │ │ ├── cpldta_glossary.htm
│ │ │ │ │ │ ├── cpldta_style.css
│ │ │ │ │ │ ├── genreport.htm
│ │ │ │ │ │ ├── leftnav.htm
│ │ │ │ │ │ ├── report.htm
│ │ │ │ │ │ ├── timing_report.htm
│ │ │ │ │ │ ├── toc.css
│ │ │ │ │ │ └── topnav.htm
│ │ │ │ │ ├── sincos.ibs
│ │ │ │ │ ├── sincos.ise
│ │ │ │ │ ├── sincos.ise_ISE_Backup
│ │ │ │ │ ├── sincos.jed
│ │ │ │ │ ├── sincos_last_par.ncd
│ │ │ │ │ ├── sincos.lck
│ │ │ │ │ ├── sincos.ldo
│ │ │ │ │ ├── sincos.lpc
│ │ │ │ │ ├── sincos.lso
│ │ │ │ │ ├── sincos_map.ncd
│ │ │ │ │ ├── sincos_map.ngm
│ │ │ │ │ ├── sincos.mfd
│ │ │ │ │ ├── sincos.mrp
│ │ │ │ │ ├── sincos.nc1
│ │ │ │ │ ├── sincos.ncd
│ │ │ │ │ ├── sincos.nga
│ │ │ │ │ ├── sincos.ngc
│ │ │ │ │ ├── sincos.ngd
│ │ │ │ │ ├── sincos.ngm
│ │ │ │ │ ├── sincos.ngr
│ │ │ │ │ ├── sincos.pad
│ │ │ │ │ ├── sincos_pad.csv
│ │ │ │ │ ├── sincos.pad_txt
│ │ │ │ │ ├── sincos_pad.txt
│ │ │ │ │ ├── sincos.par
│ │ │ │ │ ├── sincos.par_nlf
│ │ │ │ │ ├── sincos.pcf
│ │ │ │ │ ├── sincos.placed_ncd_tracker
│ │ │ │ │ ├── sincos.pnx
│ │ │ │ │ ├── sincos.prj
│ │ │ │ │ ├── sincos.routed_ncd_tracker
│ │ │ │ │ ├── sincos.rpt
│ │ │ │ │ ├── sincos.spl
│ │ │ │ │ ├── sincos.stx
│ │ │ │ │ ├── sincos_summary.html
│ │ │ │ │ ├── sincos.sym
│ │ │ │ │ ├── sincos.syr
│ │ │ │ │ ├── sincos.tim
│ │ │ │ │ ├── sincos_timesim.nlf
│ │ │ │ │ ├── sincos_timesim.sdf
│ │ │ │ │ ├── sincos_timesim.vhd
│ │ │ │ │ ├── sincos._trpt
│ │ │ │ │ ├── sincos.tspec
│ │ │ │ │ ├── sincos.twr
│ │ │ │ │ ├── sincos.twx
│ │ │ │ │ ├── sincos.ucf
│ │ │ │ │ ├── sincos.ucf.bak
│ │ │ │ │ ├── sincos.ucf.untf
│ │ │ │ │ ├── sincos.ut
│ │ │ │ │ ├── sincos.vhd
│ │ │ │ │ ├── sincos.vhd.bak
│ │ │ │ │ ├── sincos.vhdsim_par
│ │ │ │ │ ├── sincos.vhi
│ │ │ │ │ ├── sincos.vm6
│ │ │ │ │ ├── sincos.xml
│ │ │ │ │ ├── sincos.xpi
│ │ │ │ │ ├── userlang.tpl
│ │ │ │ │ ├── _xmsgs
│ │ │ │ │ └── xst
│ │ │ │ │ ├── dump.xst
│ │ │ │ │ │ └── sincos.prj
│ │ │ │ │ │ └── ngx
│ │ │ │ │ │ ├── notopt
│ │ │ │ │ │ └── opt
│ │ │ │ │ └── work
│ │ │ │ │ ├── hdllib.ref
│ │ │ │ │ ├── hdpdeps.ref
│ │ │ │ │ └── sub00
│ │ │ │ │ ├── vhpl00.vho
│ │ │ │ │ └── vhpl01.vho
│ │ │ │ └── DDS模块接线实物照片(排线对接)
│ │ │ │ ├── DDS(ad9854)模块板+FPGA板联调.JPG
│ │ │ │ ├── DDS输出波形(10M).JPG
│ │ │ │ ├── DDS输出波形(20M).JPG
│ │ │ │ ├── DDS输出波形(40M).JPG
│ │ │ │ └── DDS输出波形(80M).JPG
│ │ │ ├── 单片机测试程序(AVR_M128)
│ │ │ │ ├── AD9854_test(sin_cos,ask,psk,fsk)
│ │ │ │ │ ├── AD9854_test.aps
│ │ │ │ │ ├── AD9854_test.c
│ │ │ │ │ ├── AD9854_test.h
│ │ │ │ │ ├── default
│ │ │ │ │ │ ├── AD9854_test.eep
│ │ │ │ │ │ ├── AD9854_test.elf
│ │ │ │ │ │ ├── AD9854_test.hex
│ │ │ │ │ │ ├── AD9854_test.o
│ │ │ │ │ │ ├── dep
│ │ │ │ │ │ │ ├── AD9854_test.o.d
│ │ │ │ │ │ │ └── main.o.d
│ │ │ │ │ │ ├── main.o
│ │ │ │ │ │ ├── Makefile
│ │ │ │ │ │ └── XuanWeiProgPlatformConfig.XML
│ │ │ │ │ ├── main.c
│ │ │ │ │ └── public.h
│ │ │ │ └── 调试照片
│ │ │ │ ├── 140M正弦波1.JPG
│ │ │ │ ├── 140M正弦波2.JPG
│ │ │ │ ├── 30M正弦波1.jpg
│ │ │ │ ├── 30M正弦波2.jpg
│ │ │ │ ├── ASK.JPG
│ │ │ │ ├── FSK.JPG
│ │ │ │ ├── PSK.JPG
│ │ │ │ └── 实物连接照片.JPG
│ │ │ ├── 单片机测试程序(C8051f020)
│ │ │ │ ├── dds(9854)_test
│ │ │ │ │ ├── DDS_TEST
│ │ │ │ │ ├── DDS_TEST.c
│ │ │ │ │ ├── DDS_TEST.hex
│ │ │ │ │ ├── DDS_TEST.lnp
│ │ │ │ │ ├── DDS_TEST.LST
│ │ │ │ │ ├── DDS_TEST.M51
│ │ │ │ │ ├── DDS_TEST.OBJ
│ │ │ │ │ ├── DDS_TEST.opt.bak
│ │ │ │ │ ├── DDS_TEST_Opt.Bak
│ │ │ │ │ ├── DDS_TEST.plg
│ │ │ │ │ ├── DDS_TEST.Uv2.bak
│ │ │ │ │ ├── DDS_TEST_Uv2.Bak
│ │ │ │ │ ├── DDS_TEST.uvopt
│ │ │ │ │ ├── DDS_TEST.uvproj
│ │ │ │ │ ├── STARTUP.A51
│ │ │ │ │ ├── STARTUP.LST
│ │ │ │ │ └── STARTUP.OBJ
│ │ │ │ └── 调试照片
│ │ │ │ ├── 照片0102.jpg
│ │ │ │ ├── 照片0103.jpg
│ │ │ │ └── 照片0104.jpg
│ │ │ ├── 单片机测试程序(MSP430)
│ │ │ │ ├── ASK
│ │ │ │ │ ├── AD9854.h
│ │ │ │ │ ├── ad9854sin.h
│ │ │ │ │ ├── ask.dep
│ │ │ │ │ ├── ask.ewd
│ │ │ │ │ ├── ask.ewp
│ │ │ │ │ ├── ask.eww
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Exe
│ │ │ │ │ │ │ └── ask.d43
│ │ │ │ │ │ ├── List
│ │ │ │ │ │ └── Obj
│ │ │ │ │ │ ├── ask.pbd
│ │ │ │ │ │ ├── EW11E.r43
│ │ │ │ │ │ ├── EW121.r43
│ │ │ │ │ │ ├── EW126.r43
│ │ │ │ │ │ ├── EW12E.r43
│ │ │ │ │ │ ├── EW131.r43
│ │ │ │ │ │ ├── EW134.r43
│ │ │ │ │ │ ├── EW137.r43
│ │ │ │ │ │ ├── EW13A.r43
│ │ │ │ │ │ ├── EW13D.r43
│ │ │ │ │ │ ├── EW140.r43
│ │ │ │ │ │ ├── EW146.r43
│ │ │ │ │ │ ├── EW14C.r43
│ │ │ │ │ │ ├── EW14E.r43
│ │ │ │ │ │ ├── EW150.r43
│ │ │ │ │ │ ├── EW153.r43
│ │ │ │ │ │ ├── EW158.r43
│ │ │ │ │ │ ├── EW15B.r43
│ │ │ │ │ │ ├── EW15E.r43
│ │ │ │ │ │ ├── EW161.r43
│ │ │ │ │ │ ├── EW164.r43
│ │ │ │ │ │ ├── EW173.r43
│ │ │ │ │ │ ├── EW176.r43
│ │ │ │ │ │ ├── EW17C.r43
│ │ │ │ │ │ ├── EW183.r43
│ │ │ │ │ │ ├── EW186.r43
│ │ │ │ │ │ ├── EW188.r43
│ │ │ │ │ │ ├── EW18B.r43
│ │ │ │ │ │ ├── EW18E.r43
│ │ │ │ │ │ ├── EW27C.r43
│ │ │ │ │ │ ├── EW281.r43
│ │ │ │ │ │ ├── EW284.r43
│ │ │ │ │ │ ├── EW287.r43
│ │ │ │ │ │ ├── EW28A.r43
│ │ │ │ │ │ ├── EW28C.r43
│ │ │ │ │ │ ├── EW28E.r43
│ │ │ │ │ │ ├── EW291.r43
│ │ │ │ │ │ ├── EW294.r43
│ │ │ │ │ │ ├── EW296.r43
│ │ │ │ │ │ ├── EW2A0.r43
│ │ │ │ │ │ ├── EW2A4.r43
│ │ │ │ │ │ ├── EW2A6.r43
│ │ │ │ │ │ ├── EW2A9.r43
│ │ │ │ │ │ ├── EW2AC.r43
│ │ │ │ │ │ ├── EW2AF.r43
│ │ │ │ │ │ ├── EW2B2.r43
│ │ │ │ │ │ ├── EW2B7.r43
│ │ │ │ │ │ ├── EW2B9.r43
│ │ │ │ │ │ ├── EW2BC.r43
│ │ │ │ │ │ ├── EW2C2.r43
│ │ │ │ │ │ ├── EW5E.r43
│ │ │ │ │ │ ├── EW60.r43
│ │ │ │ │ │ ├── EW8F.r43
│ │ │ │ │ │ ├── EW91.r43
│ │ │ │ │ │ └── main.r43
│ │ │ │ │ ├── main.c
│ │ │ │ │ └── settings
│ │ │ │ │ ├── ask.cspy.bat
│ │ │ │ │ ├── ask.dbgdt
│ │ │ │ │ ├── ask.dni
│ │ │ │ │ └── ask.wsdt
│ │ │ │ ├── FSK
│ │ │ │ │ ├── AD9854.h
│ │ │ │ │ ├── ad9854sin.h
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Exe
│ │ │ │ │ │ │ └── fsk.d43
│ │ │ │ │ │ ├── List
│ │ │ │ │ │ └── Obj
│ │ │ │ │ │ ├── EW169.r43
│ │ │ │ │ │ ├── EW16C.r43
│ │ │ │ │ │ ├── EW16E.r43
│ │ │ │ │ │ ├── EW170.r43
│ │ │ │ │ │ ├── EW172.r43
│ │ │ │ │ │ ├── EW174.r43
│ │ │ │ │ │ ├── EW178.r43
│ │ │ │ │ │ ├── EW17B.r43
│ │ │ │ │ │ ├── EW183.r43
│ │ │ │ │ │ ├── EW186.r43
│ │ │ │ │ │ ├── EW189.r43
│ │ │ │ │ │ ├── EW18B.r43
│ │ │ │ │ │ ├── EW18F.r43
│ │ │ │ │ │ ├── EW192.r43
│ │ │ │ │ │ ├── EW195.r43
│ │ │ │ │ │ ├── EW197.r43
│ │ │ │ │ │ ├── fsk.pbd
│ │ │ │ │ │ └── main.r43
│ │ │ │ │ ├── fsk.dep
│ │ │ │ │ ├── fsk.ewd
│ │ │ │ │ ├── fsk.ewp
│ │ │ │ │ ├── fsk.eww
│ │ │ │ │ ├── main.c
│ │ │ │ │ ├── MYFSK
│ │ │ │ │ │ ├── AD9854.h
│ │ │ │ │ │ ├── ad9854sin.h
│ │ │ │ │ │ ├── ask.dep
│ │ │ │ │ │ ├── ask.ewd
│ │ │ │ │ │ ├── ask.ewp
│ │ │ │ │ │ ├── ask.eww
│ │ │ │ │ │ ├── Debug
│ │ │ │ │ │ │ ├── Exe
│ │ │ │ │ │ │ │ └── ask.d43
│ │ │ │ │ │ │ ├── List
│ │ │ │ │ │ │ └── Obj
│ │ │ │ │ │ │ ├── ask.pbd
│ │ │ │ │ │ │ ├── EW11E.r43
│ │ │ │ │ │ │ ├── EW121.r43
│ │ │ │ │ │ │ ├── EW126.r43
│ │ │ │ │ │ │ ├── EW12E.r43
│ │ │ │ │ │ │ ├── EW131.r43
│ │ │ │ │ │ │ ├── EW134.r43
│ │ │ │ │ │ │ ├── EW137.r43
│ │ │ │ │ │ │ ├── EW13A.r43
│ │ │ │ │ │ │ ├── EW13D.r43
│ │ │ │ │ │ │ ├── EW140.r43
│ │ │ │ │ │ │ ├── EW146.r43
│ │ │ │ │ │ │ ├── EW14C.r43
│ │ │ │ │ │ │ ├── EW14E.r43
│ │ │ │ │ │ │ ├── EW150.r43
│ │ │ │ │ │ │ ├── EW153.r43
│ │ │ │ │ │ │ ├── EW158.r43
│ │ │ │ │ │ │ ├── EW15B.r43
│ │ │ │ │ │ │ ├── EW15E.r43
│ │ │ │ │ │ │ ├── EW161.r43
│ │ │ │ │ │ │ ├── EW164.r43
│ │ │ │ │ │ │ ├── EW173.r43
│ │ │ │ │ │ │ ├── EW176.r43
│ │ │ │ │ │ │ ├── EW17C.r43
│ │ │ │ │ │ │ ├── EW183.r43
│ │ │ │ │ │ │ ├── EW186.r43
│ │ │ │ │ │ │ ├── EW188.r43
│ │ │ │ │ │ │ ├── EW18B.r43
│ │ │ │ │ │ │ ├── EW18E.r43
│ │ │ │ │ │ │ ├── EW199.r43
│ │ │ │ │ │ │ ├── EW19C.r43
│ │ │ │ │ │ │ ├── EW19F.r43
│ │ │ │ │ │ │ ├── EW1A2.r43
│ │ │ │ │ │ │ ├── EW27C.r43
│ │ │ │ │ │ │ ├── EW281.r43
│ │ │ │ │ │ │ ├── EW284.r43
│ │ │ │ │ │ │ ├── EW287.r43
│ │ │ │ │ │ │ ├── EW28A.r43
│ │ │ │ │ │ │ ├── EW28C.r43
│ │ │ │ │ │ │ ├── EW28E.r43
│ │ │ │ │ │ │ ├── EW291.r43
│ │ │ │ │ │ │ ├── EW294.r43
│ │ │ │ │ │ │ ├── EW296.r43
│ │ │ │ │ │ │ ├── EW2A0.r43
│ │ │ │ │ │ │ ├── EW2A4.r43
│ │ │ │ │ │ │ ├── EW2A6.r43
│ │ │ │ │ │ │ ├── EW2A9.r43
│ │ │ │ │ │ │ ├── EW2AC.r43
│ │ │ │ │ │ │ ├── EW2AF.r43
│ │ │ │ │ │ │ ├── EW2B2.r43
│ │ │ │ │ │ │ ├── EW2B7.r43
│ │ │ │ │ │ │ ├── EW2B9.r43
│ │ │ │ │ │ │ ├── EW2BC.r43
│ │ │ │ │ │ │ ├── EW2C2.r43
│ │ │ │ │ │ │ └── main.r43
│ │ │ │ │ │ ├── main.c
│ │ │ │ │ │ └── settings
│ │ │ │ │ │ ├── ask.cspy.bat
│ │ │ │ │ │ ├── ask.dbgdt
│ │ │ │ │ │ ├── ask.dni
│ │ │ │ │ │ └── ask.wsdt
│ │ │ │ │ └── settings
│ │ │ │ │ ├── fsk.cspy.bat
│ │ │ │ │ ├── fsk.dbgdt
│ │ │ │ │ ├── fsk.dni
│ │ │ │ │ └── fsk.wsdt
│ │ │ │ ├── PSK
│ │ │ │ │ ├── AD9854.h
│ │ │ │ │ ├── ad9854sin.h
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── Exe
│ │ │ │ │ │ │ └── fsk.d43
│ │ │ │ │ │ ├── List
│ │ │ │ │ │ └── Obj
│ │ │ │ │ │ ├── EW113.r43
│ │ │ │ │ │ ├── EW11A.r43
│ │ │ │ │ │ ├── EW11D.r43
│ │ │ │ │ │ ├── EW120.r43
│ │ │ │ │ │ ├── EW126.r43
│ │ │ │ │ │ ├── EW128.r43
│ │ │ │ │ │ ├── EW12A.r43
│ │ │ │ │ │ ├── EW12C.r43
│ │ │ │ │ │ ├── EW132.r43
│ │ │ │ │ │ ├── EW134.r43
│ │ │ │ │ │ ├── EW136.r43
│ │ │ │ │ │ ├── EW138.r43
│ │ │ │ │ │ ├── EW13A.r43
│ │ │ │ │ │ ├── EW13C.r43
│ │ │ │ │ │ ├── EW13E.r43
│ │ │ │ │ │ ├── EW140.r43
│ │ │ │ │ │ ├── EW142.r43
│ │ │ │ │ │ ├── EW14A.r43
│ │ │ │ │ │ ├── EW14D.r43
│ │ │ │ │ │ ├── EW14F.r43
│ │ │ │ │ │ ├── EW152.r43
│ │ │ │ │ │ ├── EW154.r43
│ │ │ │ │ │ ├── EW15A.r43
│ │ │ │ │ │ ├── EW15D.r43
│ │ │ │ │ │ ├── EW160.r43
│ │ │ │ │ │ ├── EW163.r43
│ │ │ │ │ │ ├── EW165.r43
│ │ │ │ │ │ ├── EW167.r43
│ │ │ │ │ │ ├── EW190.r43
│ │ │ │ │ │ ├── EW2C4.r43
│ │ │ │ │ │ ├── EW2C7.r43
│ │ │ │ │ │ ├── EW2CA.r43
│ │ │ │ │ │ ├── EW2CC.r43
│ │ │ │ │ │ ├── EW2CE.r43
│ │ │ │ │ │ ├── EW2D0.r43
│ │ │ │ │ │ ├── EW2D4.r43
│ │ │ │ │ │ ├── EW2D7.r43
│ │ │ │ │ │ ├── EW2D9.r43
│ │ │ │ │ │ ├── EW2DE.r43
│ │ │ │ │ │ ├── EW2E1.r43
│ │ │ │ │ │ ├── EW4.r43
│ │ │ │ │ │ ├── fsk.pbd
│ │ │ │ │ │ └── main.r43
│ │ │ │ │ ├── fsk.dep
│ │ │ │ │ ├── fsk.ewd
│ │ │ │ │ ├── fsk.ewp
│ │ │ │ │ ├── fsk.eww
│ │ │ │ │ ├── main.c
│ │ │ │ │ └── settings
│ │ │ │ │ ├── fsk.cspy.bat
│ │ │ │ │ ├── fsk.dbgdt
│ │ │ │ │ ├── fsk.dni
│ │ │ │ │ └── fsk.wsdt
│ │ │ │ └── scan
│ │ │ │ ├── AD9854.h
│ │ │ │ ├── ad9854sin.h
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Exe
│ │ │ │ │ │ └── scan.d43
│ │ │ │ │ ├── List
│ │ │ │ │ └── Obj
│ │ │ │ │ ├── EW101.r43
│ │ │ │ │ ├── EW104.r43
│ │ │ │ │ ├── EW10B.r43
│ │ │ │ │ ├── EW10D.r43
│ │ │ │ │ ├── EW10F.r43
│ │ │ │ │ ├── EW111.r43
│ │ │ │ │ ├── EW114.r43
│ │ │ │ │ ├── EW116.r43
│ │ │ │ │ ├── EW118.r43
│ │ │ │ │ ├── EW11B.r43
│ │ │ │ │ ├── EW11D.r43
│ │ │ │ │ ├── EW120.r43
│ │ │ │ │ ├── EW123.r43
│ │ │ │ │ ├── EW125.r43
│ │ │ │ │ ├── EW128.r43
│ │ │ │ │ ├── EW12B.r43
│ │ │ │ │ ├── EW12E.r43
│ │ │ │ │ ├── EW131.r43
│ │ │ │ │ ├── EW134.r43
│ │ │ │ │ ├── EW137.r43
│ │ │ │ │ ├── EW139.r43
│ │ │ │ │ ├── EW13C.r43
│ │ │ │ │ ├── EW13E.r43
│ │ │ │ │ ├── EW140.r43
│ │ │ │ │ ├── EW142.r43
│ │ │ │ │ ├── EW144.r43
│ │ │ │ │ ├── EW146.r43
│ │ │ │ │ ├── EW149.r43
│ │ │ │ │ ├── EW14B.r43
│ │ │ │ │ ├── EW154.r43
│ │ │ │ │ ├── EW156.r43
│ │ │ │ │ ├── EW15B.r43
│ │ │ │ │ ├── EW15D.r43
│ │ │ │ │ ├── EW161.r43
│ │ │ │ │ ├── EW164.r43
│ │ │ │ │ ├── EW167.r43
│ │ │ │ │ ├── EW16A.r43
│ │ │ │ │ ├── EW16D.r43
│ │ │ │ │ ├── EW170.r43
│ │ │ │ │ ├── EW173.r43
│ │ │ │ │ ├── EW176.r43
│ │ │ │ │ ├── EW179.r43
│ │ │ │ │ ├── EW17B.r43
│ │ │ │ │ ├── EW17E.r43
│ │ │ │ │ ├── EW180.r43
│ │ │ │ │ ├── EW183.r43
│ │ │ │ │ ├── EW186.r43
│ │ │ │ │ ├── EW189.r43
│ │ │ │ │ ├── EW18C.r43
│ │ │ │ │ ├── EW18F.r43
│ │ │ │ │ ├── EW192.r43
│ │ │ │ │ ├── EW195.r43
│ │ │ │ │ ├── EW198.r43
│ │ │ │ │ ├── EW19B.r43
│ │ │ │ │ ├── EW19D.r43
│ │ │ │ │ ├── EW1A0.r43
│ │ │ │ │ ├── EW1A3.r43
│ │ │ │ │ ├── EW1A5.r43
│ │ │ │ │ ├── EW1A8.r43
│ │ │ │ │ ├── EW1AA.r43
│ │ │ │ │ ├── EW1AD.r43
│ │ │ │ │ ├── EW1AF.r43
│ │ │ │ │ ├── EW1B2.r43
│ │ │ │ │ ├── EW1BE.r43
│ │ │ │ │ ├── EW1C1.r43
│ │ │ │ │ ├── EW1C3.r43
│ │ │ │ │ ├── EW1C5.r43
│ │ │ │ │ ├── EW1C7.r43
│ │ │ │ │ ├── EW1D3.r43
│ │ │ │ │ ├── EW1D6.r43
│ │ │ │ │ ├── EW1DD.r43
│ │ │ │ │ ├── EW1DF.r43
│ │ │ │ │ ├── EW1E3.r43
│ │ │ │ │ ├── EW1E9.r43
│ │ │ │ │ ├── EW1EB.r43
│ │ │ │ │ ├── EW1EF.r43
│ │ │ │ │ ├── EW1F1.r43
│ │ │ │ │ ├── EW1F4.r43
│ │ │ │ │ ├── EW1F7.r43
│ │ │ │ │ ├── EW1FA.r43
│ │ │ │ │ ├── EW2.r43
│ │ │ │ │ ├── EW36.r43
│ │ │ │ │ ├── EW38.r43
│ │ │ │ │ ├── EW39.r43
│ │ │ │ │ ├── EW3B.r43
│ │ │ │ │ ├── EW3C.r43
│ │ │ │ │ ├── EW3D.r43
│ │ │ │ │ ├── EW3F.r43
│ │ │ │ │ ├── EW40.r43
│ │ │ │ │ ├── EW42.r43
│ │ │ │ │ ├── EW43.r43
│ │ │ │ │ ├── EW44.r43
│ │ │ │ │ ├── EW46.r43
│ │ │ │ │ ├── EW47.r43
│ │ │ │ │ ├── EW48.r43
│ │ │ │ │ ├── EW49.r43
│ │ │ │ │ ├── EW4B.r43
│ │ │ │ │ ├── EW4C.r43
│ │ │ │ │ ├── EW4E.r43
│ │ │ │ │ ├── EW50.r43
│ │ │ │ │ ├── EW51.r43
│ │ │ │ │ ├── EW53.r43
│ │ │ │ │ ├── EW55.r43
│ │ │ │ │ ├── EW56.r43
│ │ │ │ │ ├── EW58.r43
│ │ │ │ │ ├── EW5A.r43
│ │ │ │ │ ├── EW5D.r43
│ │ │ │ │ ├── EW5F.r43
│ │ │ │ │ ├── EW5.r43
│ │ │ │ │ ├── EW60.r43
│ │ │ │ │ ├── EW63.r43
│ │ │ │ │ ├── EW65.r43
│ │ │ │ │ ├── EW68.r43
│ │ │ │ │ ├── EW6A.r43
│ │ │ │ │ ├── EW6B.r43
│ │ │ │ │ ├── EW6D.r43
│ │ │ │ │ ├── EW6E.r43
│ │ │ │ │ ├── EW6F.r43
│ │ │ │ │ ├── EW71.r43
│ │ │ │ │ ├── EW74.r43
│ │ │ │ │ ├── EW75.r43
│ │ │ │ │ ├── EW77.r43
│ │ │ │ │ ├── EW7C.r43
│ │ │ │ │ ├── EW7E.r43
│ │ │ │ │ ├── EW7F.r43
│ │ │ │ │ ├── EW7.r43
│ │ │ │ │ ├── EW80.r43
│ │ │ │ │ ├── EW82.r43
│ │ │ │ │ ├── EW85.r43
│ │ │ │ │ ├── EW87.r43
│ │ │ │ │ ├── EW89.r43
│ │ │ │ │ ├── EW8A.r43
│ │ │ │ │ ├── EW8C.r43
│ │ │ │ │ ├── EW8D.r43
│ │ │ │ │ ├── EW8F.r43
│ │ │ │ │ ├── EW8.r43
│ │ │ │ │ ├── EW90.r43
│ │ │ │ │ ├── EW91.r43
│ │ │ │ │ ├── EW93.r43
│ │ │ │ │ ├── EW96.r43
│ │ │ │ │ ├── EW99.r43
│ │ │ │ │ ├── EW9C.r43
│ │ │ │ │ ├── EW9F.r43
│ │ │ │ │ ├── EW9.r43
│ │ │ │ │ ├── EWA2.r43
│ │ │ │ │ ├── EWB.r43
│ │ │ │ │ ├── EWD2.r43
│ │ │ │ │ ├── EWD5.r43
│ │ │ │ │ ├── EWD7.r43
│ │ │ │ │ ├── EWD.r43
│ │ │ │ │ ├── EWF3.r43
│ │ │ │ │ ├── EWF6.r43
│ │ │ │ │ ├── EWF9.r43
│ │ │ │ │ ├── EWFC.r43
│ │ │ │ │ ├── EWFF.r43
│ │ │ │ │ ├── main.r43
│ │ │ │ │ └── scan.pbd
│ │ │ │ ├── main.c
│ │ │ │ ├── scan.dep
│ │ │ │ ├── scan.ewd
│ │ │ │ ├── scan.ewp
│ │ │ │ ├── scan.eww
│ │ │ │ └── settings
│ │ │ │ ├── scan.cspy.bat
│ │ │ │ ├── scan.dbgdt
│ │ │ │ ├── scan.dni
│ │ │ │ └── scan.wsdt
│ │ │ └── 单片机测试程序(MSP430).rar
│ │ ├── 用户手册
│ │ │ └── DDS模块板用户手册
│ │ │ └── DDS模块板用户手册.pdf
│ │ ├── 相关资料
│ │ │ ├── AD9854官方评估板原理图
│ │ │ │ └── AD9854官方评估板原理图.pdf
│ │ │ ├── 寄存器和程序集
│ │ │ │ ├── AD9854内部寄存器详解.doc
│ │ │ │ └── 用DDS AD9854产生各种波形程序集.doc
│ │ │ └── 应用文章
│ │ │ ├── 基于AD9854的信号发生器设计.pdf
│ │ │ ├── 基于AD9854的多功能信号源设计.pdf
│ │ │ ├── 基于DDS技术的高频正弦波发生器的设计.pdf
│ │ │ ├── 基于DDS芯片的信号源应用设计.pdf
│ │ │ ├── 基于单片机和DDS的高精度频率信号实现.pdf
│ │ │ └── 线性调频信号DDS频率合成源的设计与实现.pdf
│ │ ├── 硬件电路
│ │ │ └── DDS模块板硬件电路
│ │ │ ├── DDS模块板原理图.pdf
│ │ │ └── DDS模块板布局图.pdf
│ │ └── 芯片资料
│ │ └── AD9854
│ │ └── AD9854.pdf
│ ├── 电子竞赛模块-高速DDS(AD9854ASQ)模块板发行资料.rar
│ └── 转发:AD9854资料.zip
├── CORE
│ ├── core_cm4.h
│ ├── core_cm4_simd.h
│ ├── core_cmFunc.h
│ ├── core_cmInstr.h
│ └── startup_stm32f40_41xxx.s
├── FWLIB
│ ├── inc
│ │ ├── misc.h
│ │ ├── stm32f4xx_adc.h
│ │ ├── stm32f4xx_can.h
│ │ ├── stm32f4xx_crc.h
│ │ ├── stm32f4xx_cryp.h
│ │ ├── stm32f4xx_dac.h
│ │ ├── stm32f4xx_dbgmcu.h
│ │ ├── stm32f4xx_dcmi.h
│ │ ├── stm32f4xx_dma2d.h
│ │ ├── stm32f4xx_dma.h
│ │ ├── stm32f4xx_exti.h
│ │ ├── stm32f4xx_flash.h
│ │ ├── stm32f4xx_flash_ramfunc.h
│ │ ├── stm32f4xx_fmc.h
│ │ ├── stm32f4xx_fsmc.h
│ │ ├── stm32f4xx_gpio.h
│ │ ├── stm32f4xx_hash.h
│ │ ├── stm32f4xx_i2c.h
│ │ ├── stm32f4xx_iwdg.h
│ │ ├── stm32f4xx_ltdc.h
│ │ ├── stm32f4xx_pwr.h
│ │ ├── stm32f4xx_rcc.h
│ │ ├── stm32f4xx_rng.h
│ │ ├── stm32f4xx_rtc.h
│ │ ├── stm32f4xx_sai.h
│ │ ├── stm32f4xx_sdio.h
│ │ ├── stm32f4xx_spi.h
│ │ ├── stm32f4xx_syscfg.h
│ │ ├── stm32f4xx_tim.h
│ │ ├── stm32f4xx_usart.h
│ │ └── stm32f4xx_wwdg.h
│ └── src
│ ├── misc.c
│ ├── stm32f4xx_adc.c
│ ├── stm32f4xx_can.c
│ ├── stm32f4xx_crc.c
│ ├── stm32f4xx_cryp_aes.c
│ ├── stm32f4xx_cryp.c
│ ├── stm32f4xx_cryp_des.c
│ ├── stm32f4xx_cryp_tdes.c
│ ├── stm32f4xx_dac.c
│ ├── stm32f4xx_dbgmcu.c
│ ├── stm32f4xx_dcmi.c
│ ├── stm32f4xx_dma2d.c
│ ├── stm32f4xx_dma.c
│ ├── stm32f4xx_exti.c
│ ├── stm32f4xx_flash.c
│ ├── stm32f4xx_flash_ramfunc.c
│ ├── stm32f4xx_fmc.c
│ ├── stm32f4xx_fsmc.c
│ ├── stm32f4xx_gpio.c
│ ├── stm32f4xx_hash.c
│ ├── stm32f4xx_hash_md5.c
│ ├── stm32f4xx_hash_sha1.c
│ ├── stm32f4xx_i2c.c
│ ├── stm32f4xx_iwdg.c
│ ├── stm32f4xx_ltdc.c
│ ├── stm32f4xx_pwr.c
│ ├── stm32f4xx_rcc.c
│ ├── stm32f4xx_rng.c
│ ├── stm32f4xx_rtc.c
│ ├── stm32f4xx_sai.c
│ ├── stm32f4xx_sdio.c
│ ├── stm32f4xx_spi.c
│ ├── stm32f4xx_syscfg.c
│ ├── stm32f4xx_tim.c
│ ├── stm32f4xx_usart.c
│ └── stm32f4xx_wwdg.c
├── HARDWARE
│ └── AD9854
│ ├── AD9854.c
│ └── AD9854.h
├── keilkilll.bat
├── MATLAB测试代码
│ └── Untitled.m
├── OBJ
│ ├── ad9854.crf
│ ├── ad9854.d
│ ├── ad9854.o
│ ├── delay.crf
│ ├── delay.d
│ ├── delay.o
│ ├── ExtDll.iex
│ ├── main.crf
│ ├── main.d
│ ├── main.o
│ ├── misc.crf
│ ├── misc.d
│ ├── misc.o
│ ├── startup_stm32f40_41xxx.d
│ ├── startup_stm32f40_41xxx.lst
│ ├── startup_stm32f40_41xxx.o
│ ├── stm32f4xx_adc.crf
│ ├── stm32f4xx_adc.d
│ ├── stm32f4xx_adc.o
│ ├── stm32f4xx_can.crf
│ ├── stm32f4xx_can.d
│ ├── stm32f4xx_can.o
│ ├── stm32f4xx_crc.crf
│ ├── stm32f4xx_crc.d
│ ├── stm32f4xx_crc.o
│ ├── stm32f4xx_cryp_aes.crf
│ ├── stm32f4xx_cryp_aes.d
│ ├── stm32f4xx_cryp_aes.o
│ ├── stm32f4xx_cryp.crf
│ ├── stm32f4xx_cryp.d
│ ├── stm32f4xx_cryp_des.crf
│ ├── stm32f4xx_cryp_des.d
│ ├── stm32f4xx_cryp_des.o
│ ├── stm32f4xx_cryp.o
│ ├── stm32f4xx_cryp_tdes.crf
│ ├── stm32f4xx_cryp_tdes.d
│ ├── stm32f4xx_cryp_tdes.o
│ ├── stm32f4xx_dac.crf
│ ├── stm32f4xx_dac.d
│ ├── stm32f4xx_dac.o
│ ├── stm32f4xx_dbgmcu.crf
│ ├── stm32f4xx_dbgmcu.d
│ ├── stm32f4xx_dbgmcu.o
│ ├── stm32f4xx_dcmi.crf
│ ├── stm32f4xx_dcmi.d
│ ├── stm32f4xx_dcmi.o
│ ├── stm32f4xx_dma2d.crf
│ ├── stm32f4xx_dma2d.d
│ ├── stm32f4xx_dma2d.o
│ ├── stm32f4xx_dma.crf
│ ├── stm32f4xx_dma.d
│ ├── stm32f4xx_dma.o
│ ├── stm32f4xx_exti.crf
│ ├── stm32f4xx_exti.d
│ ├── stm32f4xx_exti.o
│ ├── stm32f4xx_flash.crf
│ ├── stm32f4xx_flash.d
│ ├── stm32f4xx_flash.o
│ ├── stm32f4xx_flash_ramfunc.crf
│ ├── stm32f4xx_flash_ramfunc.d
│ ├── stm32f4xx_flash_ramfunc.o
│ ├── stm32f4xx_fsmc.crf
│ ├── stm32f4xx_fsmc.d
│ ├── stm32f4xx_fsmc.o
│ ├── stm32f4xx_gpio.crf
│ ├── stm32f4xx_gpio.d
│ ├── stm32f4xx_gpio.o
│ ├── stm32f4xx_hash.crf
│ ├── stm32f4xx_hash.d
│ ├── stm32f4xx_hash_md5.crf
│ ├── stm32f4xx_hash_md5.d
│ ├── stm32f4xx_hash_md5.o
│ ├── stm32f4xx_hash.o
│ ├── stm32f4xx_hash_sha1.crf
│ ├── stm32f4xx_hash_sha1.d
│ ├── stm32f4xx_hash_sha1.o
│ ├── stm32f4xx_i2c.crf
│ ├── stm32f4xx_i2c.d
│ ├── stm32f4xx_i2c.o
│ ├── stm32f4xx_it.crf
│ ├── stm32f4xx_it.d
│ ├── stm32f4xx_it.o
│ ├── stm32f4xx_iwdg.crf
│ ├── stm32f4xx_iwdg.d
│ ├── stm32f4xx_iwdg.o
│ ├── stm32f4xx_ltdc.crf
│ ├── stm32f4xx_ltdc.d
│ ├── stm32f4xx_ltdc.o
│ ├── stm32f4xx_pwr.crf
│ ├── stm32f4xx_pwr.d
│ ├── stm32f4xx_pwr.o
│ ├── stm32f4xx_rcc.crf
│ ├── stm32f4xx_rcc.d
│ ├── stm32f4xx_rcc.o
│ ├── stm32f4xx_rng.crf
│ ├── stm32f4xx_rng.d
│ ├── stm32f4xx_rng.o
│ ├── stm32f4xx_rtc.crf
│ ├── stm32f4xx_rtc.d
│ ├── stm32f4xx_rtc.o
│ ├── stm32f4xx_sai.crf
│ ├── stm32f4xx_sai.d
│ ├── stm32f4xx_sai.o
│ ├── stm32f4xx_sdio.crf
│ ├── stm32f4xx_sdio.d
│ ├── stm32f4xx_sdio.o
│ ├── stm32f4xx_spi.crf
│ ├── stm32f4xx_spi.d
│ ├── stm32f4xx_spi.o
│ ├── stm32f4xx_syscfg.crf
│ ├── stm32f4xx_syscfg.d
│ ├── stm32f4xx_syscfg.o
│ ├── stm32f4xx_tim.crf
│ ├── stm32f4xx_tim.d
│ ├── stm32f4xx_tim.o
│ ├── stm32f4xx_usart.crf
│ ├── stm32f4xx_usart.d
│ ├── stm32f4xx_usart.o
│ ├── stm32f4xx_wwdg.crf
│ ├── stm32f4xx_wwdg.d
│ ├── stm32f4xx_wwdg.o
│ ├── sys.crf
│ ├── sys.d
│ ├── sys.o
│ ├── system_stm32f4xx.crf
│ ├── system_stm32f4xx.d
│ ├── system_stm32f4xx.o
│ ├── Template.axf
│ ├── Template.build_log.htm
│ ├── Template.hex
│ ├── Template.htm
│ ├── Template.lnp
│ ├── Template.map
│ ├── Template.sct
│ ├── Template_Template.dep
│ ├── usart.crf
│ ├── usart.d
│ └── usart.o
├── README
│ └── README.txt
├── readme.txt
├── SYSTEM
│ ├── delay
│ │ ├── delay.c
│ │ └── delay.h
│ ├── sys
│ │ ├── sys.c
│ │ └── sys.h
│ └── usart
│ ├── usart.c
│ └── usart.h
└── USER
├── JLinkSettings.ini
├── main1.c
├── main.c
├── stm32f4xx_conf.h
├── stm32f4xx.h
├── stm32f4xx_it.c
├── stm32f4xx_it.h
├── system_stm32f4xx.c
├── system_stm32f4xx.h
├── Template.uvguix.Administrator
├── Template.uvguix.chenyk
├── Template.uvoptx
└── Template.uvprojx
170 directories, 2015 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论