Forum Discussion

KRose13's avatar
KRose13
Icon for New Contributor rankNew Contributor
5 years ago

Hello, I am writing a verilog code from my DE10-Lite Board to scroll the a word or number but keep having errors. Would you be able to help?

module DE10_LITE_Default( input clock, reset, input HEX0, HEX1, HEX2, HEX3, //the 4 inputs for each display output a, b, c, d, e, f, g, dp, //the individual LED output for the seven segment alo...