Edge is a microarchitecture implementation for mips1 ISA. It has a 32 bit datapath divided into five pipeline stages operating at 50 MHz…
This project was aimed at providing people a simple, runnable, and easy-to-enhance MIPS CPU main architecture, along with well commented Verilog…
An implementable and enhancable RISC Core developed in Verilog HDL, tested on Xilinx IIE Spartan FPGA. Features - feature1 - feature1.1 -feature1.2…
n/a
This project provides interface logic and assembler routines, giving PicoBlaze (TM) embedded soft-uC the ability to access wishbone systems or…
Sweet32 is best described as a ‘no-frills’ Minimal-RISC 32bit microprocessor, created by Valentin Angelovski in Melbourne Australia. Designed…
The purpose of the Wishbone Z80 development is to provide a “low-end engine” (written in verilog) that could logically interface with many of…
Here is proposed a method to implement short structured programs inside an FPGA. The novelty of the proposed method resides in that the commands…
n/a
Please write a description of the project here. It is used as a MetaTag (search engines looks at this).
Generic AHB matrix. It is a multi-master, multi-slave non-blocking AHB matrix with round-robin arbitration. Builds Verilog AHB matrices according…
Generic AXI interconnect fabric. It is a multi-master, multi-slave non-blocking AXI fabric with round-robin arbitration. Builds Verilog AXI…
Generic AXI to AHB bridge. Built according to input parameters: AXI command depth, data bits, etc. Supports error on illegal AHB bursts and AHB…
Generic AXI to APB bridge. Builds design according to required number of slaves, address decoding, AXI command depth, etc. Supports decode error,…
PSS (Programmable Supervisor for Systems-on-chip) is a soft IP core that targets to provide the basic means for conducting service operations…
microsemi用のAHBmaster.vhd…
n/a
The SystemVerilog Directed Test Bench. This project contains an exact duplication of the VHDL Test Bench Package parser and usage model. This…
For the development of IP cores a test bench is needed. The given project provides a test bench written in VHDL which controls the stimulus,the…
This design is very simple in one verilog file. There is 2 version of the design : RGB332 (one pixel is one byte) and RGB565 (one pixel is 2 bytes)…