forked from LBL-CoDEx/OpenSoCFabric
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release v1.1 with the following features:
-Lots of bugs squashed -Updated test infrastructure -Updated VCRouter architecture
- Loading branch information
Showing
26 changed files
with
1,727 additions
and
1,866 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
// Name of Organization | ||
organization := "gov.lbl.crd.ftg" | ||
organization := "gov.lbl.crd.csd.cag" | ||
|
||
// Version number of project | ||
version := "1.0" | ||
version := "1.1" | ||
|
||
// Project Name | ||
name := "OpenSoC" | ||
|
||
// Version of Scala being used | ||
scalaVersion := "2.10.2" | ||
scalaVersion := "2.10.4" | ||
|
||
// Chisel compiler location | ||
addSbtPlugin("com.github.scct" % "sbt-scct" % "0.2") | ||
|
||
// Version of Chisel being used | ||
libraryDependencies += "edu.berkeley.cs" %% "chisel" % "2.2.20" | ||
libraryDependencies += "edu.berkeley.cs" %% "chisel" % "latest.release" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.