代码搜索:State Machine
找到约 10,000 项符合「State Machine」的源代码
代码结果 10,000
www.eeworm.com/read/230242/14295915
hif tri_state.hif
Version 7.1 Build 156 04/30/2007 SJ Full Version
36
2035
OFF
OFF
OFF
OFF
ON
ON
ON
FV_OFF
Level2
0
0
VRSM_ON
VHSM_ON
0
-- Start Partition --
-- End Partition --
-- Start Library Path
www.eeworm.com/read/230242/14295937
dbp tri_state.dbp
www.eeworm.com/read/230242/14295986
sof tri_state.sof
www.eeworm.com/read/230242/14295988
bsf tri_state.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
www.eeworm.com/read/230242/14295991
pin tri_state.pin
-- Copyright (C) 1991-2007 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions, and a
www.eeworm.com/read/230242/14295993
qsf tri_state.qsf
# Copyright (C) 1991-2007 Altera Corporation
# Your use of Altera Corporation's design tools, logic functions
# and other software and tools, and its AMPP partner logic
# functions, and any outpu
www.eeworm.com/read/230242/14295997
vhd tri_state.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
ENTITY tri_state IS
PORT (control:IN STD_LOGIC;
in1:IN STD_LOGIC_VECTOR (7 DOWNTO 0);
q:INOUT STD_LOGIC_VECTOR (7 DOWNTO 0);
x: OUT ST