Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nanocoh committed Oct 29, 2024
2 parents 81f0a17 + 32df588 commit 69027ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion designs/arm_core/gen_fanout_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def edit():
print('For primitive output:')
print(ito)
equi = snl.SNLEquipotential(ito)
print('Fan out is:')
print('Fanout is:')
print(len(tuple(equi.getInstTermOccurrences())) - 1)
fanout_file.write(str(ito) + " " + str(len(tuple(equi.getInstTermOccurrences())) - 1))
fanout_file.write("\n")
Expand Down

0 comments on commit 69027ce

Please sign in to comment.