CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
SourceCode
Embeded-SCM Develop
VHDL-FPGA-Verilog
Main Category
SourceCode
Web Code
Develop Tools
Document
Other resource
Search in result
Search
VHDL-FPGA-Verilog list
Sort by :
«
1
2
...
.28
.29
.30
.31
.32
1233
.34
.35
.36
.37
.38
...
4310
»
chuan2bing
Downloaded:0
module b_c(dout,clk,clr,din) output dout input [3:0] din input clk,clr reg dout reg [3:0] q reg [1:0] cnt always@(posedge clk) begin cnt<=cnt+1 if(clr) q<=0 else begin if(cnt>0) q[3:1]<=q[2:0] else if(cnt==0) q<=din end
Date
: 2025-08-25
Size
: 1.61mb
User
:
zhanghf
sequence_detector
Downloaded:0
module xulie_check(clk,rst,x,y) output y input clk,rst,x reg y reg [2:0] state parameter s0=0,s1=1,s2=2,s3=3,s4=4,s5=5,s6=6,s7=7 always@(posedge clk or negedge rst)
Date
: 2025-08-25
Size
: 339kb
User
:
zhanghf
chuzuche
Downloaded:0
The VGA test the standard procedures a great help, learning VGA programming.
Date
: 2025-08-25
Size
: 2.02mb
User
:
zhaorongjian
DDR-SDRAM-controller-verilog-code
Downloaded:0
DDR SDRAM controller verilog code and documentation
Date
: 2025-08-25
Size
: 477kb
User
:
一样
gun
Downloaded:0
LED digital tube electronic clock, involved in counter, dynamic scanning
Date
: 2025-08-25
Size
: 1kb
User
:
黎明
key
Downloaded:0
The various keyboard control program, a great help in learning FPGA keyboard class program
Date
: 2025-08-25
Size
: 995kb
User
:
zhaorongjian
LCD
Downloaded:0
lcd12864 on learning the LCd have some help for beginners are welcome to download learning
Date
: 2025-08-25
Size
: 478kb
User
:
zhaorongjian
traffic
Downloaded:0
Traffic light control program with the functionality of a left turn, control time set for each direction, for a variety of types
Date
: 2025-08-25
Size
: 669kb
User
:
zhaorongjian
led
Downloaded:0
LED control program, water lights, marquees, etc., etc., and have a certain usefulness for beginners
Date
: 2025-08-25
Size
: 2.09mb
User
:
zhaorongjian
test
Downloaded:0
Verilog example
Date
: 2025-08-25
Size
: 544kb
User
:
yujunfeng
SystemC-UART
Downloaded:0
SystemC the Uart model of----- document
Date
: 2025-08-25
Size
: 335kb
User
:
yujunfeng
gold_code_ver_217
Downloaded:0
Verilog example---- gold_code_ver_217
Date
: 2025-08-25
Size
: 105kb
User
:
yujunfeng
«
1
2
...
.28
.29
.30
.31
.32
1233
.34
.35
.36
.37
.38
...
4310
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.