代码搜索:State Machine
找到约 10,000 项符合「State Machine」的源代码
代码结果 10,000
www.eeworm.com/read/255611/12068890
v state_m.v
// Copyright (C) 1988-1998 Altera Corporation
// Any megafunction design, and related net list (encrypted or decrypted),
// support information, device programming or simulation file, and any other
www.eeworm.com/read/255577/12072537
m f_state.m
function theta = f_state (x,y,k,m,n)
% F_STATE: Construct state vector from inputs and outputs
%
% Usage: theta = f_state (x,y,k,m,n)
%
% Inputs:
% x = N by 1 input vector
%
www.eeworm.com/read/152702/12092004
txt current_state.txt
indata[0] = 3'b101 ; outdata[0] = 4'b0001;
indata[1] = 3'b001 ; outdata[1] = 4'b0001;
indata[2] = 3'b100 ; outdata[2] = 4'b0001;
indata[3] = 3'b000 ; outdata[3] = 4'b0010;
indata[4] = 3'b001 ;