{"id":37106412,"url":"https://github.com/jmgc/myhdl-numeric","last_synced_at":"2026-01-14T12:49:18.678Z","repository":{"id":94121190,"uuid":"38977954","full_name":"jmgc/myhdl-numeric","owner":"jmgc","description":"Myhdl fork that includes support for multiple entities (MEP110) and fixed point functionality (MEP 111) on VHDL. See myhdl/numeric dir under the numeric branch, and the Cordic example (example/cordic/Cordic.ipynb).","archived":false,"fork":false,"pushed_at":"2025-08-31T19:56:24.000Z","size":13603,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"numeric","last_synced_at":"2025-08-31T21:30:35.252Z","etag":null,"topics":["fixed-point","myhdl","vhdl08"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jmgc.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.txt","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2015-07-12T21:03:43.000Z","updated_at":"2025-08-31T19:56:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"fd646c6b-5993-4693-ac0c-41e0a3f946a0","html_url":"https://github.com/jmgc/myhdl-numeric","commit_stats":null,"previous_names":[],"tags_count":38,"template":false,"template_full_name":null,"purl":"pkg:github/jmgc/myhdl-numeric","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmgc%2Fmyhdl-numeric","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmgc%2Fmyhdl-numeric/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmgc%2Fmyhdl-numeric/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmgc%2Fmyhdl-numeric/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jmgc","download_url":"https://codeload.github.com/jmgc/myhdl-numeric/tar.gz/refs/heads/numeric","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmgc%2Fmyhdl-numeric/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28420814,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:47:48.104Z","status":"ssl_error","status_checked_at":"2026-01-14T10:46:19.031Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fixed-point","myhdl","vhdl08"],"created_at":"2026-01-14T12:49:17.952Z","updated_at":"2026-01-14T12:49:18.671Z","avatar_url":"https://github.com/jmgc.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"MyHDL 1.0dev \n============\n\n[![Join the chat at https://gitter.im/jandecaluwe/myhdl](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/jandecaluwe/myhdl?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\n[![Documentation Status](https://readthedocs.org/projects/myhdl/badge/?version=stable)](http://docs.myhdl.org/en/stable/manual)\n[![Documentation Status](https://readthedocs.org/projects/myhdl/badge/?version=master)](http://docs.myhdl.org/en/latest/manual)\n[![Build Status](https://travis-ci.org/jmgc/myhdl-numeric.svg?branch=numeric)](https://travis-ci.org/jmgc/myhdl-numeric)\n\nWhat is MyHDL-numeric?\n----------------------\n\nMyHDL-numeric is an enhancement of the [MyHDL](http://www.myhdl.org)\npackage which provides support for **multiple VHDL entities**\n([MEP110](http://dev.myhdl.org/meps/mep-110.html))\nand **fixed-point numbers** ([MEP111](http://dev.myhdl.org/meps/mep-111.html)).\n\nThe **fixed-point numbers** are based on the bit-array class, that\nprovides support for three new types: ``sintba`` (signed integer), ``uintba``\n(unsigned integer) and ``sfixba`` (signed fixed point).\n\nPresently it only supports these new types on VHDL, and makes use of the\nIEEE fixed_pkg available on VHDL-2008. If this version is not available,\nit can also make use of the proposed implementation available for VHDL-93.\nYou can find the sources under the ``vhdl`` directory. The implementation\nalso takes into account the correction presented in\n[DOI: 10.13140/RG.2.2.33860.42884](https://dx.doi.org/10.13140/RG.2.2.33860.42884).\n\nAn example of the numeric enhancement can be found under the directory\n``example/cordic``.\n\nLicense\n-------\nMyHDL is available under the LGPL license.  See ``LICENSE.txt``.\n\nInstallation\n------------\nIf you have superuser power, you can install MyHDL-numeric as follows:\n\n```\npython setup.py install\n```\n\nThis will install the package in the appropriate site-wide Python\npackage location.\n\nOtherwise, you can install it in a personal directory, e.g. as\nfollows:\n\n```\npython setup.py install --home=$HOME\n```\n\nIn this case, be sure to add the appropriate install dir to the\n``$PYTHONPATH``.\n\nIf necessary, consult the distutils documentation in the standard\nPython library if necessary for more details;\nor contact me.\n\nYou can test the proper installation as follows:\n\n```\ncd myhdl/test/core\npy.test\n```\n\nTo install co-simulation support:\n\nGo to the directory ``cosimulation/\u003cplatform\u003e`` for your target platform\nand following the instructions in the ``README.txt`` file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmgc%2Fmyhdl-numeric","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjmgc%2Fmyhdl-numeric","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmgc%2Fmyhdl-numeric/lists"}