//-----------------------------------------------------
// Design Name : parallel_crc_ccitt
// File Name : parallel_crc.v
// Function : CCITT Parallel CRC
// Coder : Deepak Kumar Tala
//-----------------------------------------------------
module parallel_crc_ccitt (
clk ,
reset ,
enable ,
init ...
Selasa, 31 Oktober 2017
Senin, 30 Oktober 2017
Encoder - Using if-else Statement
//-----------------------------------------------------// Design Name : encoder_using_if// File Name : encoder_using_if.v// Function : Encoder using If// Coder : Deepak Kumar Tala//-----------------------------------------------------module encoder_using_if(binary_out , // 4 bit binary outputencoder_in , // 16-bit inputenable ...
Regular D Latch
//-----------------------------------------------------// Design Name : dlatch_reset// File Name : dlatch_reset.v// Function : DLATCH async reset// Coder : Deepak Kumar Tala//-----------------------------------------------------module dlatch_reset (data , // Data Inputen , // LatchInputreset ...
Asynchronous FIFO ( Gray Counter )
//==========================================
// Function : Code Gray counter.
// Coder : Alex Claros F.
// Date : 15/May/2005.
//=======================================
`timescale 1ns/1ps
module GrayCounter
#(parameter COUNTER_WIDTH = 4)
(output reg [COUNTER_WIDTH-1:0] GrayCount_out, ...
8-Bit Simple Up Counter
module up_counter (
out , // Output of the counter
enable , // enable for counter
clk , // clock Input
reset // reset Input
);
//----------Output Ports--------------
output [7:0] out;
//------------Input Ports--------------
input enable,...
Mux : Using assign Statement
//-----------------------------------------------------
// Design Name : mux_using_assign
// File Name : mux_using_assign.v
// Function : 2:1 Mux using Assign
// Coder : Deepak Kumar Tala
//-----------------------------------------------------
module mux_using_assign(
din_0 , // Mux first input
din_1 ...
Kamis, 12 Oktober 2017
Review Jurnal
Jurnal : Pengelolaan Perpustakaan Berbasis Teknologi Informasi
Tahun : 2008
Penulis : Ishak
Reviewer : Jodi Ferdiansyah
Pendahuluan
Normal
0
false
false
false
IN
X-NONE
X-NONE
...
Langganan:
Postingan (Atom)