summaryrefslogtreecommitdiff
path: root/docs/src
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src')
-rw-r--r--docs/src/cookbooks/cookbook.md1
-rw-r--r--docs/src/cookbooks/verilog-vs-chisel.md15
2 files changed, 8 insertions, 8 deletions
diff --git a/docs/src/cookbooks/cookbook.md b/docs/src/cookbooks/cookbook.md
index ea5892c3..118db228 100644
--- a/docs/src/cookbooks/cookbook.md
+++ b/docs/src/cookbooks/cookbook.md
@@ -31,7 +31,6 @@ Please note that these examples make use of [Chisel's scala-style printing](../e
* [How can I dynamically set/parametrize the name of a module?](#how-can-i-dynamically-setparametrize-the-name-of-a-module)
* Directionality
* [How do I strip directions from a bidirectional Bundle (or other Data)?](#how-do-i-strip-directions-from-a-bidirectional-bundle-or-other-data)
- * [Side-by-Side Comparison of Verilog to Chisel](verilog-vs-chisel.md)
## Type Conversions
diff --git a/docs/src/cookbooks/verilog-vs-chisel.md b/docs/src/cookbooks/verilog-vs-chisel.md
index 93fd5316..1adf609e 100644
--- a/docs/src/cookbooks/verilog-vs-chisel.md
+++ b/docs/src/cookbooks/verilog-vs-chisel.md
@@ -1,7 +1,14 @@
+---
+layout: docs
+title: "Verilog-vs-Chisel"
+section: "chisel3"
+---
+
<!Doctype html>
<html>
# Verilog vs Chisel Side-By-Side
+
This page serves as a quick introduction to Chisel for those familiar with Verilog. It is by no means a comprehensive guide of everything Chisel can do. Feel free to file an issue with suggestions of things you'd like to see added to this page.
```scala mdoc:invisible
@@ -126,11 +133,6 @@ class ParameterizedWidthAdder(
```
</td>
</tr>
-<tr>
-<td>
-
-</td>
- </tr>
</table>
<html>
<body>
@@ -688,8 +690,7 @@ ChiselStage.emitVerilog(new ReadWriteMem)
<tr>
<td><b style="font-size:30px">Verilog</b></td>
<td><b style="font-size:30px">Chisel</b></td>
- <td><b style="font-size:30px">Generated Verilog</b></td>
- </tr>
+ </tr>
<tr>
<td>