Andrew Waterman
|
c8b1f0801b
|
Remove start address option from AddrMapEntries
It appears to never be used, and clutters things. The new invariant is
that AddrMaps are relative and AddrHashMaps are absolute.
|
2016-04-27 14:52:05 -07:00 |
|
Andrew Waterman
|
d3dee2c6c6
|
support countSlaves on empty address maps
|
2016-04-27 14:51:52 -07:00 |
|
Andrew Waterman
|
a56a502ced
|
Add missing cloneType method
@zhemao
|
2016-01-23 21:36:16 -08:00 |
|
Andrew Waterman
|
335fb73120
|
Chisel3 compatibility fix
No need for a Vec here.
|
2016-01-15 15:17:16 -08:00 |
|
Andrew Waterman
|
a08872c0e9
|
val -> def in static object
|
2015-09-25 17:05:28 -07:00 |
|
Andrew Waterman
|
e75674c0cb
|
Revert "replace remaining uses of Vec.fill"
This reverts commit 16dca2186b95945ad2ba5f906113101de0726617.
|
2015-09-25 17:05:07 -07:00 |
|
Andrew Waterman
|
f7d9628de2
|
Avoid needless use of Vec
|
2015-08-27 09:40:52 -07:00 |
|
Andrew Waterman
|
3a1dad7994
|
Use Vec.apply, not Vec.fill, for type nodes
|
2015-08-27 09:40:24 -07:00 |
|
Andrew Waterman
|
2ff2b43c2c
|
Chisel3 compatibility: use >>Int instead of >>UInt
The latter doesn't contract widths anymore.
|
2015-08-04 13:13:44 -07:00 |
|
Andrew Waterman
|
e469785f5e
|
bump scala to 2.11.6
|
2015-08-03 19:51:17 -07:00 |
|
Andrew Waterman
|
d85c46bc60
|
Chisel3 bulk connect non-commutativity
|
2015-08-03 19:47:16 -07:00 |
|
Andrew Waterman
|
eb57433f43
|
Bits -> UInt
|
2015-07-30 23:57:53 -07:00 |
|