minor adjustments after initial runthrough
Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
parent
f3565e91ac
commit
4cefe82ef2
Binary file not shown.
Before Width: | Height: | Size: 322 KiB After Width: | Height: | Size: 208 KiB |
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user