cva6/docs/_docs/documentation.md
2018-01-24 13:04:33 +01:00

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>