- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
picoblaze assembly
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-04-2012 11:51 PM
Hello,
I try to write picoblaze assembly code on pBlaze IDE environment, but I encountered some errors. If I didn't make any mistake, it has given errors on even reference codes (s3esk_picoblaze_nor_flash_programmer).
Do you know any different environment which lets me debug assembly code.
Regards.
--
Re: picoblaze assembly
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-05-2012 10:27 AM
pBlaze is not a Xilinx utility and is not 100% compatibile with its syntax.
From the PicoBlaze/kcpsm3 user guide (http://www.xilinx.com/support/documentation/ip_doc
/*
The pBlazIDE syntax and instruction mnemonics are different than the Xilinx KCPSM3
syntax. The pBlazIDE software provides an import function to convert KCPSM3 code to
the pBlazIDE syntax.
*/
There are some other potentially interesting tools but I have no personal experience with them and they are not officially supported.
http://www.ivysim.com/picoblaze/debug/ (picoblaze debugger)
http://www.xs4all.nl/~marksix/kpicosim.html (simulator and assembler for the picoblaze, with a graphical user interface)
Cheers,
bt











