Skip to content

Instantly share code, notes, and snippets.

@zeptometer
Created February 20, 2016 00:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zeptometer/52adb7909e994fee9a4b to your computer and use it in GitHub Desktop.
Save zeptometer/52adb7909e994fee9a4b to your computer and use it in GitHub Desktop.
lazy val root = (project in file(".")).settings(
name := "sdramtest",
version := "0.1.0",
scalaVersion := "2.11.7"
).dependsOn(
ProjectRef(uri("git://github.com/wasabiz/chisel-uart.git"), "chisel-uart"),
ProjectRef(uri("git://github.com/zeptometer/chisel-DE1-SDRAM.git"), "chisel-de1-sdram"))
libraryDependencies += "edu.berkeley.cs" %% "chisel" % "latest.release"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment