- Aug 10, 2023
-
-
Jiuyang Liu authored
-
Jiuyang Liu authored
-
Jiuyang Liu authored
-
Jiuyang Liu authored
-
Jiuyang Liu authored
-
Jiuyang Liu authored
-
- Apr 27, 2023
-
-
Jiuyang Liu authored
-
- Mar 09, 2023
-
-
Jerry Zhao authored
-
- Dec 27, 2022
-
-
SingularityKChen authored
+ Remove parenthesized forms of asUInt();
-
- Dec 20, 2022
-
-
Jerry Zhao authored
mill: Bump to scala 2.13.10/chisel3.5.5
-
- Dec 08, 2022
-
- Nov 19, 2022
-
-
Jerry Zhao authored
Bump to scala 2.13.10/chisel3.5.5
-
Jerry Zhao authored
-
- Nov 15, 2022
-
-
leahyao authored
-
Jiuyang liu authored
-
- Nov 08, 2022
-
-
Jerry Zhao authored
feat: add github actions
-
Tianrui Wei authored
-
Tianrui Wei authored
Signed-off-by:Tianrui Wei <tianrui@tianruiwei.com>
-
Jerry Zhao authored
feat: fix scala 2.13 removing Par
-
Tianrui Wei authored
Scala 2.13 removed parallal collections from standard library in 2.13. This commit adds the new repo as a separate dependency to fix that sbt test can run successfully Signed-off-by:Tianrui Wei <tianrui@tianruiwei.com>
-
- Nov 07, 2022
-
-
Jerry Zhao authored
Bump scala to 2.13.8, chisel to 3.5.4
-
- Nov 04, 2022
-
-
Jerry Zhao authored
-
- Aug 02, 2022
-
-
Michael Etzkorn 明凯 authored
* Using snapshots can break downstream builds like in RC. * There will be evictions and the hardfloat build can fail if new APIs are used by Chisel in later snapshots Co-authored-by:Michael Etzkorn <michael-etzkorn@sage.micro.com>
-
- Dec 28, 2021
-
-
Andrew Waterman authored
remove cloneType
-
- Dec 23, 2021
-
-
Jiuyang Liu authored
-
Jiuyang Liu authored
-
- Nov 03, 2021
-
-
Andrew Waterman authored
Changing submodule protocol to https
-
dunn authored
-
- Nov 26, 2020
-
-
Andrew Waterman authored
-
Andrew Waterman authored
Partially reverts f722163c The reverted commit had the right idea but took a suboptimal approach. Rather than one-hot-encoding the counter, we can reuse the divisor register, thereby realizing the same circuit delay while eliminating several flops.
-
- Nov 24, 2020
-
-
Andrew Waterman authored
-
Andrew Waterman authored
Add AddRecFN and MulRecFN functional units
-
Andrew Waterman authored
Ported from John Hauser's Verilog source http://www.jhauser.us/arithmetic/HardFloat.html
-
- Oct 09, 2020
-
-
Andrew Waterman authored
Make DivSqrtRecFN_small tolerant to X-pessimism
-
Andrew Waterman authored
In the recoded format, many bits are don't-cares for Inf, NaN, and zero. Alas, taking advantage of that relies on sane processing of don't-cares, which Verilog X does not have. Luckily, in this case, the fix actually slightly reduces HW cost.
-
- Sep 29, 2020
-
-
Andrew Waterman authored
Revert bump.
-
Jiuyang liu authored
-
Jiuyang liu authored
-
- Sep 27, 2020
-
-
Andrew Waterman authored
port test from makefile to Scalatest
-
Jiuyang liu authored
-