https://github.com/icarogabryel/flooat
HDL, simulator and Python framework. Designed to be friendly, simple, and productive. Easy to use and learn.
https://github.com/icarogabryel/flooat
computer-architecture computer-organization digital-circuits eletronics framework hardware-description-language hardware-designs hdl integrated-circuits processor-architecture python python-module simulation
Last synced: 3 months ago
JSON representation
HDL, simulator and Python framework. Designed to be friendly, simple, and productive. Easy to use and learn.
- Host: GitHub
- URL: https://github.com/icarogabryel/flooat
- Owner: icarogabryel
- License: gpl-3.0
- Created: 2024-10-19T19:50:53.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-03-04T00:32:13.000Z (4 months ago)
- Last Synced: 2025-03-04T01:25:51.317Z (4 months ago)
- Topics: computer-architecture, computer-organization, digital-circuits, eletronics, framework, hardware-description-language, hardware-designs, hdl, integrated-circuits, processor-architecture, python, python-module, simulation
- Language: Python
- Homepage:
- Size: 170 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Flooat
## Introduction
Flooat 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 Flooat, you can create integrated circuits component by using it's HDL or Python framework (or both) that work by the HLS (High Level Synthesis) concept.

## Warning
Flooat is in development and is not ready for production.
## To Do List
- [X] Make the simulator class
- [X] Make EBNF for the language
- [X] Make Scanner
- [X] Make Parser
- [X] Make Builder
- [X] Make accept expressions
- [X] Improve the algorithm of simulation
- [X] Improve structure
- [ ] Improve declaration and assignment
- [ ] Create waveform class
- [ ] Improve Semantic Analysis
- [ ] Add multi-bit signals support
- [ ] Add multi-bit signals addressing support
- [ ] Add sub-components support
- [ ] Add Python calls support
- [ ] Improve HLS support
- [ ] Add manual time control
- [ ] Add others file types support for waveforms