aboutsummaryrefslogtreecommitdiff
path: root/src/f-st-ext.adoc
diff options
context:
space:
mode:
authorBill Traynor <wmat@riscv.org>2023-07-13 11:17:35 -0400
committerBill Traynor <wmat@riscv.org>2023-07-13 11:17:35 -0400
commit261384ecd47f73e83cc1f3828b2ce213b7b5680c (patch)
tree96f796056739214b5b38a9f5228b9d8f5383a1f1 /src/f-st-ext.adoc
parent71ac43eb32534d154f165938876eb2a199562465 (diff)
downloadriscv-isa-manual-261384ecd47f73e83cc1f3828b2ce213b7b5680c.zip
riscv-isa-manual-261384ecd47f73e83cc1f3828b2ce213b7b5680c.tar.gz
riscv-isa-manual-261384ecd47f73e83cc1f3828b2ce213b7b5680c.tar.bz2
Fix SP Load & Store for F Extension
Set Width to W for the Single-Precision Loand and Store Instructions for the F Extension to match LaTeX. Added new wavedrom file for this diagram.
Diffstat (limited to 'src/f-st-ext.adoc')
-rw-r--r--src/f-st-ext.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/f-st-ext.adoc b/src/f-st-ext.adoc
index 13db568..0e27348 100644
--- a/src/f-st-ext.adoc
+++ b/src/f-st-ext.adoc
@@ -231,7 +231,7 @@ signals.
Floating-point loads and stores use the same base+offset addressing mode as the integer base ISAs, with a base address in register _rs1_ and a 12-bit signed byte offset. The FLW instruction loads a single-precision floating-point value from memory into floating-point register _rd_. FSW stores a single-precision value from floating-point register _rs2_ to memory.
-include::images/wavedrom/sp-load-store.adoc[]
+include::images/wavedrom/sp-load-store-2.adoc[]
[[sp-ldst]]
//.SP load and store