Fft changes (#15)

* modified CustomBundle to also apply on Int

* programmatic bundle should take T <: Data instead of Data

* turns out indexedElements doesn't synthesize

* had to change a bunch of files to get clk/pads compiling again with recent firrtl mods
This commit is contained in:
Angie Wang
2017-03-14 23:59:57 -07:00
committed by GitHub
parent 164bf2152c
commit f7056f3529
5 changed files with 16 additions and 16 deletions

View File

@@ -3,7 +3,6 @@
package barstools.tapeout.transforms
import chisel3._
import chisel3.util.RegInit
import firrtl._
import org.scalatest.{FreeSpec, Matchers}