1
0

constants as traits

This commit is contained in:
Henry Cook
2012-10-07 20:15:54 -07:00
parent b5ff436092
commit dfdfddebe8
18 changed files with 128 additions and 75 deletions

View File

@ -1,8 +1,6 @@
package rocket
import Chisel._
import Node._
import scala.math._
class Mux1H [T <: Data](n: Int)(gen: => T) extends Component
{