Skip to content

Commit

Permalink
Version 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
angl-dev committed Jul 1, 2020
1 parent 414db46 commit 466685c
Show file tree
Hide file tree
Showing 195 changed files with 3,195 additions and 1,713 deletions.
10 changes: 0 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
docs/build
docs/.eggs

.python-version
local
pyenv

examples/fpga/*/*/*
!examples/fpga/*/*/build.py
!examples/fpga/*/*/Makefile
examples/target/*/*/*
!examples/target/*/*/io.partial
!examples/target/*/*/Makefile
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@
[submodule "yosys"]
path = yosys
url = https://github.com/YosysHQ/yosys.git
[submodule "examples/target/sha256/sha256"]
path = examples/target/sha256/sha256
url = https://github.com/leon575777642/sha256.git
2 changes: 2 additions & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
build
.eggs
7 changes: 6 additions & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ BUILDDIR = build
help:
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

.PHONY: help Makefile
# regenerate source
update-source:
rm -rf source/prga.py
sphinx-apidoc -o source/prga.py -e -M ../prga.py/prga

.PHONY: help update-source Makefile

# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
Expand Down
35 changes: 0 additions & 35 deletions docs/make.bat

This file was deleted.

Loading

0 comments on commit 466685c

Please sign in to comment.