How to Create 7 Segment Controller in FPGA using Verilog? | FPGA Programming in Vivado| Nexys 4 FPGA

Поділитися
Вставка
  • Опубліковано 25 гру 2024

КОМЕНТАРІ • 21

  • @maazmahmood7392
    @maazmahmood7392 Рік тому

    I would suggest make more videos related to FPGA. Digital Clock, Stopwatch, and many more cool projects!

  • @ctbram0627
    @ctbram0627 Рік тому +2

    my 90-year-old mother could program a module to turn on a single sseg display. Where it is tricky and I have not found a single example is to turn multiple on at the same time since they all share the same 8 LEDs. In theory, I know what needs to be done but I do not know how to put it into practice. I know I have to cycle through the anodes displaying a value with each corresponding anode but I can't figure out how to do it. I cannot make four instances of hex7seg because all four share the same 8-pin positions for the 7 segments plus the dp.

    • @ElectroDeCODE
      @ElectroDeCODE  Рік тому

      New video for using multiple 7 segment displays will be uploaded soon.

  • @Labiqakhan
    @Labiqakhan Рік тому +2

    Thankyou sir, you helped me alot.

  • @maazmahmood7392
    @maazmahmood7392 Рік тому

    Thanks a Lot. It worked on Basys 3!

  • @technogeek5365
    @technogeek5365 2 роки тому +2

    Best explanation. How can we use multiple 7 segments ?

    • @ElectroDeCODE
      @ElectroDeCODE  2 роки тому +2

      The video featuring multiple seven segments will be uploaded soon.

    • @technogeek5365
      @technogeek5365 2 роки тому

      @@ElectroDeCODE Great.

    • @OkoIyae6
      @OkoIyae6 Рік тому +1

      @@ElectroDeCODE currently working on 4 bit adder with result displayed on 2 7-segment displays would love to see a multiple 7 segment display video! (for example 1001 + 0110 printing 1 and 5 on 2 displays, showing the result to be 15)

    • @sumairaziz9219
      @sumairaziz9219 Рік тому +1

      @@OkoIyae6 That video will be uploaded soon.

  • @SenayudhaS
    @SenayudhaS 8 місяців тому +2

    why mine is inverted

    • @ElectroDeCODE
      @ElectroDeCODE  7 місяців тому

      Check your connections carefully.

    • @thymanbearpig7555
      @thymanbearpig7555 5 місяців тому +1

      I had the same issue, the case statement here should actually make cathode output reg to be declared as [0:6].

    • @ElectroDeCODE
      @ElectroDeCODE  5 місяців тому

      @thymanbearpig7555 thanks for your input dear

  • @nethravathy631
    @nethravathy631 Рік тому

    Thank you sir

  • @karthiktammali2423
    @karthiktammali2423 8 місяців тому

    Hello sir
    Can I get the source code

  • @ELBMamtasingh
    @ELBMamtasingh 2 місяці тому

    Hello sir
    Source code please

  • @WIZARD-fc7uo
    @WIZARD-fc7uo Рік тому

    Source code