Skip to content

Commit

Permalink
Remove unused method
Browse files Browse the repository at this point in the history
Signed-off-by: benrichard-amd <ben.richard@amd.com>
  • Loading branch information
benrichard-amd authored and coleramos425 committed Jul 18, 2024
1 parent 2e683cf commit d4e80bd
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/omniperf_soc/soc_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,14 +282,6 @@ def analysis_setup(self):
def getblock(counter):
return counter.split('_')[0]

def expand_channels(counter, n):
ara = []

for i in range(0, n):
ara.append("{}[{}]".format(counter, i))

return ara

# Set with limited size
class LimitedSet:
def __init__(self, maxsize) -> None:
Expand Down

0 comments on commit d4e80bd

Please sign in to comment.