Name | bin2coe JSON |
Version |
1.1.2
JSON |
| download |
home_page | None |
Summary | A tool to convert binary files to COE files |
upload_time | 2024-12-27 05:41:14 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.7 |
license | None |
keywords |
bram
coe
xilinx
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# bin2coe [](https://github.com/anishathalye/bin2coe/actions?query=workflow%3ACI)
bin2coe is, as its name suggests, a tool to convert binary files to [COE] files
for initializing Xilinx FPGA block RAM.
Usage
-----
Basic usage looks like this:
```bash
bin2coe -i INPUT -w WIDTH -o OUTPUT
```
Additionally, you can specify depth manually (rather than having it be
inferred), specify a value to fill in empty words, and specify the radix. See
`bin2coe --help` for more information.
Installation
------------
bin2coe can be installed from [PyPI]:
```bash
pip install bin2coe
```
After running this command, the `bin2coe` binary should be available on your
`$PATH`.
License
-------
Copyright (c) Anish Athalye. Released under the MIT License. See
[LICENSE.md][license] for details.
[COE]: https://docs.xilinx.com/r/en-US/ug896-vivado-ip/COE-File-Syntax
[PyPI]: https://pypi.org/project/bin2coe/
[license]: LICENSE.md
Raw data
{
"_id": null,
"home_page": null,
"name": "bin2coe",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": "bram, coe, xilinx",
"author": null,
"author_email": "Anish Athalye <me@anishathalye.com>",
"download_url": "https://files.pythonhosted.org/packages/ba/e7/f82bf5512dc1544b0e516b46ffa1810687e62af52db2d369fbd0b2a288de/bin2coe-1.1.2.tar.gz",
"platform": null,
"description": "# bin2coe [](https://github.com/anishathalye/bin2coe/actions?query=workflow%3ACI)\n\nbin2coe is, as its name suggests, a tool to convert binary files to [COE] files\nfor initializing Xilinx FPGA block RAM.\n\nUsage\n-----\n\nBasic usage looks like this:\n\n```bash\nbin2coe -i INPUT -w WIDTH -o OUTPUT\n```\n\nAdditionally, you can specify depth manually (rather than having it be\ninferred), specify a value to fill in empty words, and specify the radix. See\n`bin2coe --help` for more information.\n\nInstallation\n------------\n\nbin2coe can be installed from [PyPI]:\n\n```bash\npip install bin2coe\n```\n\nAfter running this command, the `bin2coe` binary should be available on your\n`$PATH`.\n\nLicense\n-------\n\nCopyright (c) Anish Athalye. Released under the MIT License. See\n[LICENSE.md][license] for details.\n\n[COE]: https://docs.xilinx.com/r/en-US/ug896-vivado-ip/COE-File-Syntax\n[PyPI]: https://pypi.org/project/bin2coe/\n[license]: LICENSE.md\n",
"bugtrack_url": null,
"license": null,
"summary": "A tool to convert binary files to COE files",
"version": "1.1.2",
"project_urls": {
"homepage": "https://github.com/anishathalye/bin2coe",
"issues": "https://github.com/anishathalye/bin2coe/issues",
"repository": "https://github.com/anishathalye/bin2coe.git"
},
"split_keywords": [
"bram",
" coe",
" xilinx"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "c6a5eb511c0147380e2225064168b71d0419ac660a40c1381c032ce0185c6231",
"md5": "0339123124b71807a0b1da1490e8790a",
"sha256": "fbd22c33c15b8832fea4c16005d29a82ef24496cbe38f7c628e9eadff1f69c3b"
},
"downloads": -1,
"filename": "bin2coe-1.1.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "0339123124b71807a0b1da1490e8790a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 5053,
"upload_time": "2024-12-27T05:41:11",
"upload_time_iso_8601": "2024-12-27T05:41:11.846391Z",
"url": "https://files.pythonhosted.org/packages/c6/a5/eb511c0147380e2225064168b71d0419ac660a40c1381c032ce0185c6231/bin2coe-1.1.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "bae7f82bf5512dc1544b0e516b46ffa1810687e62af52db2d369fbd0b2a288de",
"md5": "c13915a7cb5630e3043cd7fa6bb46033",
"sha256": "fcc5789ca33674de68196e3142183880ce31256498ed5a2a456d30aafa756c94"
},
"downloads": -1,
"filename": "bin2coe-1.1.2.tar.gz",
"has_sig": false,
"md5_digest": "c13915a7cb5630e3043cd7fa6bb46033",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 5218,
"upload_time": "2024-12-27T05:41:14",
"upload_time_iso_8601": "2024-12-27T05:41:14.145836Z",
"url": "https://files.pythonhosted.org/packages/ba/e7/f82bf5512dc1544b0e516b46ffa1810687e62af52db2d369fbd0b2a288de/bin2coe-1.1.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-27 05:41:14",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "anishathalye",
"github_project": "bin2coe",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "bin2coe"
}