diff options
-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 |