代码搜索结果

找到约 10,000 项符合 State Machine 的代码

food_machine.acf

-- -- Copyright (C) 1988-2002 Altera Corporation -- Any megafunction design, and related net list (encrypted or decrypted), -- support information, device programming or simulation file, and any

food_machine.hif

HIF003 -- -- Copyright (C) 1988-2002 Altera Corporation -- Any megafunction design, and related net list (encrypted or decrypted), -- support information, device programming or simulation file, an

machine-constraints.html

Using the GNU Compiler Collection (GCC)

wash-machine.txt

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_signed.all; use ieee.std_logic_unsigned.all; entity washer is port(keyboard,clk,pause:in bit; ring:out bit; light:out std

drink_machine.v

module drink_machine ( nickel_in, dime_in, quarter_in, reset, clk, nickel_out, dime_out, two_dime_out, dispense ); input nickel_in, dime_in, qu

malloc-machine.h

/* Basic platform-independent macro definitions for mutexes, thread-specific data and parameters for malloc. Copyright (C) 2003 Free Software Foundation, Inc. This file is part of the GNU C L

malloc-machine.h

/* Basic platform-independent macro definitions for mutexes, thread-specific data and parameters for malloc. Solaris threads version. Copyright (C) 2004 Wolfram Gloger . Permis

malloc-machine.h

/* Basic platform-independent macro definitions for mutexes, thread-specific data and parameters for malloc. Posix threads (pthreads) version. Copyright (C) 2004 Wolfram Gloger