⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 smaqextrae.vhd

📁 Image_Filter_An_Image_halftone is performed over data loaded into the on board RAM and presented on
💻 VHD
字号:
-- Maq. de estado para gobernar la lectura y operaci髇 con los
-- pixels de la imagen original ya almacenados en la RAM.
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.std_logic_arith.all;
use IEEE.std_logic_unsigned.all;
entity smaqextrae is
    port (
	procesando: out STD_LOGIC; -- Para elegir luego entre las
				   -- habilitaciones de la RAM que
				   -- proceden de los dos 'subtops'
				   -- del dise駉 global.
        otramasc: in STD_LOGIC;    -- Le viene el control desde Maqinser.
        clk: in STD_LOGIC;
        GReset: in STD_LOGIC;
        sumext: in STD_LOGIC_VECTOR (14 downto 0);   
				   -- Posici髇 de memoria que se
				   -- est

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -