MIPT-ILab / PipelineFlowchartVis

MIPT-V Pipeline Flowchart Visualizer

Home Page:https://mipt-ilab.github.io/mipt-mips/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

codecov Language grade: JavaScript

MIPT-V pipeline flowchart

MIPT-V visualizer is a tool that creates interactive flowchart of CPU pipeline model used in MIPT-V sumulator. This visualization represents the stages of the pipeline and connections between them in a user-friendly manner and can be used for educational purposes.

Key features:

  • Interactive interface
  • Auto generating

The Tool fetches the topology data generated by the special MIPT-V command line option.

Requirements

Application uses Node.js runtime environment and npm package manager. You have to use them of these versions or newer:

  • Node.js 11.0.0
  • npm 6.0.0

A complete list of npm dependencies are in package.json.

Install

Download packages

npm install

Generate topology.json

cd /path/to/mipt-v/build/directory
./mipt-mips -b /path/to/binary --tdump
cd /path/to/visualizer

Run

npm run start -- --env.path=/path/to/topology.json

Project runs at http://localhost:8080/

Test

npm run test