ucb-bar / chisel2-deprecated

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

Add Option types for Bundle. #655

Closed grebe closed 8 years ago

grebe commented 8 years ago

I opened this pull request against master b/c I can't create new branches- it should go in it's own branch for testing. DO NOT MERGE

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

ucbjrl commented 8 years ago

Replaced by #657 - apply to dsp branch.