summaryrefslogtreecommitdiff
path: root/src/test/scala/chiselTests/RecordSpec.scala
AgeCommit message (Collapse)Author
2017-02-27Add test for digit field names in RecordsJack Koenig
2017-01-20Add Record as new superclass of Bundle (#366)Jack Koenig
Record gives uses the power to create collections of heterogenous elements. Bundle is a special case of Record that uses reflection to populate the elements of the collection. Bundle also attempts to implement cloneType whereas users of Record are required to supply one.