URL
https://opencores.org/ocsvn/mkjpeg/mkjpeg/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 42 |
Rev 44 |
Line 103... |
Line 103... |
----------------------------------- ARCHITECTURE ------------------------------
|
----------------------------------- ARCHITECTURE ------------------------------
|
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
architecture RTL of CtrlSM is
|
architecture RTL of CtrlSM is
|
|
|
|
|
constant NUM_STAGES : integer := 6;
|
constant NUM_STAGES : integer := 6;
|
|
|
type T_STATE is (IDLES, JFIF, HORIZ, COMP, VERT, EOI);
|
type T_STATE is (IDLES, JFIF, HORIZ, COMP, VERT, EOI);
|
type ARR_FSM is array(NUM_STAGES downto 1) of std_logic_vector(1 downto 0);
|
type ARR_FSM is array(NUM_STAGES downto 1) of std_logic_vector(1 downto 0);
|
|
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.