index: about litex: ol -> ul

No need to make it an ordered list.

Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
Sean Cross 2020-01-02 16:47:09 +08:00
parent c83c36f456
commit 50ff2d4d68

View File

@ -176,15 +176,15 @@
<section> <section>
<h2>About LiteX</h2> <h2>About LiteX</h2>
<ol> <ul>
<li>Hardware Description Language embedded in Python</li> <li>Hardware Description Language embedded in Python</li>
<ol> <ul>
<li>Doesn't run Python in hardware!</li> <li>Doesn't run Python in hardware!</li>
</ol> </ul>
<li>Emits Verilog (or Yosys netlists)</li> <li>Emits Verilog (or Yosys netlists)</li>
<li>Makes it easy to create a SoC</li> <li>Makes it easy to create a SoC</li>
<li>Powers the LCA2020 video production setup</li> <li>Powers the LCA2020 video production setup</li>
</ol> </ul>
<aside class="notes"> <aside class="notes">
Fomu uses LiteX, which is related to Migen. This is a hardware description language Fomu uses LiteX, which is related to Migen. This is a hardware description language
written in Python. You write Python code and run the program, and it generates written in Python. You write Python code and run the program, and it generates