#rvv #riscv #vector #encode #cli

app rvv-as

Command line tool to encode RISC-V V extension (rvv) instructions

14 releases

0.2.1 Jul 28, 2022
0.2.0 Jul 6, 2022
0.1.13 Apr 28, 2022
0.1.11 Feb 14, 2022
0.1.9 Jan 25, 2022

#61 in #riscv

Download history 15/week @ 2023-08-16 16/week @ 2023-08-23 19/week @ 2023-09-06 15/week @ 2023-09-13 1/week @ 2023-09-20 2/week @ 2023-09-27 1/week @ 2023-10-04 8/week @ 2023-10-25 22/week @ 2023-11-01 1/week @ 2023-11-08 1/week @ 2023-11-15 30/week @ 2023-11-22

55 downloads per month

MIT license

150KB
3K SLoC

Usage

$ rvv-as --help
USAGE:
    rvv-as [OPTIONS] <ASM_FILE>

ARGS:
    <ASM_FILE>    The original assembly source file path

OPTIONS:
    -c, --comment-origin                     Use original instruction and its code as comment
    -p, --comment-prefix <COMMENT_PREFIX>    The comment prefix [default: #]
    -r, --reserved-only                      Only translate reserved rvv instructions

Dependencies

~5MB
~94K SLoC