1. 389d6fb [dv/xbar] Update core file to fix filelist error by Weicai Yang · 5 years ago
  2. 171540d [prim_arbiter] Add binary tree implementation for RR arbiter by Michael Schaffner · 5 years ago
  3. aa5a7cc [fpv/prim_arbiter] Add FPV tb for prim arbiter and align port naming by Michael Schaffner · 5 years ago
  4. 1b5fa9f [verible/style] This corrects several style linter warnings/errors by Michael Schaffner · 5 years ago
  5. 9218949 [lint] Fix minor lint warnings by Michael Schaffner · 5 years ago
  6. ae02f9a [fpv/adapter_sram] Fix assertion X check by Cindy Chen · 5 years ago
  7. 056b1ca [fpv/prim_assert] resolve TODOs by Cindy Chen · 5 years ago
  8. b4919e5 [lint] Add lint targets and waiver files for remaining IPs by Michael Schaffner · 5 years ago
  9. b7c9e3b [param] revert to localparam for derived parameters by Scott Johnson · 5 years ago
  10. 43e08b6 [dv/doc] Fix minor diagram arrow by Cindy Chen · 5 years ago
  11. c5ed91c [synthesis] Several small fixes to make DC synthesis run by Michael Schaffner · 5 years ago
  12. 74de457 [dv/xbar] Add generated TB for xbar_peri by Weicai Yang · 5 years ago
  13. d5251ac [xbar/dv] Support multiple address range in device by Weicai Yang · 5 years ago
  14. b6b1c78 [tlul] Do not latch invalid read data by Michael Schaffner · 5 years ago
  15. c745294 [topgen/tlgen] Multi-tiered Xbar by Eunchan Kim · 5 years ago
  16. a495d20 [xbar/dv] xbar TB automation by Weicai Yang · 5 years ago
  17. 15e1026 [dv/common] Change TL_agent to use dv_lib by Cindy Chen · 5 years ago
  18. ad3eb03 [tlul/dv] Temporarily fix tlul error due to new feature - multi-clk by Weicai Yang · 5 years ago
  19. f660718 [tlul/dv] Simplify files that will be auto-generated by Weicai Yang · 5 years ago
  20. e4d7af8 [tlul] Adding a_valid as a qualifier by Eunchan Kim · 5 years ago
  21. 14a3fee [doc] Use consistent spelling/capitalization of names by Philipp Wagner · 5 years ago
  22. 553ca95 [tlul] Change TLUL back to D1V1 by Weicai Yang · 5 years ago
  23. 0078a32 [tlul] Signoff Checklist (D2/V2 --> D3/V3) by Eunchan Kim · 5 years ago
  24. b66e6e3 [doc] common_ifs documentation update by Gaurang Chitroda · 5 years ago
  25. 5607cc0 [tlul/dv] Fix tlul core file by Weicai Yang · 5 years ago
  26. f723f32 [tlul/doc] Minor update to `tl_h2d_t` struct by Eunchan Kim · 5 years ago
  27. 72b9a0f [tlul/dv] Add coverage exclusion file by Weicai Yang · 5 years ago
  28. dddaa14 [rv_plic] Implement a binary tree variant of the rv_plic_target module by Michael Schaffner · 5 years ago
  29. ae6aa47 [doc] Updates to tlul documentation by Timothy Chen · 5 years ago
  30. 3471a47 [tlul] Signoff Checklist by Eunchan Kim · 5 years ago
  31. 9c4efa4 [tlul] TODO review and address them by Eunchan Kim · 5 years ago
  32. fe24159 [tlul] Add section on error behavior by Michael Schaffner · 5 years ago
  33. 76c765e [xbar/dv] Add dv plan and testplan by Weicai Yang · 5 years ago
  34. 7518de8 [tlul/dv] Bind tlul_assert by Weicai Yang · 5 years ago
  35. f9a2a15 [xbar/dv] Add fcov and remove unused files by Weicai Yang · 5 years ago
  36. 1ba89b8 [lint/top] Various lint fixes in order to get the top level lint clean by Michael Schaffner · 5 years ago
  37. 041c683 [tlul] Fixed TL-UL error response of d_size by Eunchan Kim · 5 years ago
  38. 7799ca5 [tlul/doc] Minor layout fix to opcode table by Michael Schaffner · 5 years ago
  39. ee9e8db [dv/fpv] Clean up FPV script and add EndpointType to tlul_assert.sv by Michael Schaffner · 5 years ago
  40. d70f755 [TLUL/Doc] Minor doc wording fixes by Tom Roberts · 5 years ago
  41. 5546c5a [RTL/style] Clean up header-style RTL comments by Michael Schaffner · 5 years ago
  42. 44242c4 [prim_fifo_sync] Add synchronous clear signal to the FIFO primitive by Michael Schaffner · 5 years ago
  43. 0f9bcdd [xbar/dv] Update scb and add device AES by Weicai Yang · 5 years ago
  44. 9eebde0 [doc] Completely replace docgen with hugo by Garret Kelly · 5 years ago
  45. 0c31dd6 [tlul/doc] Add paragraph on TL-UL a_mask limitation as noted in #258 by Michael Schaffner · 5 years ago
  46. 9758e96 [xbar/dv] Add stress and reset tests by Weicai Yang · 5 years ago
  47. 47033bd [common/dv] Fix env cfg compile warning seen for all IPs by Gaurang Chitroda · 5 years ago
  48. d16af11 [doc] implement hw project dashboard by Scott Johnson · 5 years ago
  49. fb1f1b8 [xbar/dv] Support unmapped addr and add tests by Weicai Yang · 5 years ago
  50. d26ed84 [xbar/dv] Add multiple test to control delay and add out of order by Weicai Yang · 5 years ago
  51. 698d676 [dv] Update all IP to support tl error cases by Weicai Yang · 5 years ago
  52. 59d2f01 [tlul] Revise full data check. by Eunchan Kim · 5 years ago
  53. f203e2a [xbar/dv] Update xbar scb by Weicai Yang · 5 years ago
  54. dead5f4 [dv] TL error - protocol error by Philipp Wagner · 5 years ago
  55. 9d6334e [xbar/dv] Update tb to extend from cip_base_lib by Weicai Yang · 5 years ago
  56. a17fb6f [doc] remove non-ASCII characters by Scott Johnson · 5 years ago
  57. 5fa3143 [tlul] Add inactive lane mask checker for Get by Eunchan Kim · 5 years ago
  58. 6d9652c [TLUL PC] Minor documentation review update by Tom Roberts · 5 years ago
  59. e340cad [dv] TL error cases by Weicai Yang · 6 years ago
  60. 73718e6 [dv/tlul] Clean up tlul TB by Weicai Yang · 5 years ago
  61. d77de79 [dv/hmac] support hmac partial write legal cases by Cindy Chen · 6 years ago
  62. 4ce485f [flash_ctrl] Replace tlul_to_fifo with tlul_adapter_sram by Timothy Chen · 6 years ago
  63. 0d72c43 [tlul/sram] Add error checker in tlul_adapter_sram by Eunchan Kim · 6 years ago
  64. b10517d [tlul] Add tlul_err to register interface by Eunchan Kim · 6 years ago
  65. 8a5aa18 [tlul/reggen] Remove read size checker by Eunchan Kim · 6 years ago
  66. b195695 Updates for ROM by Timothy Chen · 6 years ago
  67. 57e75de [tlul/reg] Remove opcode checker from tlul_adapter_reg by Eunchan Kim · 6 years ago
  68. 65a4aa7 [tlul] return AccessAckData for Get even if error happens. by Eunchan Kim · 6 years ago
  69. 281a7b2 Add 1 to the reqfifo depth by Timothy · 6 years ago
  70. 61e25e8 The option is controlled through xbar_main.hjson by Timothy Chen · 6 years ago
  71. 70f0b0d [reggen] Update to support subword register access by Eunchan Kim · 6 years ago
  72. c6a6a3b [tlgen] Add crossbar assertions bind module by Eunchan Kim · 6 years ago
  73. f83fef6 [hw/ip] Resolve TODOs inside bind files by Nils Graf · 6 years ago
  74. 5aec528 Update flash tlul adapter by Timothy Chen · 6 years ago
  75. aa7c7dd [ip/tlul] Reduce one clock on read datapath by Eunchan Kim · 6 years ago
  76. 819a466 [util/reggen] Rework TL-UL to Register interaface by Eunchan Kim · 6 years ago
  77. 802543a Start of public OpenTitan development history by lowRISC Contributors · 6 years ago