doc: Add an index page
Add an index page linking to the rest of the documentation (cuyrrently just one document). Signed-off-by: Sean Anderson <seanga2@gmail.com>
This commit is contained in:
parent
7d93f91dd3
commit
d5717a3053
1
Makefile
1
Makefile
|
@ -169,6 +169,7 @@ doc/output:
|
||||||
doc/output/%.html: doc/%.adoc doc/docinfo.html | doc/output
|
doc/output/%.html: doc/%.adoc doc/docinfo.html | doc/output
|
||||||
$(ADOC) -o $@ $<
|
$(ADOC) -o $@ $<
|
||||||
|
|
||||||
|
DOCS += index
|
||||||
DOCS += uart_wb_bridge
|
DOCS += uart_wb_bridge
|
||||||
|
|
||||||
.PHONY: htmldocs
|
.PHONY: htmldocs
|
||||||
|
|
|
@ -1,11 +1,14 @@
|
||||||
= 100Base-X Ethernet cores
|
= Verilog Ethernet
|
||||||
|
|
||||||
This repository contains several cores which can be used to implement 100Base-X
|
This repository is home to several cores which can be used to implement 100Base-X
|
||||||
Ethernet PHYs, Hubs (Repeaters) and more. All cores are synchronous and are
|
Ethernet PHYs, Hubs (Repeaters), and more. All cores are synchronous and are
|
||||||
designed to be used in a single 125 MHz clock domain. These cores target Lattice
|
designed to be used in a single 125 MHz clock domain. These cores target Lattice
|
||||||
iCE40 HX FPGAs (in terms of timing), but most modules are not specific to any
|
iCE40 HX FPGAs (in terms of timing), but most modules are not specific to any
|
||||||
FPGA.
|
FPGA.
|
||||||
|
|
||||||
|
Refer to https://forty-bot.github.io/ethernet/[documentation site] for further
|
||||||
|
details.
|
||||||
|
|
||||||
== Building and testing
|
== Building and testing
|
||||||
|
|
||||||
The following dependencies are required to build this project. Where known,
|
The following dependencies are required to build this project. Where known,
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
= Verilog Ethernet Documentation
|
||||||
|
|
||||||
|
This is the documentation for my https://github.com/Forty-Bot/ethernet[ethernet
|
||||||
|
cores].
|
||||||
|
|
||||||
|
* xref:uart_wb_bridge.adoc[UART-Wishbone Bridge]
|
Loading…
Reference in New Issue