代码搜索结果
找到约 10,000 项符合
W 的代码
w_rom.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
w_rom.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_UNSIGNED.ALL;
ENTITY W_ROM IS
PORT (
ADDRESS_IN: IN STD_LOGIC_VECTOR(7 DOWNTO 0);
CLK :IN STD_LOGIC;
COL :OUT
plgval.w73
CREATE OR REPLACE PACKAGE BODY PLGval
IS
/*----------------------------------------------------------------
|| PL/Generator from Quest Software
||-----------------------------