AkshayBiju10 / DCT_IDCT_FPGA

Written in Verilog, Implements DCT-II AAN algorithm and it's inverse algorithm on FPGA
3 stars 3 forks source link

seven segment display code not found #1

Open npranavb opened 1 year ago

npranavb commented 1 year ago

Hey, can you please provide the code for the seven segment display used?

seg7decimal2 u7 ( .B(x), .clk(clk), .clr(btnC), .dec(dec), .a_to_g(seg), .an(an), .dp(dp) );

Can you provide the module ?

npranavb commented 1 year ago

Basically how is the logic from .dec port written?