Can I translate BitStream back to VHDL code?

Status
Not open for further replies.

mobile-it

Advanced Member level 1
Joined
Apr 24, 2004
Messages
464
Helped
22
Reputation
44
Reaction score
8
Trophy points
1,298
Activity points
3,344
Is it possible to translate a bitstream (for fpga programming) back to VHDL code?


thanks for advance

This is for a research project... can you give me your opinion?
 

Re: BitStream

If you had enough knowledge about the internals of the FPGA, you could produce VHDL style of code. However, it would be meaningless. No disassembler can decipher that this group of bits is the "command data bus", or the "multiplex vector address" etc. The output would be the same as running a microcontroller's hex file through a disassembler. It does produce an assembly file, but does not even hint at how the code really works. All variables, registers, buses, and signals are given meaningless numeric names.
 

    mobile-it

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…