Skip to content

Commit

Permalink
[tlul] Add missing deps for adapter_sram
Browse files Browse the repository at this point in the history
The adapter_sram core did not claim dependencies on prim_flop and
prim_sec_anchor, even though it uses them in its RTL.

Signed-off-by: Alexander Williams <[email protected]>
  • Loading branch information
a-will committed Dec 20, 2024
1 parent a3b6151 commit 56f72ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hw/ip/tlul/adapter_sram.core
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ description: "TL-UL to SRAM adapter (device)"
filesets:
files_rtl:
depend:
- lowrisc:prim:util
- lowrisc:prim:assert
- lowrisc:prim:flop
- lowrisc:prim:sec_anchor
- lowrisc:prim:util
- lowrisc:tlul:common
files:
- rtl/tlul_sram_byte.sv
Expand Down

0 comments on commit 56f72ed

Please sign in to comment.