代码搜索:State Machine
找到约 10,000 项符合「State Machine」的源代码
代码结果 10,000
www.eeworm.com/read/255611/12068821
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