install_requires = [
# 'sfpy',
- 'ieee754fpu', # needs to be installed manually
+ 'ieee754fpu', # needs to be installed manually from git.libre-soc.org
'pygdbmi',
+ 'nmigen-soc', # install manually from git.libre-soc.org
'ply', # needs to be installed manually
'astor',
]
setup(
name='soc',
version=version,
- description="A nmigen-based OpenPOWER Hybrid CPU / VPU / GPU",
+ description="A nmigen-based OpenPOWER multi-issue Hybrid CPU / VPU / GPU",
long_description=README + '\n\n' + NEWS,
classifiers=[
"Topic :: Software Development :: Libraries",
"License :: OSI Approved :: LGPLv3+",
"Programming Language :: Python :: 3",
],
- keywords='nmigen ieee754 libre-riscv soc',
+ keywords='nmigen ieee754 libre-soc soc',
author='Luke Kenneth Casson Leighton',
- author_email='lkcl@libre-riscv.org',
- url='http://git.libre-riscv.org/?p=soc',
+ author_email='lkcl@libre-soc.org',
+ url='http://git.libre-soc.org/?p=soc',
license='GPLv3+',
packages=find_packages('src'),
package_dir={'': 'src'},