Skip to content

MoonGrt/CPU_IDE

Repository files navigation

Contributors Forks Stargazers Issues MIT License


Logo

CPU_IDE

Created a 16-bit CPU soft core on FPGA and built an IDE with PyQt for seamless integration. The IDE compiles C-like (Python-like) code into assembly instructions compatible with the CPU's ISA, generates machine code, and facilitates downloading it onto the FPGA's CPU for execution. Additionally, the software supports simulation of assembly instructions, enabling step-by-step debugging and single-step returns.
Explore the docs »

View Demo · Report Bug · Request Feature

Contents
  1. File Tree
  2. Contributing
  3. License
  4. Contact
  5. Acknowledgments

└─ Project ├─ Assembler.py ├─ code1 ├─ code1.txt ├─ code2 ├─ code2.txt ├─ Compiler.py ├─ Downloader.py ├─ IDE_v1.py ├─ IDE_v2.py ├─ Interpreter.py ├─ isa ├─ Lexer.py ├─ LICENSE ├─ Parser.py ├─ README.md ├─ Simulator.py ├─ test1.py ├─ test2.py ├─ test3.py ├─ test4.py ├─ test5.py ├─ /Compiler_no_GUI/ ├─ /icons/ ├─ /images/ └─ /pycache/

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated. If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(top)

License

Distributed under the MIT License. See LICENSE for more information.

(top)

Contact

MoonGrt - [email protected] Project Link: MoonGrt/

(top)

Acknowledgments

(top)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages