- Nov 22, 2016
-
-
ducky authored
-
ducky authored
-
ducky authored
-
ducky authored
-
ducky authored
-
ducky authored
-
Richard Lin authored
Add ranging API
-
ducky authored
-
ducky authored
-
ducky authored
-
ducky authored
-
Paul Rigge authored
-
Paul Rigge authored
-
Paul Rigge authored
-
Paul Rigge authored
-
Paul Rigge authored
-
Paul Rigge authored
-
Paul Rigge authored
-
Paul Rigge authored
-
chick authored
-
ducky authored
-
chick authored
-
ducky authored
-
ducky authored
-
ducky authored
-
- Nov 19, 2016
-
-
jackkoenig authored
Also restrict black boxes to not allow hardware inside of them since it was being silently dropped anyway. Resolves #289
-
jackkoenig authored
Workaround for: http://www.veripool.org/issues/1101-Verilator-Fix-SmallName-for-ParamTypeDType
-
Stevo authored
Also, remove no-longer-special case for n=1.
-
Richard Lin authored
Eliminate some doc warnings
-
- Nov 18, 2016
-
-
ducky authored
-
- Nov 15, 2016
- Nov 03, 2016
-
-
Jim Lawson authored
-
Jim Lawson authored
-
Adam Izraelevitz authored
Prefix temporary names with underscores so Verilator won't trace them Use verilator argument "--trace-underscore" if you want to trace these signals
-
- Nov 02, 2016
-
-
Jim Lawson authored
-
- Oct 29, 2016
-
-
Andrew Waterman authored
-
- Oct 28, 2016
-
-
Andrew Waterman authored
defaultCompileOptions is convenient, but it frequently foils the compatibility layer by providing strict defaults rather than passing through the user's CompileOptions. This notably manifests for chiselCloneType, which has different behavior for chisel3 and Chisel. Ideally, we'd get rid of defaultCompileOptions within chisel3.core and only supply it to people who import chisel3._ (attn. @ucbjrl). That would statically prevent further regressions of this nature within the core. The change to Vec.truncateIndex seems extraneous, but I chose an alternate implementation rather than requiring compileOptions in another place.
-
Andrew Waterman authored
f1507aa7 triggers a rocket-chip regression, because Chisel used to not preserve flippedness on cloneType.
-
Donggyu authored
fix SeqMem's read port creation
-