Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
15 years ago

Convert C code to Verilog VHDL

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

2 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

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

    Not about converting C (software) into VHDL (hardware).
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored 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.