diff --git a/docs/index.md b/docs/index.md index c824048..0dfd47c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -4,6 +4,15 @@ title: Loom permalink: / --- -# Loom +Welcome to Loom's documentation! + +Loom is an end to end circuit design toolset, including synthesis, simulation, +verification, and visualization. Loom compiles your functional specification +directly to layout. The compilation algorithms produce results that are correct +by construction. Furthermore, Loom synthesizes Quasi-Delay Insensitive +circuits. This is a circuit family that makes the fewest possible timing +assumptions. In the end this allows people to design circuits using standard +programming language constructs then compile them straight to layout without +worrying about functional or timing verification.