scroll text on 8 7-segment displays

Thread Starter

help_please

Joined Feb 18, 2012
6
I'm attempting to write a code in verilog to scroll text on 8 7-segment displays but not really sure how to go about this. Someone in my lab mentioned a K statement but can't really find much info on how to go about this. Anyone have any advice?
 
I think your classmate meant 'case' statement.

You'll need to be more explicit about what you need to do. How fast does your text need to scroll? What do you even mean by scroll... left to right? What text needs to be displayed.
 
Top