start fires
Block or Report
Block or report jackkoenig
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
1,076 contributions in the last year
Less
More
Contribution activity
June 2023
Created 5 commits in 1 repository
Created a pull request in chipsalliance/chisel that received 3 comments
Warn on incorrect widths for Vec dynamic indexing
Follow on to #3033, applying the same change to Vec dynamic indices (previously it was just dynamic bit selection for UInts). Contributor Checklist …
+63
−12
•
3
comments
Opened 2 other pull requests in 1 repository
chipsalliance/chisel
1
open
1
merged
Reviewed 5 pull requests in 1 repository
chipsalliance/chisel
5 pull requests
- Add tests for using DataView with ref types
- Convert Vec dynamic index with a literal to static index
- Implement a SyncReadMem wrapper with explicit read, write, and read/write ports
- Unify recursive Data traversals into DataMirror
-
Don't emit implicit clock warnings for
SyncReadMem.readWrite
when explicit clocks are used