Skip to content

poena/chisel_bootcamp_amm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

This is a guide to run chisel3 bootcamp by using Ammonite.

Ammonite environment to run Chisel3 bootcamp. Ammonite Repl 1.7.4
Scala 2.12.10 Java 1.8

Download amm: sudo sh -c '(echo "#!/usr/bin/env sh" && curl -L https://github.com/lihaoyi/Ammonite/releases/download/1.7.4/2.12-1.7.4) > /usr/local/bin/amm && chmod +x /usr/local/bin/amm' && amm

@ val path = System.getProperty("user.dir") + "/load-ivy.sc" @ interp.load.module(ammonite.ops.Path(java.nio.file.FileSystems.getDefault().getPath(path))) @ // others code

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages