/chipyard-viewer

An online viewer for Chipyard output files

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Chipyard Viewer

Build Status

An online app that can visualize Chipyard-generated .out files.

It is available in hosted form online: https://felker.dev/chipyard-viewer

demo.png

Features

  • Show Pass/Fail state clearly
  • Visualize clock cycles with gaps
  • Hover over each operation to see operation details
  • View file text with syntax highlighting

Setup

Prerequisites

  • Node.js >= 12.14.0
npm install
npm run start # Starts app on localhost
npm run build # Generates website under `/dist/app`
npm run test  # Run unit tests

Examples

Examples in /examples largely are generated by following the Chipyard getting started guide with default settings.

These examples are used to verify the behavior of the app through unit tests.

LICENSE

This is licensed under Apache-2.0. See LICENSE.