Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
12621 Discussions

Convert C code to Verilog VHDL

Altera_Forum
Honored Contributor II
2,289 Views

Hi there, 

 

I want to learn more about Verilog VHDL, so I want to find a book shows how to convert C code to verilog VHDL for my learn experience. 

 

Does anybody know good books out there? 

 

Thanks, 

Sean
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
954 Views

No, typically the books only talk about Verilog or VHDL. 

Not about converting C (software) into VHDL (hardware).
0 Kudos
Altera_Forum
Honored Contributor II
954 Views

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.
0 Kudos
Reply