Skip to content

Commit

Permalink
[of] formal/py: Update the modules.yaml generation script for OF
Browse files Browse the repository at this point in the history
 * PG is enabled by default but not processed by formal so disable it
 * Larger grid

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
  • Loading branch information
smunaut committed Mar 13, 2024
1 parent 2469890 commit 76803d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion py/gen_formal.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@

print("modules:")
for x in range(16):
for y in range(24):
for y in range(32):
print(f' - name: "{args.module}"')
print(f' pg_vdd: false')

0 comments on commit 76803d3

Please sign in to comment.