Skip to content

Commit

Permalink
[prim] Add hacky prim_flop dependency to prim_flop_2sync
Browse files Browse the repository at this point in the history
The underlying generic prim library tries to depend on prim:flop,
but the OT fusesoc fork cannot run generators on generated cores,
leading to missing files.

Signed-off-by: Alexander Williams <[email protected]>
  • Loading branch information
a-will committed Jan 3, 2025
1 parent 293a88f commit 2b20a3d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hw/ip/prim/prim_flop_2sync.core
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ filesets:
depend:
- lowrisc:prim:prim_pkg
- lowrisc:prim:primgen
# TODO: This hack should go away with upstream fusesoc support. The
# generic prim_generic_flop_2sync depends on prim:flop, but the generator
# does not appear to run recursively.
- lowrisc:prim:flop

files_verilator_waiver:
depend:
Expand Down

0 comments on commit 2b20a3d

Please sign in to comment.