- Joined
- Jun 1, 2009
- Messages
- 3
- Reaction score
- 0
Hi All,
I'm new to VHDL.
I have a C-code with me:
for (i = 0; i < 256; i++)
prob = (double) A / (double) n;
What is the easiest way to implement this in VHDL? I dont care to optimize on the division.
Thanks in advance.
I'm new to VHDL.
I have a C-code with me:
for (i = 0; i < 256; i++)
prob = (double) A / (double) n;
What is the easiest way to implement this in VHDL? I dont care to optimize on the division.
Thanks in advance.