代码搜索结果

找到约 102,371 项符合 State Machine 的代码

fsm_example2_tb.v

//===== Finite State Machine Example ===== //----- Testbench ----- // Timescale: one time unit = 1ns (e.g., delay specification of #42 means 42ns of time), and // simulator resolution is 0.1 ns

fsm_example2.v

//===== Finite State Machine Example ===== //----- Synthesizable Circuit ----- module FSM_Example ( // Inputs: i$Clock, // Master clock i$Reset, // Master reset (active high) i$A, i$B, i$C,

finite.asm

TITLE Finite State Machine (Finite.asm) ; This program implements a finite state machine that ; accepts an integer with an optional leading sign. ; Last update: 1/27/02 INCLUDE Ir

eeprom.smp_dump.txt

State Machine - |eeprom|sh8out_state Name sh8out_state.sh8out_end sh8out_state.sh8out_bit0 sh8out_state.sh8out_bit1 sh8out_state.sh8out_bit2 sh8out_state.sh8out_bit3 sh8out_state.sh8out_bit4 sh8out

netfsm.c

/***************************************************************************** * netfsm.c - Network Control Protocol Finite State Machine program file. * * portions Copyright (c) 1997 by Global Ele

box.smp_dump.txt

State Machine - |BOX|state Name state.display_clear state.display_off state.reset3 state.reset2 state.hold state.toggle_e state.return_home state.write_char7 state.write_char6 state.write_char5 sta

使用变量的状态机.txt

-- 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

一个简单的状态机.vhd

-- 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

米勒型状态机.txt

-- 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

带同步复位的状态机.txt

-- State Machine with Asynchronous Reset -- dowload from: www.fpga.com.cn & www.pld.com.cn library ieee; use ieee.std_logic_1164.all; entity stmch1 is port(clk, in1, rst: in std_logic;