Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lowrisc/ml4dv
Staging area for ml4dv collateral
https://github.com/lowrisc/ml4dv
Last synced: 1 day ago
JSON representation
Staging area for ml4dv collateral
- Host: GitHub
- URL: https://github.com/lowrisc/ml4dv
- Owner: lowRISC
- License: apache-2.0
- Created: 2023-07-12T11:09:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-09T17:48:41.000Z (about 1 year ago)
- Last Synced: 2024-04-28T04:31:14.409Z (7 months ago)
- Language: SystemVerilog
- Size: 311 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This repository contains a number of designs along with cocotb testbenches to enable research into
exploring ML techniques for DV. The three designs are:- stride_detector - A mock design of the core of a prefetcher
- ibex_decoder - A standalone instantiaton of the decoder from the Ibex RISC-V
core
- ibex_cpu - The full Ibex RISC-V coreThis paper https://arxiv.org/abs/2310.04535 has used the designs from this
repository.