Forum Discussion
2 Replies
- Altera_Forum
Honored Contributor
No, typically the books only talk about Verilog or VHDL.
Not about converting C (software) into VHDL (hardware). - Altera_Forum
Honored Contributor
Its not as simply as translating from C to Verilog or VHDL (Verilog and VHDL are different languages).
You have to break down the C function and see what is required from hardware components. Often, a simple C function can become very complicated in VHDL/Verilog.