代码搜索结果
找到约 10,000 项符合
State Machine 的代码
command_state_machine.vhd
-- **************************************************************
-- File: command_state_machine.vhd
--
-- Purpose: Recognizes user play functions, i.e. rewind, fast
-- forward, stop and pla
config_state_machine.v
//--------------------------------------------------------------------------------
//-- --
//-- Title : config_state_machi
ldp_state_machine.h
/*
* Copyright (C) James R. Leu 2000
* jleu@mindspring.com
*
* This software is covered under the LGPL, for more
* info check out http://www.gnu.org/copyleft/lgpl.html
*/
#ifndef _LDP_STAT
ldp_state_machine.c
/*
* Copyright (C) James R. Leu 2000
* jleu@mindspring.com
*
* This software is covered under the LGPL, for more
* info check out http://www.gnu.org/copyleft/lgpl.html
*/
#include "ldp_str
state_machine.flow.rpt
Flow report for state_machine
Wed Dec 14 11:11:39 2005
Version 5.0 Build 148 04/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
Wed Dec 14 11:11:39 2005
Version 5.0 Build 148 04/26/2005 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Lega
state_machine.asm.rpt
Assembler report for state_machine
Wed Dec 14 11:11:37 2005
Version 5.0 Build 148 04/26/2005 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal Noti