aboutsummaryrefslogtreecommitdiff
path: root/update-opcodes
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@s144.Millennium.Berkeley.EDU>2010-10-15 17:51:37 -0700
committerAndrew Waterman <waterman@s144.Millennium.Berkeley.EDU>2010-10-15 17:51:37 -0700
commitad9480bf5347c4371f4c33b5b8204833e6e34357 (patch)
tree01a99154ecdb26d8dedc3472f31b10f56fa752a0 /update-opcodes
parent48aea5b7a2743612774f0243ffcd2d311f2f7a8b (diff)
downloadriscv-opcodes-ad9480bf5347c4371f4c33b5b8204833e6e34357.zip
riscv-opcodes-ad9480bf5347c4371f4c33b5b8204833e6e34357.tar.gz
riscv-opcodes-ad9480bf5347c4371f4c33b5b8204833e6e34357.tar.bz2
[pk, sim] added FPU emulation support to proxy kernel
Diffstat (limited to 'update-opcodes')
-rwxr-xr-xupdate-opcodes1
1 files changed, 1 insertions, 0 deletions
diff --git a/update-opcodes b/update-opcodes
index 1424ef5..75121e8 100755
--- a/update-opcodes
+++ b/update-opcodes
@@ -2,4 +2,5 @@
./parse-opcodes -tex < opcodes > instr-table.tex
./parse-opcodes -verilog < opcodes > inst.v
./parse-opcodes -disasm < opcodes > ../xcc/src/include/opcode/mips-riscv-opc.h
+./parse-opcodes -disasm < opcodes > ../pk/pk/riscv-opc.h
./parse-opcodes -switch < opcodes > ../sim/riscv/execute.h