aboutsummaryrefslogtreecommitdiff
path: root/model/riscv_fetch.sail
diff options
context:
space:
mode:
Diffstat (limited to 'model/riscv_fetch.sail')
-rw-r--r--model/riscv_fetch.sail1
1 files changed, 0 insertions, 1 deletions
diff --git a/model/riscv_fetch.sail b/model/riscv_fetch.sail
index 9c9e06a..6fd6691 100644
--- a/model/riscv_fetch.sail
+++ b/model/riscv_fetch.sail
@@ -12,7 +12,6 @@
function isRVC(h : half) -> bool = not(h[1 .. 0] == 0b11)
-val fetch : unit -> FetchResult
function fetch() -> FetchResult =
/* fetch PC check for extensions: extensions return a transformed PC to fetch,
* but any exceptions use the untransformed PC.