# bin2coe [![Build Status](https://github.com/anishathalye/bin2coe/workflows/CI/badge.svg)](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": "https://github.com/anishathalye/bin2coe",
"name": "bin2coe",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.4",
"maintainer_email": "",
"keywords": "xilinx coe bram",
"author": "Anish Athalye",
"author_email": "me@anishathalye.com",
"download_url": "https://files.pythonhosted.org/packages/d4/eb/929999660334db46a48680f95b8d244a889fb1154f4f5c7ded6e786efc99/bin2coe-1.1.1.tar.gz",
"platform": null,
"description": "# bin2coe [![Build Status](https://github.com/anishathalye/bin2coe/workflows/CI/badge.svg)](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": "MIT",
"summary": "A tool to convert binary files to COE files",
"version": "1.1.1",
"project_urls": {
"Homepage": "https://github.com/anishathalye/bin2coe"
},
"split_keywords": [
"xilinx",
"coe",
"bram"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "66d037417078efc06051a7c7502732bb52c40a166b5b19fd3890cd1d2f3ac44a",
"md5": "ec1770b22dd75d9d80e6381820c8da23",
"sha256": "b1af3c45511cbd4cd3503e46766f904443ee6322b839a617943e98bff792b14a"
},
"downloads": -1,
"filename": "bin2coe-1.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ec1770b22dd75d9d80e6381820c8da23",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.4",
"size": 5172,
"upload_time": "2023-06-17T11:08:41",
"upload_time_iso_8601": "2023-06-17T11:08:41.600806Z",
"url": "https://files.pythonhosted.org/packages/66/d0/37417078efc06051a7c7502732bb52c40a166b5b19fd3890cd1d2f3ac44a/bin2coe-1.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d4eb929999660334db46a48680f95b8d244a889fb1154f4f5c7ded6e786efc99",
"md5": "b49cc98955342ab82eea05fa21ef87e0",
"sha256": "9b96a31d477394c709fad109887c894f8814ef81b4344523bf7a13bbf467b5f9"
},
"downloads": -1,
"filename": "bin2coe-1.1.1.tar.gz",
"has_sig": false,
"md5_digest": "b49cc98955342ab82eea05fa21ef87e0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.4",
"size": 4954,
"upload_time": "2023-06-17T11:08:45",
"upload_time_iso_8601": "2023-06-17T11:08:45.203334Z",
"url": "https://files.pythonhosted.org/packages/d4/eb/929999660334db46a48680f95b8d244a889fb1154f4f5c7ded6e786efc99/bin2coe-1.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-06-17 11:08:45",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "anishathalye",
"github_project": "bin2coe",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "bin2coe"
}