diff --git a/CHDL b/CHDL index 0e4c4bf..abd4998 100644 --- a/CHDL +++ b/CHDL @@ -2,7 +2,7 @@ C++ Hardware Design Library =========================== CHDL (call it "the" CHDL at your peril) is a domain-specific language based on -C++. Specifically, it attmpts to fill the role of a "structural" hardware +C++. Specifically, it attempts to fill the role of a "structural" hardware description language for implementing designs. A simple design, a full adder, implemented in CHDL, might look like the diff --git a/console.cpp b/console.cpp index 97bb1bb..2e9ed43 100644 --- a/console.cpp +++ b/console.cpp @@ -68,7 +68,7 @@ struct console_t : public tickable { queue q; mutex m; thread *t; - + std::istream ∈ static vector console_ts;