Skip to content

Commit

Permalink
[prim] Remove prim_clock_gp_mux2
Browse files Browse the repository at this point in the history
This prim actually had a bug in a generator function (found and fixed
by jwnrt) and wasn't used anywhere. There's no real reason to keep the
module around, especially since it hasn't been used since it was added
in 2022. Remove it.

Signed-off-by: Rupert Swarbrick <[email protected]>
  • Loading branch information
rswarbrick committed Oct 7, 2024
1 parent ca3a53a commit df4d7d5
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 108 deletions.
1 change: 0 additions & 1 deletion SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,6 @@
- [Device Interface Functions](./sw/device/lib/dif/dif_usbdev.h)
- [Checklist](./hw/ip/usbdev/doc/checklist.md)
- [lowRISC Hardware Primitives](./hw/ip/prim/README.md)
- [Two Input Clock](./hw/ip/prim/doc/prim_clock_gp_mux2.md)
- [Flash Wrapper](./hw/ip/prim/doc/prim_flash.md)
- [Keccak Permutation](./hw/ip/prim/doc/prim_keccak.md)
- [Linear Feedback Shift Register](./hw/ip/prim/doc/prim_lfsr.md)
Expand Down
26 changes: 0 additions & 26 deletions hw/ip/prim/doc/prim_clock_gp_mux2.md

This file was deleted.

19 changes: 0 additions & 19 deletions hw/ip/prim/prim_clock_gp_mux2.core

This file was deleted.

62 changes: 0 additions & 62 deletions hw/ip/prim/rtl/prim_clock_gp_mux2.sv

This file was deleted.

0 comments on commit df4d7d5

Please sign in to comment.