代码搜索:State Machine
找到约 10,000 项符合「State Machine」的源代码
代码结果 10,000
www.eeworm.com/read/431037/8712060
m bin_state.m
function bin_state = bin_state( int_state, m )
% Copyright Matt C. Valenti
% MPRG lab, Virginia Tech
% for academic use only
% converts an vector of integer into a matrix; the i-th row is the binary
www.eeworm.com/read/431037/8712061
m int_state.m
function int_state = int_state( state )
% Copyright 1996 Matthew C. Valenti
% MPRG lab, Virginia Tech.
% for academic use only
% converts a row vector of m bits into a integer (base 10)
[dummy, m] =
www.eeworm.com/read/287166/8713854
h r_state.h
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id: r_state.h,v 1.11 2001/03/21 18:24:56 stroggonmeth Exp $
//
// Copyri
www.eeworm.com/read/287166/8713863
c g_state.c
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id: g_state.c,v 1.3 2000/03/29 19:39:48 bpereira Exp $
//
// Copyright
www.eeworm.com/read/287166/8714543
h g_state.h
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id: g_state.h,v 1.3 2000/03/29 19:39:48 bpereira Exp $
//
// Copyright
www.eeworm.com/read/430764/8729012
v state3.v
//3-paragraph method to describe FSM
//Describe sequential state transition in the 1st sequential always block
//State transition conditions in the 2nd combinational always block
//Describe the FSM
www.eeworm.com/read/430764/8729015
v state2.v
//2-paragraph method to describe FSM
//Describe sequential state transition in 1 sequential always block
//State transition conditions in the other combinational always block
//Package state output
www.eeworm.com/read/430764/8729017
v state1.v
//1-paragraph method to decribe FSM
//Describe state transition, state output, state input condition in only 1 always block
//Westor Wang, Dec. 2006
//Verilog Training -- How to write FSM better