上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 22 下一页
摘要: 如何保存ISE综合后的RTL schematic为pdf2013-06-23 20:50:10代码进行综合后,可以得到一个ngr文件,在ISE中打开该文件可以打开RTL schematic,这样每次要查看RTL schematic都必须打开ISE,比较麻烦,如何不通过ISE打开RTL schematic呢?之前查了很多资料都没找到,最近学习planahead,发现通过planahead的RTL schematic可以将其导出为pdf文件,非常方便,如下选择save as pdf file,就会唐初一个对话框,提示保存的路径:(注意只能在planahead中操作) 阅读全文
posted @ 2013-06-23 21:06 永不止步,永无止境 阅读(3970) 评论(0) 推荐(0) 编辑
摘要: ISE综合后可以看到RTL Schematic,但我们知道在RTL编码时,要经常问自己一个问题“我写的这段代码会综合成什么样的电路呢”。对于一个简单的设计,比如一个触发器,综合后的RTL电路可能只有一个instance,就是触发器,很直观。但对于一个比较大的设计,RTL Schematic就比较复杂,包含了很多instance,怎么知道RTL Schematic中的instance与哪段代码对应呢,也就是如何找到感兴趣的instance在RTL代码中的definition? 阅读全文
posted @ 2013-06-23 20:49 永不止步,永无止境 阅读(2086) 评论(0) 推荐(0) 编辑
摘要: 2013-06-22 14:56:39documentation navigator是xilinx的资料导航,是一个小插件,可以到xilinx的官网上下载,我的是Xilinx_DocNav_2013.1_0411_1.zip。使用xilinx的documentation navigator可以很方便地查找xilinx FPGA设计的资料,里面包括了不同device、不同版本的ISE的各种user guide、video tutorial等所有官方资料的链接,安装后,在开始里找到,打开,如下:在右边的Document Filters中不同分类下对应的类型前打钩,选择想要的资料。如果不会使用,可在 阅读全文
posted @ 2013-06-22 15:07 永不止步,永无止境 阅读(4988) 评论(0) 推荐(0) 编辑
摘要: 2013-06-22 11:03:02在找资料时,通过官网输入关键字的方法找资料,有事会给出很多版本的链接、或者找不到,下面给出一种简便的方法,可以快速找到想要的资料。如果要找ISE各个工具如planahead、chipscope等的资料,除了直接通过FPGA Tutorials连接(http://www.xilinx.com/training/fpga-tutorials.htm),在安装ISE的情况下,通过软件的help来找更加方便,因为help中会直接给出相应版本的document、user guide等资料的连接。比如要找planahead13.1的资料,可通过Start > P 阅读全文
posted @ 2013-06-22 11:07 永不止步,永无止境 阅读(1263) 评论(0) 推荐(0) 编辑
摘要: 2013-06-20 21:08:48中断的配置有两种常用的方式:一是通过CSL提供的API进行配置,这种方法相对DSP/BIOS偏底层,也比较麻烦;这种方法要求对中断系统的工作方式很清楚。二是通过DSP/BIOS的图形界面配置,这种方法对于新手来说更加方便,不用写代码,就能完成中断的配置;相对第一种,该方法对开发者的要求较低。6455的中断是基于事件的,共有128个事件,但CPU可用的中断只有12个,这就有了事件组合(event combination),将128个事件分为4组,减小到四个组合后的事件。关于如何通过DSP/BIOS配置中断,以及是否使用ECM(event combiner m 阅读全文
posted @ 2013-06-20 21:10 永不止步,永无止境 阅读(2267) 评论(0) 推荐(0) 编辑
摘要: 问题描述:Hello everybody,I was looking for DSPLIB libraries optimized for C6455 processors. I found this page:http://software-dl.ti.com/sdoemb/sdoemb_public_sw/dsplib/latest/index_FDS.html.But the last release, as I found out after installing it, has precompiled libraries for CCS v4+Code Generation Tool 阅读全文
posted @ 2013-06-20 20:04 永不止步,永无止境 阅读(1184) 评论(7) 推荐(0) 编辑
摘要: 2013-06-20 11:13:35中断服务程序不用interrupt关键字也可实现中断,该关键字是否必须?使用tools->pin connect,将INT5与pin.txt关联,模拟外部中断,主函数如下: 1 #include <stdio.h> 2 #include <gbl.h> 3 #include "pin_connect_cfg.h" 4 5 int main() 6 { 7 C64_enableIER(1<<5); 8 } 9 10 interrupt void HWI_int5_isr()11 //void HW 阅读全文
posted @ 2013-06-20 11:31 永不止步,永无止境 阅读(1399) 评论(0) 推荐(0) 编辑
摘要: 2013-06-20 10:31:52CSDN无网无痕的专栏,有比较多的关于DSP的文章:http://blog.csdn.net/zzsfqiuyigui/article/details/6944509EEPW论坛,电子工程师技术交流论坛:http://forum.eepw.com.cn/forum/forum/forumid/29/type/good 阅读全文
posted @ 2013-06-20 10:37 永不止步,永无止境 阅读(350) 评论(0) 推荐(0) 编辑
摘要: 2013-06-20 10:19:22在CCS2.0 的emulator写dsp/bios 的程序,编译链接无错误,而点击LOAD Program下载xxx.out完成时弹出如下对话框:RTDX target application does not match emulation protocol!Loaded program was created with an rtdx library which does not match the targetdevice这将导致RTDX(实时数据交换)不能使用分析:RTXD可以在DSP/BIOS中使用,也可以脱离DSP/BIOS使用;目前CCS 阅读全文
posted @ 2013-06-20 10:20 永不止步,永无止境 阅读(757) 评论(0) 推荐(0) 编辑
摘要: 2013-06-20 10:03:32烧写过程是合众达给出的文档problem:I'm new to using Code Composer Studio 3.3 and am having a very frustrating problem. Sometimes after editing code in my main c file, when I go to save or rebuild I get the following message:"The document has been modified outside of Code Composer. Woul 阅读全文
posted @ 2013-06-20 10:04 永不止步,永无止境 阅读(929) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 22 下一页