GithubHelp home page GithubHelp logo

isa-bend's Introduction

RISC-V Instruction Set Manual Build Status

This repository contains the LaTeX source for the draft RISC-V Instruction Set Manual. At the time of this writing, none of these specifications have been formally adopted by the RISC-V Foundation.

This work is licensed under a Creative Commons Attribution 4.0 International License. See the LICENSE file for details.

The Manual is split up into the following volumes:

  • Volume I: User-Level ISA
  • Volume II: Privileged Architecture

Official versions of the specifications are available at https://riscv.org/specifications/

Compiled versions of the most recent drafts of the specifications are available at https://github.com/riscv/riscv-isa-manual/releases/latest

The canonical list of open-source RISC-V implementations' marchid CSR values is available at https://github.com/riscv/riscv-isa-manual/blob/master/marchid.md

isa-bend's People

Contributors

aswaterman avatar kasanovic avatar daniellustig avatar pmundkur avatar gameboo avatar david-horner avatar brucehoult avatar palmer-dabbelt avatar asb avatar pabs3 avatar jcb62281 avatar fshaked avatar tmw-wdc avatar columbus240 avatar dp-sc avatar joshuascheid avatar imphil avatar pdonahue-ventana avatar luismarques avatar richardxia avatar rsnikhil avatar rongcuid avatar tommythorn avatar terpstra avatar jhauser-us avatar kdockser avatar neuschaefer avatar respasa avatar stkaplan avatar tymcauley avatar

Watchers

James Cloos avatar

isa-bend's Issues

Relax constraint on vl exceed register group effective VLEN.

With the two significant changes of
a) V0.9 register structure moving from vertical to horizontal widening and
b) eliminating SLEN
element width structural dependencies are eliminated.

As a consequence maintaining SEW/LMUL ratio is also removed.

This allows software to address a register groups operated as two or more consecutive but separate register groups..

Currently a vsetvl[i] instruction would be needed to set a lower LMUL.
However, it would be advantageous to allow a lower than LMUL aligned register group to execute when vl > EMUL/EEW.
In this case only the first EMUL/EEW elements are processed.

This would be especially useful in transforming a fully populated LMUL=8 register group two LMUL=4 groups with the lower elements remaining unchanged and the upper being volatile. (more valid combinations are possible)

The drops a run time alignment check that is a worthwhile trade-off to provide the functionality.

I believe this is a viable post V1.0 relaxation.
So, I believe it should also be consciously assessed for V1.0.

This is the corollary to #523

table of valid combinations

LMUL r r+1 r+2 r+3 r+4 r+5 r+6 r+7
8 8 1 2 1 4 1 2 1
4 4 1 2 1
2 2 1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.