Skip to content

Initial Release

Latest
Compare
Choose a tag to compare
@adavare adavare released this 28 Mar 22:12
026b372

This repository contains collateral for a Chisel-based RTL accelerator which is connected to a functional PCI bus using Simics. This accelerator carries out a simple operation: CRC32 calculation on the input bytes. User software running above an OS on the CPU can leverage the PCI accelerator for CRC32 computation.

The following 3 ingredients are located within this repository:

  1. Chisel source code and associated C++ harness.
  2. Simics device/component and unit tests.
  3. Target test code.