Andrew Waterman
|
a2fdcdcaef
|
Use Seq, not Iterable, when traversal order matters
|
2015-07-29 00:24:58 -07:00 |
|
Andrew Waterman
|
049fc8dc24
|
Chisel3 compatibility: use BitPat for don't-cares
This one's hella ugly, but for the time being, idgaf.
|
2015-07-28 02:48:49 -07:00 |
|
Andrew Waterman
|
f2dcc40e67
|
Chisel3 compatibility changes
|
2015-07-27 12:42:20 -07:00 |
|
Colin Schmidt
|
e293d89035
|
fix decodelogic bug for bitwidths >= 64 s/1L/BigInt(1)/
|
2015-03-10 10:28:05 -07:00 |
|
Yunsup Lee
|
8abf62fae3
|
add LICENSE
|
2014-09-12 18:06:41 -07:00 |
|
Jim Lawson
|
0c93567dea
|
Replace needWidth() with getWidth.
|
2014-06-13 14:58:52 -07:00 |
|
Jim Lawson
|
de32595fba
|
Quick change to work with new Width class.
|
2014-06-13 12:00:50 -07:00 |
|
Andrew Waterman
|
fd5f419eb1
|
use getWidth instead of width
|
2014-05-09 19:30:57 -07:00 |
|
Andrew Waterman
|
8dcc0cbb53
|
Fix bug with multiple DecodeLogics per module
|
2014-05-09 19:30:57 -07:00 |
|
Andrew Waterman
|
db59fc65ab
|
Add return address stack
|
2014-04-01 15:01:27 -07:00 |
|
Andrew Waterman
|
07a91bb99a
|
Miscellaneous cleanup
|
2013-12-09 19:53:14 -08:00 |
|
Andrew Waterman
|
5814a90472
|
Make DecodeLogic interface more flexible
|
2013-12-05 04:16:48 -08:00 |
|
Andrew Waterman
|
f12bbc1e43
|
working RoCC AccumulatorExample
|
2013-09-14 22:34:53 -07:00 |
|
Andrew Waterman
|
d4a0db4575
|
Reflect ISA changes
|
2013-08-24 14:43:55 -07:00 |
|
Henry Cook
|
1a9e43aa11
|
initial attempt at upgrade
|
2013-08-12 10:39:11 -07:00 |
|
Henry Cook
|
9abdf4e154
|
Make compatible with scala 2.10. List.sort deprecated. Refactor constants into package object.
|
2013-07-23 20:27:58 -07:00 |
|
Andrew Waterman
|
5e103054fd
|
fix bug in quine mccluskey
|
2012-11-05 00:28:25 -08:00 |
|
Andrew Waterman
|
0a640f2cc6
|
make DecodeLogic deterministic (hopefully)
|
2012-10-16 04:51:21 -07:00 |
|
Andrew Waterman
|
743e032f06
|
generalize interface to DecodeLogic
|
2012-08-22 13:38:07 -07:00 |
|
Andrew Waterman
|
65ff397122
|
improved instruction decoding
it now makes use of don't-cares by performing logic minimization
|
2012-05-01 20:16:36 -07:00 |
|