redirect instructions through a class called sv_proc_t
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 11 Oct 2018 20:45:26 +0000 (21:45 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 11 Oct 2018 20:45:26 +0000 (21:45 +0100)
commit0314c19d5bae6ad6f4b6cd6b1b9473b58a7634a5
tree26c9d4aeb2d216a53d81adae18d68da5585241ad
parentca25e0e1b818b48a33e96bba668d439abc06ad33
redirect instructions through a class called sv_proc_t

preparing the groundwork for a total over-ride of macros such as
WRITE_RD, and so on, so that element width can be implemented
id_regs.py
riscv/insn_template_sv.cc
riscv/processor.cc
riscv/processor.h
riscv/riscv.mk.in
riscv/sv_insn_redirect.cc [new file with mode: 0644]
riscv/sv_insn_redirect.h [new file with mode: 0644]
sv_proc_gen.py [new file with mode: 0644]