minor adjustments after initial runthrough

Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
2020-01-13 10:16:00 +10:00
parent f3565e91ac
commit 4cefe82ef2
2 changed files with 3 additions and 3 deletions

View File

@ -214,8 +214,8 @@
<section>
<h2>Talk Outline</h2>
<ol>
<li>How to write HDL Code</li>
<li>Rationale behind <tt>lxsocdoc</tt></li>
<li>Motivation behind <tt>lxsocdoc</tt></li>
<li>Writing Python HDL Code</li>
<li>Examples of <tt>lxsocdoc</tt></li>
<li>Benefits of this approach</li>
</ol>
@ -476,6 +476,7 @@ dq.o.eq(
</tr>
</table>
<aside class="notes">
System View Description.
Having documentation for humans is great, but we can go one step further and
make documentation for computers. SVD is an XML format defined by ARM that
defines various aspects about a chip, including memory layout, interrupt map,
@ -532,7 +533,6 @@ dq.o.eq(
<ul>
<li>Greater code reuse</li>
<li>More hardware description</li>
<li>Better interoperability</li>
<li>Automatic document generation</li>
<li>Automatic SVD</li>
</ul>