1
0
mirror of https://github.com/pConst/basic_verilog.git synced 2025-01-14 06:42:54 +08:00
2016-04-10 16:13:09 +03:00
2015-12-14 21:13:15 +03:00
2016-04-01 03:34:05 +03:00
2016-01-19 19:23:27 +03:00
2016-01-15 19:25:06 +03:00
2016-03-23 21:18:08 +03:00
2016-01-15 19:25:06 +03:00
2016-03-23 21:18:08 +03:00

basic_verilog

Some basic must-have verilog modules

####(licensed under CC BY-SA 4_0)

/Advanced Synthesis Cookbook/ - useful code from Altera's cookbook
/KCPSM6_Release9_30Sept14/ - Xilinx's Picoblaze soft processor
/pacoblaze-2.2/ - version of Picoblaze adapted for Altera devices

Main_tb.v - basic testbench template

ActionBurst.v - multichannel one-shot triggering module
ClkDivider.v - wide reference clock divider
DeBounce.v - two-cycle debounce for input buttons
DynDelay.v - dynamic delay made on general-purpose trigger elements
EdgeDetect.v - edge detector, gives one-tick pulses on every signal edge
Encoder.v - encoder input module
PulseGen.v - generates pulses with given width and delay
ResetSet.v - SR trigger variant w/o metastable state, set dominates here
SetReset.v - SR trigger variant w/o metastable state, reset dominates here
SimplePulseGen.v - generates one-cycle pulse with given delay
StaticDelay.v - static delay made on Xilinx`s SRL16E primitives
Synch.v - input synchronizer (and also "static delay module"), standard way to get rid of metastability issues

UartRx.v - straightforward yet simple UART receiver implementation for FPGA written in Verilog
UartTx.v - straightforward yet simple UART transmitter implementation for FPGA written in Verilog
UartRxExtreme.v - extreme minimal UART receiver implementation for FPGA written in Verilog
UartTxExtreme.v - extreme minimal UART transmitter implementation for FPGA written in Verilog

Also added some simple testbenches for selected modules

Author: Konstantin Pavlov, pavlovconst@gmail.com

Description
No description provided
Readme 56 MiB
Languages
Verilog 50.3%
SystemVerilog 13.6%
VHDL 13.4%
HTML 13.3%
Coq 3%
Other 6.2%