Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top