Исходные коды к главам книги "Цифровой синтез: практический курс" (под ред. А.Ю. Романова и Ю.В. Панчула)
-
Updated
Sep 15, 2023 - Verilog
Исходные коды к главам книги "Цифровой синтез: практический курс" (под ред. А.Ю. Романова и Ю.В. Панчула)
The AHB to APB bridge is an AHB slave and the only APB master which provides an interface between the highspeed AHB and the low-power APB. Read and write transfers on the AHB are converted into equivalent transfers on the APB.
The Canny Edge Detection algorithm is implemented on an FPGA using only Verilog code and no Intellectual Property, making it convenient to replicate using any simulator and any of the available FPGA boards, including those from Xilinx and Altera.
My MSc Thesis: Low Latency Router Microarchitecture for Network-on-Chip Implemented on an FPGA
Final Project for Digital Systems Design Course, Fall 2020
Verilog implementation of a DFS search and RISC-V processor in Single-Cycle, Multi-Cycle and Pipeline
This is a multi-core processor specially designed for matrix multiplication using Verilog HDL.
Design and implementation of RISC-V processor with a pipelined datapath, controller, and hazard unit.
This is an implementation of a simple CPU in Logisim and Verilog.
A simple processor designed using Verilog and Altera DE1 development board.
Implementation of ARM968E-S processor for Computer Architecture Lab [Spring 2024]
AES encryption and decryption algorithms implemented in Verilog programming language
A 32-bit microprocessor with 42 instructions (including multiplication and division) and 8 X 32 registers and 2048 X 32 Ram with shared stack. An assembler is also available to write programs on the microprocessor using 8086-like assembly.
📡 In this project, we only focus on the Multi-Slave Regular Mode. We design and implement the following components of the SPI modules using Verilog such that they match the requirements of the development testbench and match the SPI specifications (Master - Slave - Self-Checking Testbenches for the Master and Slave)
Designed AHB to APB Bridge Controller using Verilog and simulated it on ModelSIM
An automatic traffic light controller is designed and simulated using the concept of Finite State Machine in ModelSim.
Add a description, image, and links to the modelsim topic page so that developers can more easily learn about it.
To associate your repository with the modelsim topic, visit your repo's landing page and select "manage topics."