storing a multiplexer output in memory depending on select l

N

nitin sapre

Guest
I have 2^n inputs n select lines. depending upon select line i need to pass my input and store it in memory one by one. How should be the flow in verilog?
 
On Monday, February 17, 2020 at 4:27:51 AM UTC-5, nitin sapre wrote:
> I have 2^n inputs n select lines. depending upon select line i need to pass my input and store it in memory one by one. How should be the flow in verilog?

Do you know what an array is? What you are describing is a memory which is represented by an array in the HDL. Has your class covered arrays yet?

--

Rick C.

- Get 1,000 miles of free Supercharging
- Tesla referral code - https://ts.la/richard11209
 

Welcome to EDABoard.com

Sponsor

Back
Top