diff options
author | Neel Gala <neelgala@gmail.com> | 2020-10-16 09:55:59 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-15 21:25:59 -0700 |
commit | 036aacbeb276be794f7a3ba89f5da3c5b2f8eb9f (patch) | |
tree | 1d8ab1eb55c1778a6e7767b7f772e2c8fcb64af5 /fesvr/elf.h | |
parent | e4419aa79a3c999e85610616d6e85847b08f7e19 (diff) | |
download | spike-036aacbeb276be794f7a3ba89f5da3c5b2f8eb9f.zip spike-036aacbeb276be794f7a3ba89f5da3c5b2f8eb9f.tar.gz spike-036aacbeb276be794f7a3ba89f5da3c5b2f8eb9f.tar.bz2 |
reduce sig_len constraint to 4 bytes (#569)
* reduce sig_len constraint to 4 bytes
Spike currently asserts that the signature length should always be a multiple of 16-bytes. However, the compliance suite has agreed to upon the signature being a multiple ot 4-bytes. This prevents some of the tests to run on spike since it fails the assertion.
The proposed change fixes this issue and reduces the assertion to 4 bytes.
* Added size argument to htif arguments and zero padding for signature output. Defaultline size-16.
* Modified type of line_size to unsigned.
* Renamed size to granularity.
* Rename granularity to signature-granularity.
Co-authored-by: dracarys99 <spawan1999@gmail.com>
Diffstat (limited to 'fesvr/elf.h')
0 files changed, 0 insertions, 0 deletions