Skip to content

Commit

Permalink
fixup! [bazel] Add new macros to describe hardware IP and tops
Browse files Browse the repository at this point in the history
  • Loading branch information
pamaury committed Dec 23, 2024
1 parent b91d3ab commit 2dbfffa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rules/opentitan/hw.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

"""Rules to describe OpenTitan HW"""

def opentitan_ip(name, hjson, alias = None):
def opentitan_ip(name, hjson):
"""
Return a structure describing an IP. This can be given to opentitan_top.
Expand All @@ -16,7 +16,6 @@ def opentitan_ip(name, hjson, alias = None):
return struct(
name = name,
hjson = hjson,
alias = alias,
)

def opentitan_top(name, hjson, top_lib, top_ld, ips):
Expand Down

0 comments on commit 2dbfffa

Please sign in to comment.