Compare commits

..

No commits in common. "6b6eaaa7cf203a3b1d4df1b027a5409d83632c60" and "4390c922a4173abb015c12602c81bc9f8a3b9c51" have entirely different histories.

5 changed files with 0 additions and 41 deletions

7
scripts/.gitignore vendored
View File

@ -1,7 +0,0 @@
# Created by venv; see https://docs.python.org/3/library/venv.html
bin
include
lib
lib64
pyvenv.cfg
__pycache__

View File

@ -1,6 +0,0 @@
# Installation
* Run `python -m venv .`
* Run `./bin/pip install -r requirements.txt`
# Running
* `./bin/python <script> <command>`

View File

@ -1,14 +0,0 @@
import typer
app = typer.Typer()
@app.command()
def synth():
print("Synth!")
@app.command()
def build():
print("Build!")
if __name__ == "__main__":
app()

View File

@ -1,4 +0,0 @@
* GHDL = 4.1.0
* Python >= 3.0.0
* gtkwave >= v3.3.120

View File

@ -1,10 +0,0 @@
click==8.1.8
markdown-it-py==3.0.0
mdurl==0.1.2
Pygments==2.19.1
rich==13.9.4
setuptools==75.8.0
shellingham==1.5.4
type-extensions==0.1.2
typer==0.15.1
typing_extensions==4.12.2