SECUENCIADOR PAP Algoritmica Maquina Estados.vhd

  • Upload
    ale-key

  • View
    215

  • Download
    0

Embed Size (px)

Citation preview

  • 8/16/2019 SECUENCIADOR PAP Algoritmica Maquina Estados.vhd

    1/2

    Date: May 12, 2016 SECUENCIADOR PAP algoritmica/maquina_estados.vhdProject: secuendiador_estructural

    Page 1 of 2 Revision: secuendiador_estructural

    12 - - {ent i t y {SMcont r ol } ar chi t ect ur e {compor t ament al }}34 l i br ar y I EEE;5 use I EEE. STD_LOGI C_1164. al l ;6 use i eee. numer i c_s t d. al l ;78 ent i ty maqui na_est ados i s9 por t (

    10 CLK : i n STD_LOGI C;11 RESET : i n STD_LOGI C;12 E : i n STD_LOGI C;13 DI R : i n STD_LOGI C;14 FASE : out STD_LOGI C_VECTOR( 3 DOWNTO 0)15 ) ;16 end maqui na_est ados;1718 - - }} End of aut omat i cal l y mai nt ai ned sect i on1920 ar chi t ecture compor t ament al of  maqui na_est ados i s21  TYPE est ados i s ( s tep_0, step_1, step_2, step_3) ;22 SI GNAL est ado_pr esent e, est ado_si gui ent e: est ados;23 begi n2425 process (c l k, reset , es tado_present e)2627 begi n28 i f  r eset = ' 1' t hen29 estado_si gui ent e

  • 8/16/2019 SECUENCIADOR PAP Algoritmica Maquina Estados.vhd

    2/2

    Date: May 12, 2016 SECUENCIADOR PAP algoritmica/maquina_estados.vhdProject: secuendiador_estructural

    Page 2 of 2 Revision: secuendiador_estructural

    52 estado_si gui ent e f ase