代码搜索结果

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

alarm_state_machine.v

module ALARM_STATE_MACHINE(CLK, HRS, MINS, ALARM, HRS_OUT, MINS_OUT); input CLK, HRS, MINS, ALARM; output HRS_OUT, MINS_OUT; wire CLK, HRS, MINS, ALARM; reg HRS_OUT, MINS_OUT; reg [1:0] STATE, NE

time_state_machine.v

module TIME_STATE_MACHINE(CLK, HRS, MINS, SET_TIME, HRS_OUT, MINS_OUT, SECS_OUT); input wire CLK, HRS, MINS, SET_TIME; output reg SECS_OUT, HRS_OUT, MINS_OUT; reg [1:0] STATE, NEXTSTATE; parameter

state_machine.flow.rpt

Flow report for state_machine Fri Oct 20 16:36:40 2006 Version 5.1 Build 176 10/26/2005 SJ Full Version --------------------- ; Table of Contents ; --------------------- 1. Legal Notice

state_machine.v.bak

module state_machine(clk,rst,c,en); input clk,rst; output[7:0] c; reg[7:0] c; output[7:0] en; parameter state0=3'b000, state1=3'b001, state2=3'b010, state3=3'b011, state4=

state_machine.tan.rpt

Timing Analyzer report for state_machine Fri Oct 20 16:36:40 2006 Version 5.1 Build 176 10/26/2005 SJ Full Version --------------------- ; Table of Contents ; --------------------- 1. Lega

state_machine.asm.rpt

Assembler report for state_machine Fri Oct 20 16:36:38 2006 Version 5.1 Build 176 10/26/2005 SJ Full Version --------------------- ; Table of Contents ; --------------------- 1. Legal Noti

state_machine.tan.summary

-------------------------------------------------------------------------------------- Timing Analyzer Summary --------------------------------------------------------------------------------------

state_machine.map.eqn

-- Copyright (C) 1991-2005 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 o

state_machine.map.summary

Analysis & Synthesis Status : Successful - Fri Oct 20 16:36:32 2006 Quartus II Version : 5.1 Build 176 10/26/2005 SJ Full Version Revision Name : state_machine Top-level Entity Name : state_machine