Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updates for crypto scalar instructions #34

Open
wants to merge 8 commits into
base: dev
Choose a base branch
from

Commits on Mar 28, 2022

  1. 1) pack and zext.h have same opcode, func3, funct7 only diffrence is …

    …in rs2 value
    
     for zext.h rs2 is always 0, if pack instruction is used with x0 as rs2
     then cannot distinguish from each other, hence using cover label to differentiate.
    
    2) updated coverage.py for xperm4, xperm8, zip, unzip instructions
    anku-anand committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    2b3748a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b14576 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. Configuration menu
    Copy the full SHA
    aa98e42 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2022

  1. Configuration menu
    Copy the full SHA
    9ff4563 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. Added gorci to unsgn_rs1 in coverage.py

    Added conditions to extract bs and rnum fields in rvopcodesdecoder.py
    Removed zext.h from internaldecoder.py
    anku-anand committed May 24, 2022
    Configuration menu
    Copy the full SHA
    c82d51f View commit details
    Browse the repository at this point in the history

Commits on May 29, 2022

  1. Configuration menu
    Copy the full SHA
    a0b076c View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Configuration menu
    Copy the full SHA
    16ddd43 View commit details
    Browse the repository at this point in the history
  2. update CHANGELOG.md

    anku-anand committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    5aaf74c View commit details
    Browse the repository at this point in the history