minor adjustments after initial runthrough

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 322 KiB

After

Width:  |  Height:  |  Size: 208 KiB

View File

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