mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-24 22:27:10 -04:00
958 B
958 B
title | permalink |
---|---|
Documentation | /docs/documentation/ |
The documentation is hosted in the docs folder and is re-created on pushes to master. When contributing to the project please consider the contribution guide.
Timing Diagrams
The current scheme allows you to insert timing diagrams written in WaveJSON.
Insert WaveJSON source inside HTML <body>
wrapped with <script>
tag:
<script type="WaveDrom">
{ signal : [
{ name: "clk", wave: "p......" },
{ name: "bus", wave: "x.34.5x", data: "head body tail" },
{ name: "wire", wave: "0.1..0." },
]}
</script>