Skip to content

This repository contains the implementation of a parameterized control unit (CU) array for reconfigurable computing. The design utilizes a virtualized 4x4 fabric to implement an 8x4 architecture, with testbenches, simulation waveforms, and documentation included. The project is developed in VHDL for FPGA-based applications.

Notifications You must be signed in to change notification settings

HanumanSagarBathula7392/Reconfigurable_8x4_Virtualized_Fabrication_Design

Repository files navigation

Reconfigurable 8x4 Virtualized Fabrication Design

Overview

This repository contains the design and simulation code for a Reconfigurable 8x4 Virtualized Fabrication, structured into separate modules for key components. The project includes:

  • Computational Unit (CU)

  • 4x1 Multiplexer (MUX 4x1)

  • Register Module (REG_D)

  • Overall design and test cases

Components

The core processing element of the fabric.

  • Inputs: Two 4-bit operands (A and B) and a 5-bit select signal (SEL)
  • Output: 4-bit result (O)
  • Supports 24 different operations, including logical, arithmetic, and comparison operations

A 4-to-1 multiplexer used to select input sources for each CU.

  • Inputs: Four 4-bit inputs (A, B, C, D) and a 2-bit select input (Sel)
  • Output: Selected 4-bit input (Z)

D-type register with write enable functionality.

  • Inputs: Data input (D), Write enable (W_EN), and Clock (CLK)
  • Output: Stored data (Q)

The main module that interconnects all components to form the Reconfigurable computational fabric.

  • Implements the 8x4 logical structure using a 4x4 physical fabric
  • Manages data flow and interconnections between CUs
  • Handles input/output operations and control signals with registers

Key Features

  1. Virtualization: Implements an 8x4 logical structure using a 4x4 physical fabric
  2. Flexible computation: Allows complex operations to be broken down and executed across multiple CUs
  3. Multiple passes: Enables iterative computations through feedback connections
  4. Configurable operations: Each CU can be programmed to perform different operations

File Structure

License

This project is open-source and available under the MIT License.

Developed by: Hanuman Sagar Bathula.
Tech Used: VHDL, Xilinx Vivado/QuestaSim, FPGA, Reconfigurable Computing, Datapath, Instruction and Data Memory.

Contributions

Contributions are welcome! Feel free to open issues and submit pull requests.

Contact

For any queries, reach out via GitHub issues.

About

This repository contains the implementation of a parameterized control unit (CU) array for reconfigurable computing. The design utilizes a virtualized 4x4 fabric to implement an 8x4 architecture, with testbenches, simulation waveforms, and documentation included. The project is developed in VHDL for FPGA-based applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages