[sim] stubs for perfctr instructions
authorAndrew Waterman <waterman@s141.Millennium.Berkeley.EDU>
Sat, 14 May 2011 00:31:45 +0000 (17:31 -0700)
committerAndrew Waterman <waterman@s141.Millennium.Berkeley.EDU>
Sat, 14 May 2011 00:31:45 +0000 (17:31 -0700)
riscv/insns/rdcycle.h [new file with mode: 0644]
riscv/insns/rdinstret.h [new file with mode: 0644]
riscv/insns/rdtime.h [new file with mode: 0644]

diff --git a/riscv/insns/rdcycle.h b/riscv/insns/rdcycle.h
new file mode 100644 (file)
index 0000000..96f2a74
--- /dev/null
@@ -0,0 +1 @@
+throw trap_illegal_instruction;
diff --git a/riscv/insns/rdinstret.h b/riscv/insns/rdinstret.h
new file mode 100644 (file)
index 0000000..96f2a74
--- /dev/null
@@ -0,0 +1 @@
+throw trap_illegal_instruction;
diff --git a/riscv/insns/rdtime.h b/riscv/insns/rdtime.h
new file mode 100644 (file)
index 0000000..96f2a74
--- /dev/null
@@ -0,0 +1 @@
+throw trap_illegal_instruction;