Commit Graph

514 Commits

Author SHA1 Message Date
Xu, Zefan e0acf46098 ci: add building coremark for 1/2/10 iteration 2024-09-11 04:51:57 +00:00
Yinan Xu e8c3cd0701
Update core_main.c 2024-02-10 20:14:52 +08:00
xuzefan 1d5fb08be1 fix: allow changing iterations from make 2023-10-27 10:07:32 +08:00
William Wang 3ba0a11b57 maprobe: disable random access test by default 2023-04-06 17:39:04 +08:00
William Wang d19b76e385 maprobe: fix linear_access asm to support 2 load/cycle 2023-04-06 16:54:40 +08:00
William Wang ceb50bb657 maprobe: add continuosly access latency test 2023-04-02 13:26:55 +08:00
William Wang fcdbdc0640 maprobe: add l2_l3_pressure_test & replacement_test 2023-03-13 18:21:14 +08:00
William Wang d903857dd9 maprobe: generate acpa matrix 2023-03-07 18:05:58 +08:00
William Wang d9b43ff870 maprobe: let all test return result 2023-03-07 16:49:47 +08:00
William Wang b27f2968b4 maprobe: support matrix print 2023-03-07 16:29:44 +08:00
William Wang ac66935e15 maprobe: add basic store test and batch load test 2023-03-07 14:24:46 +08:00
William Wang 47fe2bc9d6 maprobe: fix usage of volatile to avoid extra store 2023-03-06 18:13:39 +08:00
William Wang 421b3b8f17 maprobe: add linear read, random read, l-l vio test 2023-03-06 17:20:30 +08:00
William Wang 4f4982b1a1 apps,maprobe: reorg maprobe files 2023-03-05 16:05:30 +08:00
William Wang f77baf5fad Merge branch 'southlake' 2022-11-03 20:08:26 +08:00
William Wang 175e8de348 tests: add test_mem_throughput_same_set 2022-11-03 19:58:04 +08:00
XiChen 1b3e400893 hpm: add parse_encoding 2022-07-07 21:44:11 +08:00
XiChen f99729f8cc hpm: slight modification 2022-07-07 10:38:00 +08:00
XiChen 4ab7a3b517 hpm: add Readme && simplify hpmdriver.c as an example 2022-07-06 22:55:43 +08:00
XiChen 1ae8fb4ac0 hpmdriver: add macro functions 2022-07-05 17:44:25 +08:00
XiChen f7432606d2 apps: add basic hpmdriver 2022-07-05 11:13:26 +08:00
William Wang c8d9202c29 apps: add basic latency and throughput test 2022-06-16 22:33:09 +08:00
William Wang 16f3b2bd63 apps: add DMIPS calc for dhrystone 2022-06-15 16:15:43 +08:00
zzy 504023f91b configs: rollback some settings 2022-06-06 13:08:34 +08:00
William Wang 4ab87094c0 tests,loader,southlake: update workload 2022-05-04 03:49:53 +08:00
William Wang a5676867b1 arch: update southlake 2022-05-02 20:46:10 +08:00
William Wang 1dcc274b61 apps: set coremark iter to 1, dhrystone to 2 2022-05-02 17:51:33 +08:00
William Wang 62fadffcef apps: update loader and dummy-bootrom 2022-05-02 17:50:50 +08:00
William Wang 194056f882 riscv64: add southlake and southlake-flash 2022-04-30 16:41:57 +08:00
Jin Yue 8d0c11d238 add default load image 2022-04-13 16:26:13 +08:00
Jin Yue 014b8df7c6 loader: use linux.bin as default ELF_PATH 2022-04-13 12:15:54 +08:00
JinYue 5ee00bd63a app/loader: add simple boot program 2022-02-04 22:55:36 +08:00
JinYue 33250c6e47 Add test for flash instruction fetch 2021-10-27 19:26:58 +08:00
LinJiawei e800de3b0e update coremark 2021-09-26 18:17:18 +08:00
Allen e950ae3a34 Modified README.md. 2021-01-12 21:56:51 +08:00
Allen 3fd847e688 Merge branch 'master' of github.com:RISCVERS/nexus-am 2021-01-09 21:47:54 +08:00
Allen ce05c7b079 Ported stream benchmark. 2021-01-09 21:46:17 +08:00
LinJiawei fea5c098d7 update coremark 2020-10-27 13:00:26 +08:00
LinJiawei 8fe5185ec0 Microbench: reduce test size of bf 2020-07-26 15:44:44 +08:00
Zihao Yu 73d5ffe67b apps,fceux: support video without GUI 2020-07-10 19:40:27 +08:00
Zihao Yu 326d9da31d apps,fceux: support exit with Q key 2020-07-09 16:54:43 +08:00
Zihao Yu 794ae5e948 apps,fceux: disable audio code with SOUND_NONE 2020-07-06 14:24:17 +08:00
Zihao Yu a149aba788 apps,fceux: add config.h for configuration of frameskip and sound 2020-04-24 19:47:44 +08:00
Zihao Yu 2c17242576 apps,fceux,sdl: handle audio buffer underflow for NEMU 2020-04-24 19:44:52 +08:00
Zihao Yu 22d2be311e apps,fceux,x6502: use ADDCYC() when skipping spin
* ADDCYC() can still maintain soundtimestamp correctly
2020-04-24 19:33:09 +08:00
Zihao Yu ef6689005b apps,fceux,sound: small refactor 2020-04-24 19:31:57 +08:00
Zihao Yu d44eaf8109 apps,fceux,sound: remove floating point operations 2020-04-24 19:31:22 +08:00
Zihao Yu dacc04cacc native,devices,audio: add init register 2020-04-23 21:05:58 +08:00
Zihao Yu c808df5403 apps,fceux: sound works on native, but there is some delay 2020-04-23 20:07:13 +08:00
Zihao Yu 163a316f56 apps,fceux: add sound back 2020-04-23 09:23:45 +08:00