Lesson 26 - VHDL Example 13: 7-Segment Decoder-case Statement

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

КОМЕНТАРІ •

  • @ns5253
    @ns5253 10 років тому

    In the UCF file you need to reverse the indexes for seg for the VHDL code to work properly. Thus, seg = LOC L18, seg = LOC F18 etc.
    Also seg must be renamed as a_to_g.

  • @emrann12
    @emrann12 11 років тому

    Hi, what would the coding for 2 digit segment display look like

  • @joseefredyhurtadom4058
    @joseefredyhurtadom4058 10 років тому

    I have an error. Why show this menssage? parse error, unexpected STRING_LITERAL, expecting PIPE or ROW

  • @tayaaron1921
    @tayaaron1921 9 років тому

    How do i write if i have 9 bits input to 4 characters bcd 7 segment?

  • @adash5001
    @adash5001 12 років тому

    I have used case statements without using others