代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/454427/7391221
sof timer.sof
www.eeworm.com/read/454427/7391223
jbc timer.jbc
www.eeworm.com/read/454427/7391225
cnf timer(27).cnf
www.eeworm.com/read/454427/7391226
cnf timer.cnf
www.eeworm.com/read/454427/7391227
cnf timer(11).cnf
www.eeworm.com/read/454427/7391229
cnf timer(28).cnf
www.eeworm.com/read/454427/7391232
cnf timer(10).cnf
www.eeworm.com/read/454427/7391234
qpf timer.qpf
# Copyright (C) 1991-2006 Altera Corporation
# Your use of Altera Corporation's design tools, logic functions
# and other software and tools, and its AMPP partner logic
# functions, and any outpu
www.eeworm.com/read/454427/7391235
v timer.v
module timer (clk,rst,a,out_a,out_b,out_c); //50MHz
input clk,rst;
output a,out_a,out_b,out_c;
reg a,out_a,out_b,out_c;
reg [20:0]cnt;
reg [20:0] cnt_a,cnt_b,cnt_c;
reg flag_b
www.eeworm.com/read/454427/7391237