diff options
author | Johann Faerber <johann.faerber@hs-augsburg.de> | 2022-03-09 09:18:57 +0100 |
---|---|---|
committer | Johann Faerber <johann.faerber@hs-augsburg.de> | 2022-03-09 09:18:57 +0100 |
commit | fd7c3d6c1352353f3ee2da9267308a51fd67315d (patch) | |
tree | 2736826f00cb225fd56618324a2611e1441b57d3 | |
parent | 1aaff2bfc0a6b96b2d1215a6576685fff9f56b2a (diff) |
added ReadMe.md
-rw-r--r-- | .gitignore | 15 | ||||
-rw-r--r-- | README.md | 3 | ||||
-rw-r--r-- | ReadMe.md | 19 | ||||
-rw-r--r-- | doc/images/de1-prototypeboard.png | bin | 0 -> 199375 bytes |
4 files changed, 34 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7a27875 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# Ignore files for git + +# Emacs backup files +*~ +*.bak +.emacs-vhdl-cache* + +# ModelSim working library +work + +# Quartus internal database +db +incremental_db + + diff --git a/README.md b/README.md deleted file mode 100644 index ea5bf5d..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# 2022 VLSI Lab Problems - -VLSI Design Module - Laboratory Exercises
\ No newline at end of file diff --git a/ReadMe.md b/ReadMe.md new file mode 100644 index 0000000..dd0e23b --- /dev/null +++ b/ReadMe.md @@ -0,0 +1,19 @@ +VHDL Essentials +=============== + +Part of the VLSI Design Module this project repository contains design data and documents of +laboratory exercises. + +It addresses the topics + +* Hardware Description Language VHDL +* VLSI Design Toolchain +* Design Collaboration using Version Control System +* Documentation + +The DE1-Prototype Board serves as a platform for rapid prototyping of digital systems: + +{width=50%} + + + diff --git a/doc/images/de1-prototypeboard.png b/doc/images/de1-prototypeboard.png Binary files differnew file mode 100644 index 0000000..b2a6cac --- /dev/null +++ b/doc/images/de1-prototypeboard.png |