diff options
author | Andrew Waterman <waterman@s144.Millennium.Berkeley.EDU> | 2011-04-09 20:03:07 -0700 |
---|---|---|
committer | Andrew Waterman <waterman@s144.Millennium.Berkeley.EDU> | 2011-04-09 20:03:07 -0700 |
commit | fa3c04da6fc1b2a8c0f744c3bfcf25dd45c24e5b (patch) | |
tree | f3e190522e7f497597efddab87a91e161a49d949 /inst.v | |
parent | 9212085398dee4aecfead02897d8ad3686afe6bc (diff) | |
download | riscv-opcodes-fa3c04da6fc1b2a8c0f744c3bfcf25dd45c24e5b.zip riscv-opcodes-fa3c04da6fc1b2a8c0f744c3bfcf25dd45c24e5b.tar.gz riscv-opcodes-fa3c04da6fc1b2a8c0f744c3bfcf25dd45c24e5b.tar.bz2 |
[xcc, sim] added rvc insn c.li; misc fixes
Diffstat (limited to 'inst.v')
-rw-r--r-- | inst.v | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -228,3 +228,4 @@ `define SETVL 32'b?????_?????_000000000000_001_1110011 `define VF 32'b00000_?????_????????????_010_1110011 `define C_ADDI 32'b00000000000000000000000000000000 +`define C_LI 32'b00000000000000000000000000000000 |