ucb-bar / chisel2-deprecated

chisel.eecs.berkeley.edu
388 stars 90 forks source link

Add Option types for Bundle. #657

Closed ucbjrl closed 8 years ago

ucbjrl commented 8 years ago

Move #655 from master to dsp

This adds the ability to have fields of type Option[T <: Data] in your Bundles.

ucbjrl commented 8 years ago

Superseded by #659