Skip to content

Commit

Permalink
[docs/hugo] Move to hugo version 0.82.0
Browse files Browse the repository at this point in the history
When adding more pinmux signals and pads, we run into a
funny error where HUGO can't read the generated pinmux register
documentation anymore since the file is too big. This file
limitation has just recently (3 months ago) been removed.

See gohugoio/hugo#8172 for reference.

This commit moves to HUGO 0.82.0 which contains this fix.

Signed-off-by: Michael Schaffner <[email protected]>
  • Loading branch information
msfschaffner committed Apr 3, 2021
1 parent 2366e55 commit 13998aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool_requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
'verilator': '4.104',

'hugo_extended': {
'min_version': '0.71.0',
'min_version': '0.82.0',
'as_needed': True
},
'verible': {
Expand Down

0 comments on commit 13998aa

Please sign in to comment.