Sign In

Don't have a Xilinx account yet?

  • Choose to receive important news and product information
  • Gain access to special content
  • Personalize your web experience on Xilinx.com

Create Account

Username

Password

Forgot your password?
XClose Panel
Xilinx Home
Reply
Visitor
fatihtir
Posts: 8
Registered: ‎03-04-2012
0

picoblaze assembly

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.

 

 

--

 

Xilinx Employee
barriet
Posts: 2,437
Registered: ‎08-13-2007
0

Re: picoblaze assembly

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_documentation/ug129.pdf)

/*

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