1
0

add LICENSE

This commit is contained in:
Yunsup Lee 2014-09-12 15:31:38 -07:00
parent f8d450b4e2
commit 0b51d70bd2
11 changed files with 22 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// See LICENSE for license details.
package uncore package uncore
import Chisel._ import Chisel._

View File

@ -1,3 +1,5 @@
// See LICENSE for license details.
package uncore package uncore
import Chisel._ import Chisel._

View File

@ -1,3 +1,5 @@
// See LICENSE for license details.
package uncore package uncore
package constants package constants

View File

@ -1,3 +1,5 @@
// See LICENSE for license details.
package uncore package uncore
import Chisel._ import Chisel._

View File

@ -1,3 +1,5 @@
// See LICENSE for license details.
package uncore package uncore
import Chisel._ import Chisel._

View File

@ -1,3 +1,5 @@
// See LICENSE for license details.
package uncore package uncore
import Chisel._ import Chisel._
import scala.math._ import scala.math._

View File

@ -1,3 +1,5 @@
// See LICENSE for license details.
package uncore package uncore
import Chisel._ import Chisel._

View File

@ -1,3 +1,5 @@
// See LICENSE for license details.
package object uncore extends uncore.constants.MemoryOpConstants package object uncore extends uncore.constants.MemoryOpConstants
{ {
implicit def toOption[A](a: A) = Option(a) implicit def toOption[A](a: A) = Option(a)

View File

@ -1,3 +1,5 @@
// See LICENSE for license details.
package uncore package uncore
import Chisel._ import Chisel._

View File

@ -1,3 +1,5 @@
// See LICENSE for license details.
package uncore package uncore
import Chisel._ import Chisel._

View File

@ -1,3 +1,5 @@
// See LICENSE for license details.
package uncore package uncore
import Chisel._ import Chisel._