EmbDev.net

Forum: FPGA, VHDL & Verilog simple serial number converter


von Mattaaaaaaaaaaaa A. (mattiq)


Rate this post
useful
not useful
Hi probably i will sound as rl noob but to be hosent with you im 
completely green in vhdl :)
I have question to do and have no idea what to do with it.
Design a system that can be used to convert 8-­‐bit serial no.LSB first 
to an 8-­‐bit serial no. MSB first.Show the timing waveforms for 16 
clock pulses and any control pulses that may be required for the binary 
number 10110100 to be converted to MSB format.

Can anyone help me with this(or tell me how to start)?? i have to use 
xilin plan ahead 14.7

many thanks

mattiq

von P. K. (pek)


Rate this post
useful
not useful
- Shift your data into an 8-bit register
- Copy the 8-bit-word (parallel) into a second register
- Shift it out the other way round (and simultaneously
  shift in the next word in the first register)

Be aware that you'll get 8 clock cycles latency.

von P. Kerk (Guest)


Rate this post
useful
not useful
Any resources for avb (development) for embdev, especially tips 
regarding what to configure and for testing after development. ? 
http://helrpace.com/helpdesk

Please log in before posting. Registration is free and takes only a minute.
Existing account
Do you have a Google/GoogleMail account? No registration required!
Log in with Google account
No account? Register here.