{"id":15689599,"url":"https://github.com/drom/leb128","last_synced_at":"2026-02-13T12:40:47.830Z","repository":{"id":145177308,"uuid":"54795553","full_name":"drom/LEB128","owner":"drom","description":"Little Endian Base 128 converters","archived":false,"fork":false,"pushed_at":"2017-05-17T06:36:58.000Z","size":25,"stargazers_count":8,"open_issues_count":6,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-05T13:48:23.653Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Verilog","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/drom.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-03-26T19:22:26.000Z","updated_at":"2022-08-30T20:12:58.000Z","dependencies_parsed_at":"2023-04-18T17:30:48.228Z","dependency_job_id":null,"html_url":"https://github.com/drom/LEB128","commit_stats":{"total_commits":43,"total_committers":2,"mean_commits":21.5,"dds":"0.37209302325581395","last_synced_commit":"5138cab8212b3fffaf681684140a41b1a6983096"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drom%2FLEB128","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drom%2FLEB128/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drom%2FLEB128/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drom%2FLEB128/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drom","download_url":"https://codeload.github.com/drom/LEB128/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246314168,"owners_count":20757463,"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","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":[],"created_at":"2024-10-03T18:03:27.885Z","updated_at":"2026-02-13T12:40:42.798Z","avatar_url":"https://github.com/drom.png","language":"Verilog","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LEB128\n\nLittle Endian Base 128 ([LEB128](https://en.wikipedia.org/wiki/LEB128))\nconverters in Verilog.\n\n## Overview\n\nEncoding procedure.\n\n### Unsigned\n\n```\n                             624485\n                         0x00098765  HEX\n00000000_00001001_10000111_01100101  binary\n            0100110_0001110_1100101  shrink to a multiple of 7 bits\n         00100110 10001110 11100101  Add high 1 bits on all but last group to form bytes\n             0x26     0x8E     0xE5  HEX\n0xE5 0x8E 0x26 (0x00 0x00)           Output byte stream\n```\n\n### Signed\n\n```\n                            -624485\n                         0xFFF6789b  HEX\n11111111_11110110_01111000_10011011  two's complement binary\n            1011001_1110001_0011011  shrink to a multiple of 7 bits (1+ sign bit included)\n         01011001 11110001 10011011  Add high 1 bits on all but last group to form bytes\n             0x59     0xf1     0x9b  HEX\n0x9b 0xf1 0x59 (0x00 0x00)           Output byte stream\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrom%2Fleb128","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrom%2Fleb128","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrom%2Fleb128/lists"}