You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* /This is going to take awhile, so have a refreshment/
281
-
282
-
(4) Verify that everything is working by:
283
-
284
-
* Downloading the <https://raw.githubusercontent.com/clash-lang/clash-compiler/36a60d7979012b39bcaac66ec7048a7ec7167fbe/examples/FIR.hs Fir.hs> example
285
-
* Run: @clashi FIR.hs@
286
-
* Execute, in the interpreter, the @:vhdl@ command
287
-
* Execute, in the interpreter, the @:verilog@ command
288
-
* Execute, in the interpreter, the @:systemverilog@ command
289
-
* Exit the interpreter using @:q@
290
-
* Examine the VHDL code in the @vhdl@ directory
291
-
* Examine the Verilog code in the @verilog@ directory
292
-
* Examine the SystemVerilog code in the @systemverilog@ directory
293
-
216
+
For installation instructions, see <https://clash-lang.org/install/ clash-lang.org/install/>.
294
217
-}
295
218
296
219
{- $working
@@ -299,7 +222,7 @@ at the same time. If you followed the installation instructions, you already
299
222
know how to start the Clash compiler in interpretive mode:
300
223
301
224
@
302
-
clashi
225
+
clash.clashi # When installed from source, use 'clashi'
303
226
@
304
227
305
228
For those familiar with Haskell/GHC, this is indeed just @GHCi@, with three
0 commit comments