This website works better with JavaScript.
Explore
Help
Sign In
yanguangshaonian
/
verilog_stu
Watch
1
Star
0
Fork
You've already forked verilog_stu
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
487f58971b
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '487f58971b'
${ noResults }
verilog_stu
/
dip
/
dip.v
8 lines
90 B
Coq
Raw
Normal View
History
Unescape
Escape
增加一个dip控制
8 months ago
module
dip
(
修改变量名
8 months ago
input
dip
,
//
f20
修改bug
8 months ago
output
led
//
g14
增加一个dip控制
8 months ago
)
;
添加一些学习注释
8 months ago
assign
led
=
dip
;
增加一个dip控制
8 months ago
endmodule