From 79da2f6c1830c469546a50fb312a4c6eb6e3a67a Mon Sep 17 00:00:00 2001 From: Ned Bingham Date: Tue, 24 Sep 2024 21:14:44 -0400 Subject: [PATCH] adding description at the index --- docs/index.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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.