{"id":26574176,"url":"https://github.com/icarogabryel/flote","last_synced_at":"2025-03-23T01:37:32.919Z","repository":{"id":260140183,"uuid":"875372695","full_name":"icarogabryel/flote","owner":"icarogabryel","description":"Flote is a HDL and Python framework for simulation. Designed to be friendly, simple, and productive. Easy to use and learn.","archived":false,"fork":false,"pushed_at":"2025-03-19T15:21:14.000Z","size":176,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-19T16:24:10.215Z","etag":null,"topics":["computer-architecture","computer-organization","digital-circuits","eletronics","framework","hardware-description-language","hardware-designs","hdl","integrated-circuits","processor-architecture","python","python-module","simulation"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/icarogabryel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2024-10-19T19:50:53.000Z","updated_at":"2025-03-19T15:21:19.000Z","dependencies_parsed_at":"2024-11-27T18:22:57.740Z","dependency_job_id":"2ebc8125-0014-46de-8784-1168d5d390fd","html_url":"https://github.com/icarogabryel/flote","commit_stats":null,"previous_names":["icarogabryel/flooat","icarogabryel/flote"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icarogabryel%2Fflote","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icarogabryel%2Fflote/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icarogabryel%2Fflote/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icarogabryel%2Fflote/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/icarogabryel","download_url":"https://codeload.github.com/icarogabryel/flote/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245044499,"owners_count":20551898,"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":["computer-architecture","computer-organization","digital-circuits","eletronics","framework","hardware-description-language","hardware-designs","hdl","integrated-circuits","processor-architecture","python","python-module","simulation"],"created_at":"2025-03-23T01:37:32.375Z","updated_at":"2025-03-23T01:37:32.910Z","avatar_url":"https://github.com/icarogabryel.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flote\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"doc/logo.png\" width=\"40%\" alt=\"Flote logo\" /\u003e\n\u003c/div\u003e\n\n## Introduction\n\nFlote is a hardware description language and Python framework for simulation. It is designed to be **friendly, simple, light and productive**. More easy to use and learn than Verilog and VHDL. Using Flote, you can create integrated circuits component by using it's HDL and/or Python framework that work by the HLS (High Level Synthesis) concept.\n\n![Print of Flote in VS Code.](doc/print.png)\n\n## Release\n\nFlooat is in development and is not ready for production. The beta version is expected to be released in april.\n\n## Example\n\nHere is an example of a half adder in Flote:\n\n```flote\ncomp halfAdder {\n  in bit a;\n  in bit b;\n\n  out bit sum = a xor b;\n  out bit carry = a and b;\n\n}\n```\n\n## How it works\n\nFlote's Evaluator uses a structure of a compiler's front-end to elaborate the component. It has a scanner, parser and a builder. This last one is responsible for build the component, an object that can be manipulated in Python and simulates the behavior of the integrated circuit. The model object it's a set of signals buses and uses event driven algorithm and dynamic programming to simulate the behavior of the circuit.\n\nUsing the HLS side, you can create the component by hand. Also with the use of the Python package you can manipulate the signals and sava then in a waveform file.\n\n## To Do List\n\n- [X] Make the simulator class\n- [X] Make EBNF for the language\n- [X] Make Scanner\n- [X] Make Parser\n- [X] Make Builder\n- [X] Make accept expressions\n- [X] Improve the algorithm of simulation\n- [X] Improve structure\n- [X] Improve declaration and assignment\n- [X] Improve Semantic Analysis\n- [ ] Create waveform class\n- [ ] Add line number in semantic errors\n- [ ] Add multi-bit signals support\n- [ ] Add multi-bit signals addressing support\n- [ ] Add sub-components support\n- [ ] Add Python calls support\n- [ ] Improve HLS support\n- [ ] Add manual time control\n- [ ] Add others file types support for waveforms\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficarogabryel%2Fflote","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ficarogabryel%2Fflote","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficarogabryel%2Fflote/lists"}