{"id":17685204,"url":"https://github.com/zegervdv/wavedrom-ascii","last_synced_at":"2025-08-20T21:07:10.759Z","repository":{"id":62588280,"uuid":"289642695","full_name":"zegervdv/wavedrom-ascii","owner":"zegervdv","description":"Wavedrom waves and bitfields for the terminal","archived":false,"fork":false,"pushed_at":"2022-03-28T20:20:19.000Z","size":23,"stargazers_count":8,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-14T18:52:53.074Z","etag":null,"topics":["python","terminal","wavedrom"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zegervdv.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-08-23T08:05:58.000Z","updated_at":"2025-06-13T15:56:05.000Z","dependencies_parsed_at":"2022-11-03T17:52:35.276Z","dependency_job_id":null,"html_url":"https://github.com/zegervdv/wavedrom-ascii","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/zegervdv/wavedrom-ascii","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zegervdv%2Fwavedrom-ascii","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zegervdv%2Fwavedrom-ascii/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zegervdv%2Fwavedrom-ascii/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zegervdv%2Fwavedrom-ascii/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zegervdv","download_url":"https://codeload.github.com/zegervdv/wavedrom-ascii/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zegervdv%2Fwavedrom-ascii/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271385884,"owners_count":24750507,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-20T02:00:09.606Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["python","terminal","wavedrom"],"created_at":"2024-10-24T10:26:54.026Z","updated_at":"2025-08-20T21:07:10.738Z","avatar_url":"https://github.com/zegervdv.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wavedrom ASCII\n\nAn ASCII (actually Unicode) representation of [Wavedrom](https://github.com/wavedrom/wavedrom) waves and bitfields.\n\n## Comparison\n\nExample Wavedrom JSON:\n``` json\n{\n  \"signal\": [\n    {\n      \"name\": \"clk\",\n      \"wave\": \"p......\"\n    },\n    {\n      \"name\": \"bus\",\n      \"wave\": \"x.34.5x\",\n      \"data\": \"head body tail\"\n    },\n    {\n      \"name\": \"wire\",\n      \"wave\": \"0.1..0.\"\n    }\n  ]\n}\n```\n\nWavedrom image:\n\n\u003cimg src=\"https://svg.wavedrom.com/{signal:[{name:'clk',wave:'p......'},{name:'bus',wave:'x.34.5x',data:'head body tail'},{name:'wire',wave:'0.1..0.'}]}\"/\u003e\n\nASCII representation:\n```\n        ┌────┐    ┌────┐    ┌────┐    ┌────┐    ┌────┐    ┌────┐    ┌────┐    \n  clk   ┘    └────┘    └────┘    └────┘    └────┘    └────┘    └────┘    └────\n        ────────────────────╥─────────╥───────────────────╥─────────╥─────────\n  bus   XXXXXXXXXXXXXXXXXXXX║ head    ║ body              ║ tail    ║XXXXXXXXX\n        ────────────────────╨─────────╨───────────────────╨─────────╨─────────\n                            ┌─────────────────────────────┐                   \n  wire  ────────────────────┘                             └───────────────────\n```\n\n\nThe Bitfield example from Wavedrom:\n\n![reg vl](https://svg.wavedrom.com/github/wavedrom/wavedrom/master/test/reg-vl.json5)\n\nWill be rendered as:\n\n```\n31  2928  262524      2019      1514  1211       7 6           0\n┌─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┐\n│ nf  │ mop │v│  lumop  │   rs1   │width│   vd    │0 0 0 0 1 1 1│\n└─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┘\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzegervdv%2Fwavedrom-ascii","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzegervdv%2Fwavedrom-ascii","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzegervdv%2Fwavedrom-ascii/lists"}