Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kestrel Collaboration
Kestrel LiteX
migen
Commits
ca3cde6a
Commit
ca3cde6a
authored
7 years ago
by
Sebastien Bourdeauducq
Browse files
Options
Download
Email Patches
Plain Diff
use math.gcd instead of deprecated fractions.gcd
parent
29e23a7c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
README.md
README.md
+1
-1
migen/util/misc.py
migen/util/misc.py
+1
-1
No files found.
README.md
View file @
ca3cde6a
...
@@ -28,7 +28,7 @@ written in Python.
...
@@ -28,7 +28,7 @@ written in Python.
See the doc/ folder for more technical information.
See the doc/ folder for more technical information.
Migen is designed for Python 3.
3
. Note that Migen is
**not**
spelled MiGen.
Migen is designed for Python 3.
5
. Note that Migen is
**not**
spelled MiGen.
#### Quick Links
#### Quick Links
...
...
This diff is collapsed.
Click to expand it.
migen/util/misc.py
View file @
ca3cde6a
from
fractions
import
gcd
from
math
import
gcd
import
collections
import
collections
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment