From cad501dda28988b0bf8570f64d14f3f0e8a77112 Mon Sep 17 00:00:00 2001 From: Asherah Connor Date: Sat, 24 Aug 2024 16:59:25 +0300 Subject: [PATCH] template: move to docs/. --- {template => docs/template}/.editorconfig | 0 {template => docs/template}/.github/workflows/cxxrtl-build.yml | 0 {template => docs/template}/.github/workflows/synthesis.yml | 0 {template => docs/template}/.github/workflows/unit-tests.yml | 0 {template => docs/template}/.gitignore | 0 {template => docs/template}/cxxrtl/main.cc | 0 {template => docs/template}/newproject/__init__.py | 0 {template => docs/template}/newproject/__main__.py | 0 {template => docs/template}/newproject/rtl/__init__.py | 0 {template => docs/template}/newproject/targets.py | 0 {template => docs/template}/pdm.lock | 0 {template => docs/template}/pyproject.toml | 0 {template => docs/template}/tests/__init__.py | 0 {template => docs/template}/tests/test_top.py | 0 14 files changed, 0 insertions(+), 0 deletions(-) rename {template => docs/template}/.editorconfig (100%) rename {template => docs/template}/.github/workflows/cxxrtl-build.yml (100%) rename {template => docs/template}/.github/workflows/synthesis.yml (100%) rename {template => docs/template}/.github/workflows/unit-tests.yml (100%) rename {template => docs/template}/.gitignore (100%) rename {template => docs/template}/cxxrtl/main.cc (100%) rename {template => docs/template}/newproject/__init__.py (100%) rename {template => docs/template}/newproject/__main__.py (100%) rename {template => docs/template}/newproject/rtl/__init__.py (100%) rename {template => docs/template}/newproject/targets.py (100%) rename {template => docs/template}/pdm.lock (100%) rename {template => docs/template}/pyproject.toml (100%) rename {template => docs/template}/tests/__init__.py (100%) rename {template => docs/template}/tests/test_top.py (100%) diff --git a/template/.editorconfig b/docs/template/.editorconfig similarity index 100% rename from template/.editorconfig rename to docs/template/.editorconfig diff --git a/template/.github/workflows/cxxrtl-build.yml b/docs/template/.github/workflows/cxxrtl-build.yml similarity index 100% rename from template/.github/workflows/cxxrtl-build.yml rename to docs/template/.github/workflows/cxxrtl-build.yml diff --git a/template/.github/workflows/synthesis.yml b/docs/template/.github/workflows/synthesis.yml similarity index 100% rename from template/.github/workflows/synthesis.yml rename to docs/template/.github/workflows/synthesis.yml diff --git a/template/.github/workflows/unit-tests.yml b/docs/template/.github/workflows/unit-tests.yml similarity index 100% rename from template/.github/workflows/unit-tests.yml rename to docs/template/.github/workflows/unit-tests.yml diff --git a/template/.gitignore b/docs/template/.gitignore similarity index 100% rename from template/.gitignore rename to docs/template/.gitignore diff --git a/template/cxxrtl/main.cc b/docs/template/cxxrtl/main.cc similarity index 100% rename from template/cxxrtl/main.cc rename to docs/template/cxxrtl/main.cc diff --git a/template/newproject/__init__.py b/docs/template/newproject/__init__.py similarity index 100% rename from template/newproject/__init__.py rename to docs/template/newproject/__init__.py diff --git a/template/newproject/__main__.py b/docs/template/newproject/__main__.py similarity index 100% rename from template/newproject/__main__.py rename to docs/template/newproject/__main__.py diff --git a/template/newproject/rtl/__init__.py b/docs/template/newproject/rtl/__init__.py similarity index 100% rename from template/newproject/rtl/__init__.py rename to docs/template/newproject/rtl/__init__.py diff --git a/template/newproject/targets.py b/docs/template/newproject/targets.py similarity index 100% rename from template/newproject/targets.py rename to docs/template/newproject/targets.py diff --git a/template/pdm.lock b/docs/template/pdm.lock similarity index 100% rename from template/pdm.lock rename to docs/template/pdm.lock diff --git a/template/pyproject.toml b/docs/template/pyproject.toml similarity index 100% rename from template/pyproject.toml rename to docs/template/pyproject.toml diff --git a/template/tests/__init__.py b/docs/template/tests/__init__.py similarity index 100% rename from template/tests/__init__.py rename to docs/template/tests/__init__.py diff --git a/template/tests/test_top.py b/docs/template/tests/test_top.py similarity index 100% rename from template/tests/test_top.py rename to docs/template/tests/test_top.py