View Single Post
  #3  
Old 09-05-2018, 16:30
eychei eychei is offline
Friend
 
Join Date: Mar 2018
Posts: 57
Rept. Given: 0
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 34
Thanks Rcvd at 10 Times in 10 Posts
eychei Reputation: 0
Thank you for the link.

I am working on a Artix-7 bitstream. This is not supported by most of the github codes.

The second link you send me is for programming the FPGA.

What I have right now is microblaze opcodes and therefore the asm instructions. I have disassembled it with a microblaze plugin for IDA.

Now reading asm is difficult and I would like to decompile to C.
The Microblaze is a 32-Bit Risc-Microcontroller.
Maybe there are other RISC decompilers out there? I couldnt find anything for microblaze.

thanks for the help everyone.

-e
Reply With Quote