Binome
Full Member level 3
- Joined
- Nov 16, 2009
- Messages
- 153
- Helped
- 2
- Reputation
- 4
- Reaction score
- 2
- Trophy points
- 1,298
- Location
- Lyon, France
- Activity points
- 2,412
Hi,
I will simplify my question: say I want to store an array of n*m numbers. Then I want to be able to compute the product of two such values, many products at the same time. I think I can't use a memory as only one value will be readable at each clock cycle and I need to read any value immediatly at any time.
How should I implement it in VHDL language?
Thanks.
I will simplify my question: say I want to store an array of n*m numbers. Then I want to be able to compute the product of two such values, many products at the same time. I think I can't use a memory as only one value will be readable at each clock cycle and I need to read any value immediatly at any time.
How should I implement it in VHDL language?
Thanks.