代码搜索:State Machine
找到约 10,000 项符合「State Machine」的源代码
代码结果 10,000
www.eeworm.com/read/173752/9637374
v state_m.v
/* State machine design for Quartus tutorial Project */
module state_m ( clk, reset, newt, sel, next, first);
// Port Declaration
input clk, reset, newt;
output next, first;
output [1:0]sel
www.eeworm.com/read/173752/9637406
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