#
verilog-hdl
Here are 314 public repositories matching this topic...
Python-based Hardware Design Processing Toolkit for Verilog HDL
-
Updated
May 5, 2022 - Python
Veriloggen: A Mixed-Paradigm Hardware Construction Framework
-
Updated
Apr 4, 2022 - Python
NNgen: A Fully-Customizable Hardware Synthesis Compiler for Deep Neural Network
python
deep-learning
neural-network
compiler
hardware
verilog-hdl
pyverilog
high-level-synthesis
onnx
veriloggen
-
Updated
Jun 14, 2022 - Python
Verilog HDL/SystemVerilog/Bluespec SystemVerilog support for VS Code
ctags
vscode
verilog
vivado
systemverilog
icarus-verilog
modelsim
hacktoberfest
verilog-hdl
iverilog
bluespec-systemverilog
verilator
language-server-client
systemverilog-support
svls
-
Updated
Jun 16, 2022 - TypeScript
A dual clock asynchronous FIFO written in verilog, tested with Icarus Verilog
-
Updated
Apr 16, 2021 - Verilog
High throughput JPEG decoder in Verilog for FPGA
-
Updated
Mar 5, 2022 - Verilog
Implementing 32 Verilog Mini Projects. 32 bit adder, Array Multiplier, Barrel Shifter, Binary Divider 16 by 8, Booth Multiplication, CRC Coding, Carry Select and Carry Look Ahead Adder, Carry Skip and Carry Save Adder, Complex Multiplier, Dice Game, FIFO, Fixed Point Adder and Subtractor, Fixed Point Multiplier and Divider, Floating Point IEEE 754 Addition Subtraction, Floating Point IEEE 754 Division, Floating Point IEEE 754 Multiplication, Fraction Multiplier, High Radix Multiplier, I2C and SPI Protocols, LFSR and CFSR, Logarithm Implementation, Mealy and Moore State Machine Implementation of Sequence Detector, Modified Booth Algorithm, Pipelined Multiplier, Restoring and Non Restoring Division, Sequential Multiplier, Shift and Add Binary Multiplier, Traffic Light Controller, Universal_Shift_Register, BCD Adder, Dual Address RAM and Dual Address ROM
-
Updated
Apr 25, 2022 - Verilog
2017级北航计算机学院计算机组成原理课程设计(MIPS CPU)
-
Updated
May 26, 2019 - Verilog
A complete Open Source Design for Testing (DFT) Solution
-
Updated
Jun 12, 2022 - Swift
Image Processing Toolbox in Verilog using Basys3 FPGA
python
fpga
ram
pixel
vhdl
python3
verilog
brightness
convolution
vivado
motion-blur
verilog-hdl
basys3
hsync
basys
basys-board
coe
verilog-project
basys3-fpga
-
Updated
Nov 4, 2020 - VHDL
A FPGA supported RISC-V CPU with 5-stage pipeline implemented in Verilog HDL
-
Updated
Dec 5, 2019 - C
5-stage pipelined 32-bit MIPS microprocessor in Verilog
verilog
microprocessor
stage
computer-architecture
microprocessors
verilog-hdl
mips-architecture
mips-processor
bits-pilani
computer-organization
verilog-components
verilog-snippets
mips-instructions
computer-organisation
verilog-programs
verilog-simulator
verilog-project
-
Updated
Apr 3, 2020 - Verilog
luantransnps
commented
Jul 20, 2021
Hi gupta409,
I run your code with vcs simulator but get scoreboard issue about LOAD and MOVE command.
UVM_ERROR processor_scoreboard.sv(264) @ 11030000: uvm_test_top.env.sb [LOAD_FAIL] Actual Calculation=16384 Expected Calculation= 0
UVM_ERROR processor_scoreboard.sv(311) @ 46630000: uvm_test_top.env.sb [MOVE_FAIL] Actual Calculation= 154 Expected Calculation= [0]([run.log](https
bug
Something isn't working
help wanted
Extra attention is needed
good first issue
Good for newcomers
This is a higan/Verilator co-simulation example/framework
-
Updated
Apr 17, 2018 - C++
This repository hosts the code for an FPGA based accelerator for convolutional neural networks
-
Updated
Jan 27, 2021 - Verilog
中山大学计算机组成原理实验 (2018 秋):用 Verilog 设计并实现的简易单周期和多周期 CPU
-
Updated
Mar 21, 2021 - Verilog
Gigabit Ethernet UDP communication driver
-
Updated
Jul 26, 2019 - Verilog
A simple implementation of a UART modem in Verilog.
-
Updated
Nov 10, 2021 - Verilog
FPGA implementation of deflate (de)compress RFC 1950/1951
-
Updated
May 2, 2019 - Verilog
This is a tutorial on standard digital design flow
-
Updated
May 24, 2021 - Tcl
Tutorial series on verilog with code examples. Contains basic verilog code implementations and concepts.
practice
embedded-systems
verilog
up-for-grabs
circuit
switches
beginner-friendly
logic-gates
hdl
verilog-hdl
iverilog
verilog-snippets
verilog-programs
verilog-project
-
Updated
Nov 25, 2020 - Verilog
An efficient implementation of the Viterbi decoding algorithm in Verilog
-
Updated
Jul 3, 2018 - Verilog
Implementing Different Adder Structures in Verilog
-
Updated
Sep 3, 2019 - Verilog
This project was inspired by the efforts of Ben Eater to build an 8 bit computer on a breadboard. Even though this one was not built on a breadboard, it has the functionalities of his computer and modelled using Verilog HDL. This was developed for the Mini Project in Digital Systems course in my 3rd semester at IIT Palakkad.
-
Updated
Jul 27, 2020 - Verilog
Interface Protocol in Verilog
-
Updated
Aug 2, 2019 - Verilog
Super scalar Processor design
processor-architecture
bison
flex
processor
assembler
parallel-computing
verilog
forwarding
bypassing
pipeline-processor
superscalar
opcode
verilog-hdl
instruction-set-architecture
instruction-set
processor-simulator
branch-prediction
pipeline-cpu
mnemonics
instruction-level-parallelism
-
Updated
Sep 7, 2014 - Verilog
Improve this page
Add a description, image, and links to the verilog-hdl topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the verilog-hdl topic, visit your repo's landing page and select "manage topics."
Here is the problem:
$ make compile
Traceback (most recent call last):
File "C:\My_Designs\probe_fpga_design_1\run.py", line 336, in
main()
File "C:\My_Designs\probe_fpga_design_1\run.py", line 181, in main
vu.add_osvvm()
File "c:\my_designs\probe_fpga_design_1\deps\vunit\vunit\ui_init_.py", line 1030, in add_osvvm
self.builtins.add("osvvm")
File "c:\my