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
db7ce846
Commit
db7ce846
authored
5 years ago
by
Chipmuenk
Committed by
Sebastien Bourdeauducq
5 years ago
Browse files
Options
Download
Email Patches
Plain Diff
updated packaging infos
parent
a9e50292
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
README.md
README.md
+2
-0
setup.py
setup.py
+8
-2
No files found.
README.md
View file @
db7ce846
### Migen (Milkymist generator)
### Migen (Milkymist generator)
<img
src=
"https://github.com/m-labs/migen/blob/master/doc/migen_logo.svg"
alt=
"migen logo"
width=
"150"
/>
#### A Python toolbox for building complex digital hardware
#### A Python toolbox for building complex digital hardware
Despite being faster than schematics entry, hardware design with Verilog and
Despite being faster than schematics entry, hardware design with Verilog and
...
...
This diff is collapsed.
Click to expand it.
setup.py
View file @
db7ce846
...
@@ -15,7 +15,8 @@ requirements = [
...
@@ -15,7 +15,8 @@ requirements = [
setup
(
setup
(
name
=
"migen"
,
name
=
"migen"
,
version
=
"0.8.dev"
,
version
=
"0.9.1"
,
long_description_content_type
=
'text/markdown'
,
description
=
"Python toolbox for building complex digital hardware"
,
description
=
"Python toolbox for building complex digital hardware"
,
long_description
=
open
(
"README.md"
).
read
(),
long_description
=
open
(
"README.md"
).
read
(),
author
=
"Sebastien Bourdeauducq"
,
author
=
"Sebastien Bourdeauducq"
,
...
@@ -31,10 +32,15 @@ setup(
...
@@ -31,10 +32,15 @@ setup(
classifiers
=
[
classifiers
=
[
"Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)"
,
"Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)"
,
"Environment :: Console"
,
"Environment :: Console"
,
"Development Status :: Beta"
,
"Development Status ::
4 -
Beta"
,
"Intended Audience :: Developers"
,
"Intended Audience :: Developers"
,
"License :: OSI Approved :: BSD License"
,
"License :: OSI Approved :: BSD License"
,
"Operating System :: OS Independent"
,
"Operating System :: OS Independent"
,
"Programming Language :: Python"
,
"Programming Language :: Python"
,
"Programming Language :: Python :: 3.3"
,
"Programming Language :: Python :: 3.4"
,
"Programming Language :: Python :: 3.5"
,
"Programming Language :: Python :: 3.6"
,
"Programming Language :: Python :: 3.7"
],
],
)
)
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