https://github.com/lowrisc/ml4dv
Staging area for ml4dv collateral
https://github.com/lowrisc/ml4dv
Last synced: 2 months 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 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-09T17:48:41.000Z (over 2 years ago)
- Last Synced: 2025-01-20T06:42:53.933Z (about 1 year ago)
- Language: SystemVerilog
- Size: 311 KB
- Stars: 1
- Watchers: 11
- 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 core
This paper https://arxiv.org/abs/2310.04535 has used the designs from this
repository.