代码搜索结果
找到约 102,371 项符合
State Machine 的代码
һ
-- MAX+plus II VHDL Example
-- State Machine
-- Copyright (c) 1994 Altera Corporation
-- download from: www.pld.com.cn & www.fpga.com.cn
Library IEEE ;
use IEEE.std_logic_1164.all ;
ENTIT
ʹ
-- State Machine using Variable
-- dowload from: www.fpga.com.cn & www.pld.com.cn
library ieee;
use ieee.std_logic_1164.all;
ENTITY fsm2 IS
PORT(clock,x : IN BIT; z : OUT BIT);
END fsm
Ī
-- Moore State Machine with Concurrent Output Logic
-- dowload from: www.fpga.com.cn & www.pld.com.cn
library ieee;
use ieee.std_logic_1164.all;
entity moore1 is port(
clk, rst:
-- Mealy State Machine with Registered Outputs
-- dowload from: www.fpga.com.cn & www.pld.com.cn
library ieee;
use ieee.std_logic_1164.all;
entity mealy1 is port(
clk, rst: in
Ī
-- Moore State Machine with explicit state encoding
-- dowload from: www.fpga.com.cn & www.pld.com.cn
library ieee;
use ieee.std_logic_1164.all;
entity moore2 is port(
clk, rst:
acsmx.c
/*
**
** Multi-Pattern Search Engine
**
** Aho-Corasick State Machine - uses a Deterministic Finite Automata - DFA
**
** Copyright (C) 2002 Sourcefire,Inc.
** Marc Norton
**
**
** This program is f
nasm.c
/*****************************************************************************
*
* Microchip DeviceNet Stack
* (Network Access State Machine management source code)
*
**********************
acsmx.c
/*
**
** Multi-Pattern Search Engine
**
** Aho-Corasick State Machine - uses a Deterministic Finite Automata - DFA
**
** Copyright (C) 2002 Sourcefire,Inc.
** Marc Norton
**
**
** This program is f
i2c_eeprom.smp_dump.txt
State Machine - |I2c_eeprom|i2c_top:inst|cs
Name cs.SHOW cs.RD_ACK cs.RD_BYTE cs.DELAY cs.WR_ACK cs.WR_BYTE cs.IDLE
cs.IDLE 0 0 0 0 0 0 0
cs.WR_BYTE 0 0 0 0 0 1 1
cs.WR_ACK 0 0 0 0 1 0 1
cs
da_tlc5620.smp_dump.txt
State Machine - |DA_TLC5620|DISPLAY:M3|state
Name state.CH451_Display_temp state.CH451_Display state.CH451_Display_ready state.CH451_Get_data state.CH451_Open_display state.CH451_Set_display_mode s