summaryrefslogtreecommitdiff
path: root/src/main/scala/Chisel/Driver.scala
diff options
context:
space:
mode:
authorAndrew Waterman2016-05-10 13:48:16 -0700
committerAndrew Waterman2016-05-10 13:48:16 -0700
commitaf6173d011ec19d80e0ffce0ff9a5658f876225e (patch)
tree73dc59f17cce8d6087f60b85766992fe5beecef9 /src/main/scala/Chisel/Driver.scala
parent52636971443c44429aa4834fcd656cb691659711 (diff)
Have Bits.toBools return Seq, not Vec
The return value of Bits.toBools doesn't need to be dynamically indexed (as you could have just dynamically indexed the Bits itself), so returning a Seq instead of a Vec is mroe appropriate. This breaks a circular dependence between Bits and Vec, which helps with macros/frontend refactoring.
Diffstat (limited to 'src/main/scala/Chisel/Driver.scala')
0 files changed, 0 insertions, 0 deletions