1. b52cee6 [CI] Display meson and ninja versions in CI by Philipp Wagner · 5 years ago
  2. 75029b3 Avoid meson 0.54.0 by Philipp Wagner · 5 years ago
  3. bb9df41 [spi_device/dv] Add interrupt seq by Weicai Yang · 5 years ago
  4. 0d7f7ac [fpv] fpv improvement by Cindy Chen · 5 years ago
  5. 31029d2 [dvsim] Update return error message by Weicai Yang · 5 years ago
  6. 9cb70aa [util, gen_cheader] Generate module parameters by Silvestrs Timofejevs · 5 years ago
  7. 502ec90 [dvsim] Add vpd wave dumping support by Greg Chadwick · 5 years ago
  8. 113d667 [prim/keccak] Fix the doc meta by Eunchan Kim · 5 years ago
  9. ae8efe3 [prim/keccak] Add brief document for Keccak by Eunchan Kim · 5 years ago
  10. 8abbc60 [dvsim.py] Fix no result displayed issue by Cindy Chen · 5 years ago
  11. 148751b [dvsim] Add licqueue swtich for Xcelium by Srikrishna Iyer · 5 years ago
  12. e43c4ca [fpv/keccak] FPV wrapper for Keccak by Eunchan Kim · 5 years ago
  13. 8e2587e [prim/keccak] Keccak permutation logic by Eunchan Kim · 5 years ago
  14. 77ce069 [aes/pre_dv] Add scratch verification and LEC scripts for S-Boxes by Pirmin Vogel · 5 years ago
  15. 3a3bca2 [sw, dif_plic] Reset the PLIC peripheral on initialisation by Silvestrs Timofejevs · 5 years ago
  16. 86c8dda [sw/testing] Add more EXPECT_*s to mock_mmio.h by Miguel Young de la Sota · 5 years ago
  17. 2d70c75 [ci] Enable flake8 linting for Python code in util by Rupert Swarbrick · 5 years ago
  18. b2b5b43 [util] Add flake8 support to lintpy.py by Rupert Swarbrick · 5 years ago
  19. 6b86913 [dvsim] Fix for missing coverage by Srikrishna Iyer · 5 years ago
  20. e8f1930 [dvsim] Minor fix in LintCfg class by Michael Schaffner · 5 years ago
  21. 0638368 [util] Minor tidyups in dvsim.py by Rupert Swarbrick · 5 years ago
  22. 1dd327bd [util] Apply lintpy.py formatting to dvsim.py by Rupert Swarbrick · 5 years ago
  23. 7dba9f3 [util] Correctly handle the --proj-root argument in dvsim.py by Rupert Swarbrick · 5 years ago
  24. 32aae3f [dvsim] Replaced dicts with OrderedDicts by Srikrishna Iyer · 5 years ago
  25. 4488d24 [sw/crt] Ensure Small Read-Only Data is Linked by Sam Elliott · 5 years ago
  26. fa1b698 [sw/crt] Initialise Global Pointer Correctly by Sam Elliott · 5 years ago
  27. 8e57719 [util] Don't do string comparison with 'is' in Python by Rupert Swarbrick · 5 years ago
  28. 4af6c25 [fpv] Adding VC Formal support to the script and document by Will Chen · 5 years ago
  29. c383de0 [uart/dv] Fix a corner issue by Weicai Yang · 5 years ago
  30. df49fb8 [dvsim] migrate testplanner into dvsim codebase by Udi Jonnalagadda · 5 years ago
  31. 2c9d0f4 [uvmdvgen] move uvmdvgen.py inside uvmdvgen/ by Udi Jonnalagadda · 5 years ago
  32. fbaa01a [dvsim] Fix for missing coverage by Srikrishna Iyer · 5 years ago
  33. 2b65ad6 [prim_present/prince] Update PRINCE keyschedule and update docs by Michael Schaffner · 5 years ago
  34. 3fc4bbd [chip dv] Removed unused dependent env packages by Srikrishna Iyer · 5 years ago
  35. ae2f6d0 [sw] Fix a couple typos in the CHECK macros. by Miguel Young de la Sota · 5 years ago
  36. 17df5a2 [syn] This adds a simple testsynthesis flow for DC by Michael Schaffner · 5 years ago
  37. a39557e [top/usbdev] Compile error fix in usbdev and naming changes in toplevel by Michael Schaffner · 5 years ago
  38. 90eac34 [dv/common] Fix reset and under_reset order for nightly by Cindy Chen · 5 years ago
  39. e4fecf3 [prim] Document the primitives system by Philipp Wagner · 5 years ago
  40. 921d4d8 Auto-generate primitives from techlib by Philipp Wagner · 5 years ago
  41. 49ccdcb Add script to generate technology-dependent primitives on the fly by Philipp Wagner · 5 years ago
  42. 2cdfa8d [i2c] Add missing inter-core dependency by Philipp Wagner · 5 years ago
  43. 0a0fec3 [alert] Add missing dependency to core file by Philipp Wagner · 5 years ago
  44. 306e107 [aes] Increment version number by Pirmin Vogel · 5 years ago
  45. 94671dd [aes] Add support for CBC and CTR modes by Pirmin Vogel · 5 years ago
  46. 272d804 [aes/dv/aes_model_dpi] Add support for CBC and CTR modes by Pirmin Vogel · 5 years ago
  47. b67b542 [aes/model] Add example to test CBC and CTR modes by Pirmin Vogel · 5 years ago
  48. 6a660be [aes/model] Extend crypto with support for CBC and CTR modes by Pirmin Vogel · 5 years ago
  49. f526c6a [aes/dv] Transition to V1 stage by Pirmin Vogel · 5 years ago
  50. c3811a0 [dv] Chip CSR tests with automated exclusions by Srikrishna Iyer · 5 years ago
  51. 4eb39e6 [uvmdvgen] add missing conditional by Udi Jonnalagadda · 5 years ago
  52. d171a7c [aes:testplan] Updated test plan with action items from V1 review by Rasmus Madsen · 5 years ago
  53. 87efef8 [dv] Fix mem_walk error by Weicai Yang · 5 years ago
  54. ba25ff0 [aes:testplan] Updated test plan with testpoints for V2 by Rasmus Madsen · 5 years ago
  55. 313196e [sw] Add a library to provide CHECK and friends. by Miguel Young de la Sota · 5 years ago
  56. c08992e [prim] Add begin/end to blocks in prim_assert by Philipp Wagner · 5 years ago
  57. bd3aad0 Recommend installing python3-yaml as distro package by Philipp Wagner · 5 years ago
  58. 9a9c6d6 Recommend the installation of wheel by Philipp Wagner · 5 years ago
  59. 908f734 [dv/alert_handler] Support esc resp integrity fail by Cindy Chen · 5 years ago
  60. 55b97a9 [dv/gpio] fix errors from nightly regression by Cindy Chen · 5 years ago
  61. df4350b [uvmdvgen] fix has_ral integration with uvmdvgen templates by Udi Jonnalagadda · 5 years ago
  62. 4a8ae49 [sw] Create a temporary location for a rewrite of boot_rom by Miguel Young de la Sota · 5 years ago
  63. be1b4b6 [dv/rv_timer] fix nightly coverage to 100% by Cindy Chen · 5 years ago
  64. b054fc0 Rework usbdev I/O and top-level integration by Pirmin Vogel · 5 years ago
  65. 9401469 Remove property from assert message by Philipp Wagner · 5 years ago
  66. dd1706e [CI] Explicitly trigger builds on branches and PRs by Philipp Wagner · 5 years ago
  67. a122dda [dvsim] update proj_root logic by Udi Jonnalagadda · 5 years ago
  68. 4fc2330 [doc] Re-align IP checklist template with actual checklist by Pirmin Vogel · 5 years ago
  69. 3e6d1bb [i2c, rtl] Issue #1662 fix and FIFO watermarks cleared after reset by Igor Kouznetsov · 5 years ago
  70. 96e5410 [dvsim] Added --fixed-seed switch by Srikrishna Iyer · 5 years ago
  71. 2aec1fa [pinmux] Align arrays to powers of 2 to fix implicit X's by Michael Schaffner · 5 years ago
  72. 39faf38 [tlul_adapter_sram] Fix to avoid X on invalid read data by Michael Schaffner · 5 years ago
  73. eea96b9 Revert "[i2c, dv] Update i2c.hjson to support automation for csr excl" by sriyerg · 5 years ago
  74. d69dcdf [i2c, dv] Update i2c.hjson to support automation for csr excl by Tung Hoang · 5 years ago
  75. 31444ab [doc] Remove outdated copy of Verilog coding style by Philipp Wagner · 5 years ago
  76. 6551858 [rv_plic] Import package only once by Philipp Wagner · 5 years ago
  77. e19e99f [prim/secded] Find optimal Fan-In by Eunchan Kim · 5 years ago
  78. 97fe0d8 [dv, sw] UART logs to UVM prints by Srikrishna Iyer · 5 years ago
  79. 10fe7e5 [sw] Make log.h link-time rather than macro-time by Miguel Young de la Sota · 5 years ago
  80. 8719891 [alert_handler/rtl] phase3 to terminal esc_cnt by Cindy Chen · 5 years ago
  81. 0e4b119 [aes:dv] Use queue syntax supported by XCelium 18.09 by Rasmus Madsen · 5 years ago
  82. ab89bc5 Be more specific about the libusb dependency by Philipp Wagner · 5 years ago
  83. f4f98aa [doc] Direct link to install instructions by Tobias Wölfel · 5 years ago
  84. 03d1cf3 [site/docs] Add software READMEs by Tobias Wölfel · 5 years ago
  85. 834975a [doc] Move doc/ overview by Tobias Wölfel · 5 years ago
  86. 15fde55 [site] Exclude github files by Tobias Wölfel · 5 years ago
  87. 81fca45 [doc] Fix links by Tobias Wölfel · 5 years ago
  88. b5f67fc [util] Relax hugo version check by Tobias Wölfel · 5 years ago
  89. 97b60c1 Update lowrisc_ibex to lowRISC/ibex@e4b8851 by Greg Chadwick · 5 years ago
  90. 442d8db [dvsim] Exit with error on test failures by Srikrishna Iyer · 5 years ago
  91. 4179012 Correct a documentation error for the uart. by Chris Frantz · 5 years ago
  92. 05ad5ab Use a ot-specific patched version of fusesoc by Philipp Wagner · 5 years ago
  93. 0761f1c [doc] Provide required tool versions via `tool_requirements.py` by Pirmin Vogel · 5 years ago
  94. ed097cc Check for supported tool versions by Pirmin Vogel · 5 years ago
  95. eaf8b4b Update Verilator version by Pirmin Vogel · 5 years ago
  96. 5c3eb57 [cleanup] This cleans up header comments in makefiles by Michael Schaffner · 5 years ago
  97. 25ee3c6 [cleanup] Remove shebang from non-standalone files by Michael Schaffner · 5 years ago
  98. cff2c57 [alert_handler/dv] Add esc_cnt support by Cindy Chen · 5 years ago
  99. f244ca9 [hmac/dv] fix reset status error by Cindy Chen · 5 years ago
  100. 7702be5 [dvsim] Better in-progress print messages by Srikrishna Iyer · 5 years ago