Updated release notes

This commit is contained in:
jrahmeh 2019-08-13 16:42:26 -05:00 committed by GitHub
parent 8242950a58
commit 189ce25027
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -4,13 +4,14 @@
* The ebreak and ecall instructions are no longer counted in the MINSRET * The ebreak and ecall instructions are no longer counted in the MINSRET
control and status register. control and status register.
* Write to SBDATA0 does not start SB write access when both * Write to SBDATA0 does not start SB write access when both
sbreadonaddr/sbreadondata are zero. sbreadonaddr/sbreadondata are zero. This fixes issue number
5 on github.
1. FPGA support: Add fpga_optimize option to swerv.config which 1. FPGA support: Add fpga_optimize option to swerv.config which
eliminates over 90% of clock-gating enabling faster FPGA eliminates over 90% of clock-gating enabling faster FPGA
simulation. simulation.
1. Usability: Untabified all the verilog files. 1. Usability: Untabified all the verilog files. This fixes issue number 3 on github.
# SweRV RISC-V Core<sup>TM</sup> 1.1 from Western Digital # SweRV RISC-V Core<sup>TM</sup> 1.1 from Western Digital
## Release Notes ## Release Notes