mio-cli


Namemio-cli JSON
Version 1.3.6 PyPI version JSON
download
home_pagehttps://datum-technology-corporation.github.io/mio_cli_client/
SummaryThe Moore.io Command Line Interface (CLI) Client is a toolchain for front-end engineering of FPGA/ASIC projects.
upload_time2023-12-21 01:53:28
maintainer
docs_urlNone
authorDatum Technology Corporation
requires_python>=3.6.8
license
keywords systemverilog uvm dv verilog vhdl hdl rtl synthesis fpga simulation xilinx altera
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![License](https://img.shields.io/badge/License-GPL%203.0-blue.svg)](https://opensource.org/licenses/GPL-3.0)
[![Documentation Status](https://readthedocs.org/projects/mio-cli/badge/?version=latest)](https://mio-cli.readthedocs.io/en/latest/index.html)

# [Moore.io](https://www.mooreio.com/) [Command Line Interface Client](https://datum-technology-corporation.github.io/mio_cli_client/)


## About

|  | From the [User Manual](https://mio-cli.readthedocs.io/en/latest/)'s [Executive Summary](https://mio-cli.readthedocs.io/en/latest/overview.html#executive-summary) |
|-|-|
| [![Moore.io Logo](https://github.com/Datum-Technology-Corporation/mio_cli_client/blob/gh-pages/assets/img/logo.png?raw=true)](https://pypi.org/project/mio-cli/1.0.1/) | The Moore.io Command Line Interface (CLI) Client orchestrates disparate free and/or open source tools into a single, complete, straightforward and integrated toolchain for hardware engineers.  The CLI consists of a succinct and powerful command set which developers use via a terminal on their operating system (Windows/Linux/OSX). |



## Installation
`mio` can be installed directly from [`pip3`](https://pip.pypa.io/en/stable/):

````
pip3 install mio-cli
````


## [Developer Guide](https://datum-technology-corporation.github.io/mio_cli_client/dev_guide.html)

## [Demo Project](https://github.com/Datum-Technology-Corporation/mio_demo)




## Usage
````
  mio [--version] [--help]
  mio [--wd WD] [--dbg] CMD [OPTIONS]

Options:
  -v, --version
    Prints the mio version and exits.
  
  -h, --help
    Prints the overall synopsis and a list of the most commonly used commands and exits.
    
  -C WD, --wd WD
    Run as if mio was started in WD (Working Directory) instead of the Present Working Directory `pwd`.
   
  --dbg
    Enables debugging outputs from mio.

Full Command List (`mio help CMD` for help on a specific command):
   Help and Shell/Editor Integration
      doctor         Runs a set of checks to ensure mio installation has what it needs to operate properly
      help           Prints documentation for mio commands
   
   Project and Code Management
      init           Starts project creation dialog
      gen            Generates DV source code via the UVMx template engine
   
   IP and Credentials Management
      install        Install all IP dependencies from IP Marketplace
      login          Start session with IP Marketplace
      package        Create a compressed (and potentially encrypted) archive of an IP
      publish        Publish IP to IP Marketplace (must have mio admin account)
   
   EDA Automation
      !              Repeat last command
      regr           Runs regression against an IP
      sim            Performs necessary steps to simulate an IP with any simulator
      
   Manage Results and other EDA Tool Outputs
      clean          Manages outputs from tools (other than job results)
      cov            Manages coverage data from EDA tools
      dox            HDL source code documentation generation via Doxygen
      results        Manages results from EDA tools
````



            

Raw data

            {
    "_id": null,
    "home_page": "https://datum-technology-corporation.github.io/mio_cli_client/",
    "name": "mio-cli",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6.8",
    "maintainer_email": "",
    "keywords": "SystemVerilog,UVM,DV,verilog,VHDL,hdl,rtl,synthesis,FPGA,simulation,Xilinx,Altera",
    "author": "Datum Technology Corporation",
    "author_email": "mio@datumtc.ca",
    "download_url": "https://files.pythonhosted.org/packages/5d/06/e7e5edb8bc2ddb5b68888b5453ca6c0653d718dcfefd7ec0c3bd25530af3/mio-cli-1.3.6.tar.gz",
    "platform": null,
    "description": "[![License](https://img.shields.io/badge/License-GPL%203.0-blue.svg)](https://opensource.org/licenses/GPL-3.0)\n[![Documentation Status](https://readthedocs.org/projects/mio-cli/badge/?version=latest)](https://mio-cli.readthedocs.io/en/latest/index.html)\n\n# [Moore.io](https://www.mooreio.com/) [Command Line Interface Client](https://datum-technology-corporation.github.io/mio_cli_client/)\n\n\n## About\n\n|  | From the [User Manual](https://mio-cli.readthedocs.io/en/latest/)'s [Executive Summary](https://mio-cli.readthedocs.io/en/latest/overview.html#executive-summary) |\n|-|-|\n| [![Moore.io Logo](https://github.com/Datum-Technology-Corporation/mio_cli_client/blob/gh-pages/assets/img/logo.png?raw=true)](https://pypi.org/project/mio-cli/1.0.1/) | The Moore.io Command Line Interface (CLI) Client orchestrates disparate free and/or open source tools into a single, complete, straightforward and integrated toolchain for hardware engineers.  The CLI consists of a succinct and powerful command set which developers use via a terminal on their operating system (Windows/Linux/OSX). |\n\n\n\n## Installation\n`mio` can be installed directly from [`pip3`](https://pip.pypa.io/en/stable/):\n\n````\npip3 install mio-cli\n````\n\n\n## [Developer Guide](https://datum-technology-corporation.github.io/mio_cli_client/dev_guide.html)\n\n## [Demo Project](https://github.com/Datum-Technology-Corporation/mio_demo)\n\n\n\n\n## Usage\n````\n  mio [--version] [--help]\n  mio [--wd WD] [--dbg] CMD [OPTIONS]\n\nOptions:\n  -v, --version\n    Prints the mio version and exits.\n  \n  -h, --help\n    Prints the overall synopsis and a list of the most commonly used commands and exits.\n    \n  -C WD, --wd WD\n    Run as if mio was started in WD (Working Directory) instead of the Present Working Directory `pwd`.\n   \n  --dbg\n    Enables debugging outputs from mio.\n\nFull Command List (`mio help CMD` for help on a specific command):\n   Help and Shell/Editor Integration\n      doctor         Runs a set of checks to ensure mio installation has what it needs to operate properly\n      help           Prints documentation for mio commands\n   \n   Project and Code Management\n      init           Starts project creation dialog\n      gen            Generates DV source code via the UVMx template engine\n   \n   IP and Credentials Management\n      install        Install all IP dependencies from IP Marketplace\n      login          Start session with IP Marketplace\n      package        Create a compressed (and potentially encrypted) archive of an IP\n      publish        Publish IP to IP Marketplace (must have mio admin account)\n   \n   EDA Automation\n      !              Repeat last command\n      regr           Runs regression against an IP\n      sim            Performs necessary steps to simulate an IP with any simulator\n      \n   Manage Results and other EDA Tool Outputs\n      clean          Manages outputs from tools (other than job results)\n      cov            Manages coverage data from EDA tools\n      dox            HDL source code documentation generation via Doxygen\n      results        Manages results from EDA tools\n````\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "The Moore.io Command Line Interface (CLI) Client is a toolchain for front-end engineering of FPGA/ASIC projects.",
    "version": "1.3.6",
    "project_urls": {
        "Bug Tracker": "https://github.com/Datum-Technology-Corporation/mio_cli_client/issues",
        "Homepage": "https://datum-technology-corporation.github.io/mio_cli_client/"
    },
    "split_keywords": [
        "systemverilog",
        "uvm",
        "dv",
        "verilog",
        "vhdl",
        "hdl",
        "rtl",
        "synthesis",
        "fpga",
        "simulation",
        "xilinx",
        "altera"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ad7cc494f915a0b59f75aa61591fb6ddfe4ebb85299db60c0e77ddff07df075b",
                "md5": "29c8dc45106d75d018943d2bc92a1719",
                "sha256": "db6bc6078abd0e12815cfd2bb89b9a0b2c8a1f459e54cdd16d6598647e000710"
            },
            "downloads": -1,
            "filename": "mio_cli-1.3.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "29c8dc45106d75d018943d2bc92a1719",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6.8",
            "size": 8229847,
            "upload_time": "2023-12-21T01:53:25",
            "upload_time_iso_8601": "2023-12-21T01:53:25.317643Z",
            "url": "https://files.pythonhosted.org/packages/ad/7c/c494f915a0b59f75aa61591fb6ddfe4ebb85299db60c0e77ddff07df075b/mio_cli-1.3.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5d06e7e5edb8bc2ddb5b68888b5453ca6c0653d718dcfefd7ec0c3bd25530af3",
                "md5": "671cb6904356d1d2787c0f5c429f8dd9",
                "sha256": "868adc9ed9525c0ee634ad18d331bc1fc6a24f319d8554699544314c99f283ab"
            },
            "downloads": -1,
            "filename": "mio-cli-1.3.6.tar.gz",
            "has_sig": false,
            "md5_digest": "671cb6904356d1d2787c0f5c429f8dd9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6.8",
            "size": 8206889,
            "upload_time": "2023-12-21T01:53:28",
            "upload_time_iso_8601": "2023-12-21T01:53:28.458691Z",
            "url": "https://files.pythonhosted.org/packages/5d/06/e7e5edb8bc2ddb5b68888b5453ca6c0653d718dcfefd7ec0c3bd25530af3/mio-cli-1.3.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-21 01:53:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Datum-Technology-Corporation",
    "github_project": "mio_cli_client",
    "github_not_found": true,
    "lcname": "mio-cli"
}
        
Elapsed time: 0.15714s