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.

How to convert 'C' to verilog? Cook toom algorithm!!

Status
Not open for further replies.

muthuraj.mit

Newbie level 3
Joined
Oct 14, 2011
Messages
3
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,296
Hi to all,
I was instructed to implement cook toom algorithm. I tried and executed in 'C' language. Now i have to implement in verilog or VHDL.Can anyone help me to do in this? Is there any way to convert or any softwares available for this? I am in need of it as quick as possible. Thanks in advance.!
 

No, there is not really any way you can convert C (or any other software code) to an HDL like Verilog, VHDL, etc. There are certainly products which do some partial conversion, yet their success is questionable.. Also, it is not quite logical to convert a software code into hardware directly, since there will be many changes in terms of implementation. So, basically, what you should do is to use the algorithm in your C code to write the Verilog or VHDL yourself. Hardware development is not easy as just converting some C code to an HDL, it contains many other considerations and implementation-specific issues which you should consider and deal with.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top