PicoBlaze 学习笔记7: PicoBlaze学习资料汇总<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
PicoBlaze 介绍(一)-simux的博客-与非网
http://www.eefocus.com/myspace/blog/show_141880.html
PicoBlaze 介绍(二)-simux的博客-与非网
http://www.eefocus.com/myspace/blog/show.php?id=143892
PicoBalze 介绍(三)-simux的博客-与非网
http://www.eefocus.com/myspace/blog/show_145147.html
怎样来做picoblaze? - savor's Blog
http://kalman.is-programmer.com/posts/6217.html
picoblaze(1): 特点与对比 - savor's Blog
http://kalman.is-programmer.com/posts/6221.html
picoblaze(2): 内部的构造 - savor's Blog
http://kalman.is-programmer.com/posts/6222.html
picoblaze(3): 一个简单的例子+如何仿真 - savor's Blog
http://kalman.is-programmer.com/posts/6223.html
picoblaze(4): 利用pblazeIDE进行pico开发 - savor's Blog
http://kalman.is-programmer.com/posts/6225.html
picoblaze(5): 让pico动起来!添加外部模块和IO接口 - savor's Blog
http://kalman.is-programmer.com/posts/6226.html
维库电子市场(www.dzsc.com)
PicoBlaze处理器添加处理器指令的设计流程
http://www.dzsc.com/data/html/2008-9-19/69659.html
定制新的PicoBlaze处理器
http://www.dzsc.com/data/html/2008-9-19/69658.html
设计PicoBlaze处理器
http://www.dzsc.com/data/html/2008-9-19/69649.html
PicoBlaze8位处理器指令集
http://www.dzsc.com/data/html/2008-9-19/69641.html
PicoBlaze处理器中间结果暂存寄存器(Scratchpad RAM)
http://www.dzsc.com/data/html/2008-9-19/69636.html
PicoBlaze处理器中断指令组
http://www.dzsc.com/data/html/2008-9-19/69628.html
PicoBlaze处理器设计流流程
http://www.dzsc.com/data/html/2008-9-19/69656.html
关于PicoBlaze编译器KCPSM3的使用 -- 1oh1oh1oh's Blog
http://blog.ednchina.com/1oh1oh1oh/123475/message.aspx
picoblaze的调试工具pBlazIDE的使用注意点 -- 1oh1oh1oh's Blog
http://blog.ednchina.com/1oh1oh1oh/129298/message.aspx
关于PicoBlaze C编译器
很多人都想既然汇编这么难用,为什么不用C啊,说实在的,我确实在google找过,不过很遗憾,Xilinx官方没有PicoBlaze的C编译器,可能Xilinx对PicoBlaze不重视吧,或者PicoBlaze用不了C编译器吧。不过国外有个人自己弄了一个叫Pccomp。
Pccomp下载 https://static.assets-stash.eet-china.com/album/old-resources/2009/5/11/3c57bdb7-de16-47f1-8cd2-874a1ac24d44.zip
好像只支持256个指令以下,支持XC3S400以下芯片吧(也就是不支持XC3S500,所以我也用不了)
注意:这些所谓的C compiler 都是"yet another assembly language.", 也就是说,都不是和ANSI C 兼容的C语言。与其学习语法严格受限制的C语言写K级的程序, 不如直接用汇编来写. 不过,如果要学习如何写一个最简单的编译器的话, 倒是一个好机会.
参考:
1)PicoBlaze 有没有C编译器??
http://www.eefocus.com/myspace/blog/show_75539.html
2)Picobalze in the FPGA
http://www.fpgarelated.com/usenet/fpga/show/58667-1.php
3)Picoblaze C Compiler
文章评论(0条评论)
登录后参与讨论