1 / 12

Hardware Description Language Aula 6 - VHDL

Hardware Description Language Aula 6 - VHDL. Prof. Afonso Ferreira Miguel, MSc. Exercício 1

perry-avery
Download Presentation

Hardware Description Language Aula 6 - VHDL

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Hardware Description LanguageAula 6 -VHDL Prof. Afonso Ferreira Miguel, MSc

  2. Exercício 1 Utilizando process, if e concatenação (&) implementar um circuito que realize multiplicação de dois valores de 4 bits (a e b) gerando como resposta uma saída de 8 bits (z). (ver o exercício de multiplicação da aula 2)

  3. Controlando a seqüência de execução

  4. Exercício 2 Implementar em VHDL um circuito que realize a função de um LATCH de 16 bits.

  5. Controlando a seqüência de execução

  6. Exercício 3 Modificar o exercício 3 para funcionar como um LATCH de 16 bits com pinos de RESET (zera tudo) e PRESET(“seta” tudo).

  7. Controlando a seqüência de execução

  8. Data Objects Enumeração

  9. Data Objects Enumeração (utilizando)

  10. Data Objects Enumeração

  11. Data Objects Tristate

  12. Exercício 4 Modificar o exercício 2, convertendo-o em um registrador com buffer tristate na saída. Simular e verificar o funcionamento. Obs.: salve o código deste programa para futura utilização.

More Related