aboutsummaryrefslogtreecommitdiff
path: root/riscv/riscv.mk.in
AgeCommit message (Expand)AuthorFilesLines
2023-04-14Add support for new instructions of Zvfbfwma extensionWeiwei Li1-0/+5
2023-04-14Add support for new instructions of Zvfbfmin extensionWeiwei Li1-0/+5
2023-04-14Add support for new instructions of Zfbfmin extensionWeiwei Li1-2/+10
2023-04-12Add debug_defines.h to list of installed headersJerry Zhao1-0/+1
2023-04-03Implement Zfa.Philipp Tomsich1-0/+45
2023-03-20Implement Smrnmi extensionAndrew Waterman1-0/+4
2023-02-04Add disasm/extension/rocc.h to installed headersJerry Zhao1-0/+3
2023-01-31Zicond: implement Zicond (conditional integer operations)Philipp Tomsich1-0/+5
2022-12-22Remove non-installed header lists from Makefile fragmentsAndrew Waterman1-34/+0
2022-12-20Reduce compile time increase introduced by #1189Andrew Waterman1-13/+4
2022-12-20Add logged variants of insn templatesJerry Zhao1-5/+13
2022-12-16Add missing vector_unit.h to install headers listJerry Zhao1-1/+2
2022-12-16Add missing abstract_interrupt_controller.h to header listsJerry Zhao1-0/+2
2022-12-15Don't install instruction decode macrosJerry Zhao1-3/+1
2022-12-15Merge pull request #1180 from ucb-bar/cleancfgAndrew Waterman1-0/+1
2022-12-15Add cfg.cc to hold internal implementation of mem_cfg_tJerry Zhao1-0/+1
2022-12-15Split decode.h into public decode.h and private decode_macros.hJerry Zhao1-0/+1
2022-12-13Move boost asio socket interface to socketif_tJerry Zhao1-1/+3
2022-12-12Pull vector unit into separate source/headerJerry Zhao1-0/+2
2022-11-17add support for zcmtWeiwei Li1-0/+4
2022-11-17add support for zcmpWeiwei Li1-0/+9
2022-11-17add support for zcbWeiwei Li1-1/+19
2022-10-17Merge branch 'master' into plic_uart_v1plic_uart_v1Andrew Waterman1-1/+34
2022-09-23Build and install lib and header dependencies for HammerJerin Joy1-1/+31
2022-05-16Include recently added headers in riscv/riscv.mk.inPirmin Vogel1-0/+3
2022-04-20Add ns16550 serial device emulationAnup Patel1-0/+1
2022-04-20Add PLIC emulationAnup Patel1-0/+1
2022-03-30Create triggers.cc, triggers.h.Tim Newsome1-0/+2
2022-03-29Split isa_parser_t out of processor.* and into its own file (#955)Rupert Swarbrick1-0/+1
2022-03-18Initial step towards factoring out command line configurationRupert Swarbrick1-0/+1
2022-03-17Inline trap_t methods so they can be used in fesvr codeAndrew Waterman1-1/+0
2022-02-18Remove disasm.cc/disasm.h from riscv subproject (#919)Rupert Swarbrick1-2/+0
2022-01-30add instructions function for cmoliweiwei1-0/+7
2021-12-27Update instruction vmandnot.mm, vmornot.mm -> vmandn.mm, vmorn.mm (#896)Yueh-Ting (eop) Chen1-2/+2
2021-11-02Zbkx renames xperm.n and xperm.b as xperm4 and xperm8. (#846)Markku-Juhani O. Saarinen1-4/+4
2021-10-14Split 'P' to EXT_ZPN and friends (#830)marcfedorow1-14/+1
2021-09-08Extract csr_t implementations to separate fileScott Johnson1-0/+1
2021-09-08Extract CSR class hierarchy to new fileScott Johnson1-0/+1
2021-08-09rvv fix 2021-08-09 (#768)Chih-Min Chao1-5/+10
2021-08-08Removed SWAP16 encoding and implementation header. (#766)marcfedorow1-1/+0
2021-07-28Significantly speed up compilation with GCCAndrew Waterman1-2/+0
2021-07-20Priv virtual memory updates (#750)Daniel Lustig1-0/+7
2021-06-04rvv: vdot has been removedChih-Min Chao1-3/+0
2021-06-02Remove Duff's Device in main simulation loop (#721)Andrew Waterman1-7/+0
2021-05-10Support RISC-V p-ext-proposal v0.9.2 (#637)ChunPing Chung1-0/+345
2021-03-08Merge pull request #649 from ben-marshall/scalar-crypto-fixAndrew Waterman1-4/+8
2021-02-24rvv: add vsetivliChih-Min Chao1-0/+1
2021-02-24rvv: add vse1/vle1Chih-Min Chao1-0/+2
2021-02-23rvv: rename sqrt/reciprocal instructionsChih-Min Chao1-2/+2
2021-02-18scalar-crypto: Fix decoding of RV64 AES instructions.Ben Marshall1-4/+8