1. d6bdc5e [prim] Make SECDED prim generation deterministic by Rupert Swarbrick · 4 years ago
  2. df23712 [docker] Install Verilator and OpenOCD from OBS by Rupert Swarbrick · 4 years ago
  3. e2fe8ba [otbn] Add support for the "la" pseudo-operation to otbn-as by Rupert Swarbrick · 4 years ago
  4. edcfa4c [otbn] Add a test for %lo(..) and %hi(..) support by Rupert Swarbrick · 4 years ago
  5. 44a1913 [otbn] Update note at top of otbnsim's simple_test.py by Rupert Swarbrick · 4 years ago
  6. 3564ef5 [otbn] Remove unused imports from otbn-objdump by Rupert Swarbrick · 4 years ago
  7. 479f000 [hmac,lint] Use a static cast for RoundWidth in sha2.sv by Rupert Swarbrick · 4 years ago
  8. 611e5f3 [hmac,lint] Avoid using an unsized integer in a concatenation by Rupert Swarbrick · 4 years ago
  9. 9f68673 [hmac,lint] Explicitly convert width of BlockSize in hmac_core.sv by Rupert Swarbrick · 4 years ago
  10. 8a002ed [hmac,lint] Ignore an unused output in a way that linters understand by Rupert Swarbrick · 4 years ago
  11. 55cec0e [tlul] Waive unused bits warning in tlul_socket_m1.sv by Rupert Swarbrick · 4 years ago
  12. 5eba738 [dm,lint] Silence some lint warnings in the debug module by Rupert Swarbrick · 4 years ago
  13. defc214 [tool, xcel] Support dumpping the array of struct in shm/vcd by Tung Hoang · 4 years ago
  14. 830aac5 [rom_ctrl] Instantiate scrambling primitives for rom_ctrl by Rupert Swarbrick · 4 years ago
  15. 4366c82 [rom_ctrl] A script to scramble a ROM image by Rupert Swarbrick · 4 years ago
  16. 051be79 [sw,rom] Save 32 bytes at top of ROM for digest by Rupert Swarbrick · 4 years ago
  17. 791c7e6 [sw/dif] Move AES to a single error space. by Miguel Osorio · 4 years ago
  18. c805f2f [dv/otp_ctrl] OTP_CTRL DV doc by Cindy Chen · 4 years ago
  19. d908ce2 [sw/lib] Remove lib/hmac.c and hw_sha256.c by Miguel Osorio · 4 years ago
  20. 7663946 [sw/dif] Deprecate the use of operation results. by Miguel Osorio · 4 years ago
  21. f1ecd5a [sw/device] remove sw/device/lib/uart.c by Miguel Osorio · 4 years ago
  22. 04d0752 [otbn,doc] Fix mangled sentence in LOOP documentation by Rupert Swarbrick · 4 years ago
  23. 9815d7a [csrng/dv] Added initial csrng_cmds test by Steve Nelson · 4 years ago
  24. 3ceee63 [rom_ctrl] Initial design RTL for the ROM checker by Rupert Swarbrick · 4 years ago
  25. 55cf024 [flash_ctrl,lint] Waive a width warning for NumBanks * PagesPerBank by Rupert Swarbrick · 4 years ago
  26. 5a5cfc4 [clkmgr] Avoid generating unused root-gated clocks by Rupert Swarbrick · 4 years ago
  27. 8ca4c44 [clkmgr] Sort rg_srcs alphabetically by Rupert Swarbrick · 4 years ago
  28. e385d3d [clkmgr] Slightly improve layout of generated SV code by Rupert Swarbrick · 4 years ago
  29. dcee03a [dv/dv_macros] Fix DV_PRINT_ARR_CONTENTS by Guillermo Maturana · 4 years ago
  30. d5c17cc [sdc] Correct the clock group constraint by Michael Schaffner · 4 years ago
  31. 45b996f [otbn] add test for RSA verify with exp=3 by Felix Miller · 4 years ago
  32. 15f76ee [otbn] remove unused subroutines for rsa verify by Felix Miller · 4 years ago
  33. 016c529 [otbn] variable-time modexp by Felix Miller · 4 years ago
  34. 332d4e7 [otbn] turn RR computation into variable time by Felix Miller · 4 years ago
  35. 8a196b7 [otbn] rework constant computation for RSA verify by Felix Miller · 4 years ago
  36. 53e39f5 [otbn] replace key in signature verification test by Felix Miller · 4 years ago
  37. e99713b [otbn] copy modexp for optimized rsa verify by Felix Miller · 4 years ago
  38. 38f5cac [csrng/rtl] added tracking sm fields to reg for debug by Mark Branstad · 4 years ago
  39. 38ba780 [prim_pad_attr/prim_flop_en] Add waiver files by Michael Schaffner · 4 years ago
  40. 2150958 [pwm] Minor lint fixes by Michael Schaffner · 4 years ago
  41. c87c917 [prim_usb_diff] Minor lint fix by Michael Schaffner · 4 years ago
  42. b3d80f8 [spi_device] Minor lint fix by Michael Schaffner · 4 years ago
  43. c71e168 [spi_host] Minor lint fixes by Michael Schaffner · 4 years ago
  44. c035b84 [chiplevel] Minor lint fixes by Michael Schaffner · 4 years ago
  45. 5c610e3 [spi_device] Fix lint waiver format by Michael Schaffner · 4 years ago
  46. dca78f4 [aes] Fix lint waiver format by Michael Schaffner · 4 years ago
  47. f7a63ab [rv_dm] Update lint waiver file by Michael Schaffner · 4 years ago
  48. 205c538 [padring] Add lint waiver file for padring by Michael Schaffner · 4 years ago
  49. cc14699 [prim_clock_div] Update waiver file by Michael Schaffner · 4 years ago
  50. ac56760 [lc_ctrl] Lint fixes and waivers by Michael Schaffner · 4 years ago
  51. 6abe037 [entropy_src/rtl] fix for halt/start sequence by Mark Branstad · 4 years ago
  52. 0caa139 [keymgr,lint] Waive some Verilator warnings about array accesses by Rupert Swarbrick · 4 years ago
  53. 11d9657 [keymgr,lint] Fix minor width mismatches for round counts by Rupert Swarbrick · 4 years ago
  54. 723c05e [flash_ctrl,lint] Fix various bit width mismatches by Rupert Swarbrick · 4 years ago
  55. 35d7718 [sw/dif] CSRNG Updates by Miguel Osorio · 4 years ago
  56. 13c3926 [dv] Make test runnable in DV environment. by Timothy Chen · 4 years ago
  57. 62e957b [top] change prim_generic usage into prim by Timothy Chen · 4 years ago
  58. 0249a3a [top] Updates for silver by Timothy Chen · 4 years ago
  59. 91a2335 [sysrst_ctrl] cleaned up unused lint errors by Eric Shiu · 4 years ago
  60. 2f164f8 Update lowrisc_ibex to lowRISC/ibex@0e7117fb by Tom Roberts · 4 years ago
  61. e489c4a [tools] simple instructions for interactive synth by Timothy Chen · 4 years ago
  62. 9683636 [dv/clkmgr] Adds connectivity for formal checks. by Guillermo Maturana · 4 years ago
  63. 0b3bbbb [otbn] Add missing parameters when !OTBN_BUILD_MODEL by Rupert Swarbrick · 4 years ago
  64. 207cce0 [pwm,lint] Hush an unused signal warning for regen signal by Rupert Swarbrick · 4 years ago
  65. 5bc062c [entropy_src] Make all the widths in window_cntr_d match by Rupert Swarbrick · 4 years ago
  66. 7467505 [dm,lint] Waive some unused bits warnings by Rupert Swarbrick · 4 years ago
  67. 0828ce5 [sw/test] Remove sha256_test by Miguel Osorio · 4 years ago
  68. dd1f2b5 [sw/lib] Delete hmac.h by Miguel Young de la Sota · 4 years, 6 months ago
  69. 9e237df [boot_rom] Remove references to hw_sha256.h by Miguel Young de la Sota · 4 years, 6 months ago
  70. bd271e6 [sw/tests] Switch to dif_hmac for the SHA256 test. by Miguel Young de la Sota · 4 years, 6 months ago
  71. 256794c [sw/test/ rename aes_test.cc to aes_unittest.cc by Miguel Osorio · 4 years ago
  72. bcd505f [sw/test] Remove sw/device/tests/aes_test.c by Miguel Osorio · 4 years ago
  73. bd9c77e [otbn] Add URND/RND details to documentation by Greg Chadwick · 4 years, 1 month ago
  74. 0340948 [otbn] Clarify write behaviour for read-only CSR/WSR by Greg Chadwick · 4 years, 1 month ago
  75. b168ae9 [otbn] Implement RND/URND CSR/WSR and RND_PREFETCH CSR by Greg Chadwick · 4 years ago
  76. e6e8f15 [otbn] Tweaks to OTBN stalling logic by Greg Chadwick · 4 years, 1 month ago
  77. 63011da [edn/dv] Added cfg variables/knobs by Steve Nelson · 4 years ago
  78. 53b946b [topgen] Fix enum type warnings by Eunchan Kim · 4 years ago
  79. 9ffffe0 [entropy_src/rtl] add a clean halt/start sequence by Mark Branstad · 4 years ago
  80. 683f9ec [AST] Update parameters by Jacob Levy · 4 years ago
  81. 8c4e1ff [AST] Update ENV_ISO & More by Jacob Levy · 4 years ago
  82. 6c80023 [sw] Fix dependency to build coverage by Philipp Wagner · 4 years, 1 month ago
  83. 53ce3bb [formal/conn] Support dvsim to publish regression result summary by Cindy Chen · 4 years ago
  84. 624ff14 Add formatting changes from allow list by Rafal Kapuscik · 4 years ago
  85. 69b1c42 [aes] Fix and realign LEC script for the different combinational S-Boxes by Pirmin Vogel · 4 years ago
  86. 413788d [aes] Clarify that the use both masked Canright S-Boxes is discouraged by Pirmin Vogel · 4 years ago
  87. 7ea01b7 [aes] Use prim_buf/xor2 primitives inside masked Canright S-Boxes by Pirmin Vogel · 4 years ago
  88. 24d719f [prim] Add generic and Xilinx-specific xor2 primitives by Pirmin Vogel · 4 years ago
  89. 2d9f8a0 [aes] Document that the DOM S-Box has been formally verified by Pirmin Vogel · 4 years ago
  90. a6663d1 [aes] Use prim_flop_en/buf primitives inside DOM S-Box by Pirmin Vogel · 4 years ago
  91. bdb0dce [aes] Add u_-prefix to module instances inside S-Boxes by Pirmin Vogel · 4 years ago
  92. aab4fa2 [prim] Add Width parameter to buffer primitives by Pirmin Vogel · 4 years ago
  93. 6339865 [prim] Add generic and Xilinx-specific enable-FF primitives by Pirmin Vogel · 4 years ago
  94. 95f671a [prim] Remove temporary workaround in parameter list related to primgen by Pirmin Vogel · 4 years ago
  95. 8ef4fdc [dv/dvsim] Provides more context on some failures. by Guillermo Maturana · 4 years ago
  96. 0d63fe0 [ pwm, earlgrey ] Adding PWM to top_earlgrey by Martin Lueker-Boden · 4 years ago
  97. 65879a6 [csrng/rtl] app if additional data is not captured by Mark Branstad · 4 years ago
  98. 32655b7 [ spi_host ] SPI_HOST Implementation by Martin Lueker-Boden · 4 years ago
  99. 587b7a3 [dvsim] Fix local run error. by Eunchan Kim · 4 years ago
  100. 3b847a7 [dv] Support multi-ral (part 4) by Weicai Yang · 4 years ago