OpenCores
URL https://opencores.org/ocsvn/tcp_socket/tcp_socket/trunk

Subversion Repositories tcp_socket

[/] [tcp_socket/] [trunk/] [chips2/] [setup.py] - Diff between revs 2 and 4

Only display areas with differences | Details | Blame | View Log

Rev 2 Rev 4
#!/usr/bin/env python
#!/usr/bin/env python
 
 
from distutils.core import setup
from distutils.core import setup
 
 
setup(name="Chips",
setup(name="Chips",
      version="0.1.2",
      version="0.1.2",
      description="Design hardware with Python",
      description="Design hardware with Python",
      long_description="""\
      long_description="""\
 
 
Chips
Chips
-----
-----
 
 
The Chips library allows hardware devices to be designed in python and C
The Chips library allows hardware devices to be designed in python and C
 
 
Features
Features
 
 
- Design components in C
- Design components in C
 
 
- Connect components together using a python API to generate a chip
- Connect components together using a python API to generate a chip
 
 
- Automatic generation of synthesisable Verilog.
- Automatic generation of synthesisable Verilog.
 
 
""",
""",
 
 
      author="Jon Dawson",
      author="Jon Dawson",
      author_email="chips@jondawson.org.uk",
      author_email="chips@jondawson.org.uk",
      url="http://github.com/dawsonjon/Chips-2.0",
      url="http://github.com/dawsonjon/Chips-2.0",
      keywords=["Verilog", "FPGA", "C", "HDL", "Synthesis"],
      keywords=["Verilog", "FPGA", "C", "HDL", "Synthesis"],
      classifiers = [
      classifiers = [
          "Programming Language :: Python",
          "Programming Language :: Python",
          "License :: OSI Approved :: MIT License",
          "License :: OSI Approved :: MIT License",
          "Operating System :: OS Independent",
          "Operating System :: OS Independent",
          "Intended Audience :: Science/Research",
          "Intended Audience :: Science/Research",
          "Intended Audience :: Developers",
          "Intended Audience :: Developers",
          "Development Status :: 3 - Alpha",
          "Development Status :: 3 - Alpha",
          "Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)",
          "Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)",
          "Topic :: Software Development :: Embedded Systems",
          "Topic :: Software Development :: Embedded Systems",
          "Topic :: Software Development :: Code Generators",
          "Topic :: Software Development :: Code Generators",
      ],
      ],
      packages=[
      packages=[
          "chips",
          "chips",
          "chips.compiler",
          "chips.compiler",
          "chips.api"
          "chips.api"
      ],
      ],
      scripts=[
      scripts=[
          "c2verilog"
          "c2verilog"
      ]
      ]
)
)
 
 
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.