Adds CLI functionality with commands for clearing, building, synthesizing, and managing dependencies

This commit is contained in:
2025-04-26 18:26:45 +00:00
parent 4f1f2e7d51
commit f9d5e3c535
3 changed files with 6 additions and 0 deletions

View File

@@ -5,6 +5,12 @@ description = "Flexible FPGA Build System"
authors = ["0xMax42 <Mail@0xMax42.io>"]
license = "MIT"
readme = "README.md"
packages = [
{ include = "src", from = "." }
]
[tool.poetry.scripts]
hdlbuild = "cli:main"
[tool.poetry.dependencies]
python = "^3.10"

0
src/__init__.py Normal file
View File