Metadata-Version: 2.2
Name: rvvsuite
Version: 0.0.6
Summary: A set of tools for developing RISC-V Vector IP includes Random Test Generator (RTG), Assembler, and Simulator
Home-page: https://github.com/khiemnb153/rvvsuite
Author: Nguyen Binh Khiem
Author-email: khiemnb153@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-python
Dynamic: summary

# RISC-V Vector Development Suite

A set of tools for developing RISC-V Vector IP includes Random Test Generator (RTG), Assembler, and Simulator.

> **This project is not yet complete**.
>
> However, since my teammate needs it for testing the RTL design, I have decided to publish it anyway.
> This package is tested on product environment. LMAO.

## Supported features

## Configurations

## APIs

## Changelog

### Version 0.0.6 (by [Nguyen Binh Khiem](https://github.com/khiemnb153))

- **[Added]** `Simulator` Enabled write debug log to file.
- **[Fixed]** `Simulator` Fixed `vmsgt` operation.
- **[Fixed]** `Simulator` Fixed `vsrub` operation.

### Version 0.0.5 (by [Nguyen Binh Khiem](https://github.com/khiemnb153))

- **[Fixed]** `Simulator` Fixed vector load operations.

### Version 0.0.4 (by [Nguyen Binh Khiem](https://github.com/khiemnb153))

- **[Changed]** `Simulator` Modified how PC is logged.
- **[Changed]** `Simulator` Added debug mode.
- **[Fixed]** `Simulator` Fixed vector store operations.

### Version 0.0.3 (by [Nguyen Binh Khiem](https://github.com/khiemnb153))

- **[Changed]** `Simulator` Ignored out-of-width address bits in vector load and store instructions in simulator.

### Version 0.0.2 (by [Nguyen Binh Khiem](https://github.com/khiemnb153))

- **[Fixed]** `Simulator` Fixed SRA opeator of ICB

### Version 0.0.1 (by [Nguyen Binh Khiem](https://github.com/khiemnb153))

- **[Added]** Initial version
