VHDL to machine code converter

Joined
Jan 25, 2015
Messages
1
Reaction score
0
Hi,
I just wanted to know that is it possible to convert VHDL to other processor's machine code(such as intel)?
I basically want to know is there any VHDL to assembly converter?
 
Joined
Jul 19, 2023
Messages
1
Reaction score
0
Technically, you never actually run VHDL. After synthesizing into a netlist and then vendor-specific binary, you upload the binary to a device, always an FPGA or ASIC. However your binary does not contain a program at all. Your binary is a circuit. It doesn't really make sense to talk about converting that to assembly.

If you're interested in simulation, some of the better (i.e. expensive) simulators convert VHDL to C, and then from C to assembly. However it's important to understand that whatever C code you generate is merely a simulation of your circuit, not the circuit itself.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,733
Messages
2,569,440
Members
44,829
Latest member
PIXThurman

Latest Threads

Top