Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (6)
Carry select adder
4.0
Carry select adders are one among the fastest adders used. Here is the code of a carry select adder which adds two 8-bit numbers and a carry in to get a 9-bit sum.
arishsu
2016-08-23
0
1
Full adder in verilog
no vote
A simple verilog code for full_adder. It is tested in both simulator and xilinx spartan3E fpga board. 
arishsu
2016-08-23
0
1
Serial to parallel converter
no vote
Verilog code for converting serial data to parallel. The 8-bit serial data from rs232 port is converted to 8-bit parallel data.
arishsu
2016-08-23
0
1
Non-restoring divider
4.0
Verilog code for a fixed point non-restoring divider for performing division of two 8-bit numbers. It works for unsigned numbers.
arishsu
2016-08-23
0
1
Address-data bus
no vote
This includes verilog code for an address-data bus(ad bus) for a cpu. The address-data bits are of 16-bit.
arishsu
2016-08-23
0
1
4 bit ripple counter
no vote
This includes verilog code for a 4-bit ripple counter, coded on Xilinx ISE platform. Code is tested and good.
arishsu
2016-08-23
1
1
No more~