Skip to content

Commit b00f5fd

Browse files
committed
added lots of stuff
1 parent fc3017e commit b00f5fd

13 files changed

Lines changed: 66 additions & 1 deletion

File tree

204 KB
Binary file not shown.
Binary file not shown.
1010 KB
Binary file not shown.
Binary file not shown.

source/docs/bist.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
BIST Slides
2+
=====================================
3+
4+
View the `Francisco Wilken's B.I.S.T. Presentation (PDF) <../_static/pdf/verilog-meetups-stuff/Memory%20Repair.pdf>`_
5+
6+
.. raw:: html
7+
8+
<iframe src="../_static/pdf/verilog-meetups-stuff/Memory%20Repair.pdf" width="100%" height="600px" style="border:none;"></iframe>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# CocoTB Guide
2+
3+
```{raw} html
4+
<iframe src="../../_static/pdf/tools/cocotb_guide.pdf" width="100%" height="600px"></iframe>
5+
```

source/docs/flow-guides/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ ASIC Tools Usage Guides
99

1010
:doc:`yosys-usage`
1111

12+
:doc:`cocotb-guide`
13+
1214
.. toctree::
1315
:hidden:
1416
:maxdepth: 4
@@ -19,3 +21,4 @@ ASIC Tools Usage Guides
1921
iverilog-guide
2022
verilator-guide
2123
yosys-usage
24+
cocotb-guide

source/docs/intro-fifo.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Intro to FIFO and uArch Challenge Slides
2+
=====================================
3+
4+
View the `Alex Wong's Intro to FIFO and uArch Challenge (PDF) <../_static/pdf/verilog-meetups-stuff/fifo%20demo%20and%20uarch%20solution.pdf>`_
5+
6+
.. raw:: html
7+
8+
<iframe src="../_static/pdf/verilog-meetups-stuff/fifo%20demo%20and%20uarch%20solution.pdf" width="100%" height="600px" style="border:none;"></iframe>

source/docs/intro-to-asic.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Intro to ASIC Slides
2+
=====================================
3+
4+
View the `Francisco Wilken's Intro to ASIC Presentation (PDF) <../_static/pdf/verilog-meetups-stuff/10_25%20Pres.pdf>`_
5+
6+
.. raw:: html
7+
8+
<iframe src="../_static/pdf/verilog-meetups-stuff/10_25%20Pres.pdf" width="100%" height="600px" style="border:none;"></iframe>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# STA Presentation by Henry Evans
2+
3+
```{raw} html
4+
<iframe src="../../_static/pdf/verilog-meetups-stuff/STA_presentation.pdf" width="100%" height="600px"></iframe>
5+
```

0 commit comments

Comments
 (0)