代码搜索结果
找到约 10,000 项符合
State Machine 的代码
s_machine.fit
-- MAX+plus II Compiler Fit File
-- Version 10.0 9/14/2000
-- Compiled: 12/06/2007 19:58:23
-- Copyright (C) 1988-2000 Altera Corporation
-- Any megafunction design, and
s_machine.hif
HIF003
--
-- Copyright (C) 1988-2000 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, an
s_machine.ttf
255,255, 98,255, 37, 0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,
96, 24,134, 97, 24,134, 9
s_machine.hex
:020000040000FA
:2B000000FFFF62FF2500FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF76
:2B002B00601886611886611886611886611886611886010000000018866118866118866118866118866
s_machine.vhd
library ieee;
use ieee.std_logic_1164.all;
entity s_machine is
port(
clk,reset :in std_logic;
state_inputs :in std_logic_vector(0 to 1);
comb_outputs :out std_logic_vector(0 to 1)
);
en