From fd7c3d6c1352353f3ee2da9267308a51fd67315d Mon Sep 17 00:00:00 2001 From: Johann Faerber Date: Wed, 9 Mar 2022 09:18:57 +0100 Subject: added ReadMe.md --- .gitignore | 15 +++++++++++++++ README.md | 3 --- ReadMe.md | 19 +++++++++++++++++++ doc/images/de1-prototypeboard.png | Bin 0 -> 199375 bytes 4 files changed, 34 insertions(+), 3 deletions(-) create mode 100644 .gitignore delete mode 100644 README.md create mode 100644 ReadMe.md create mode 100644 doc/images/de1-prototypeboard.png 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: + +![DE1 Prototype Board ](doc/images/de1-prototypeboard.png){width=50%} + + + diff --git a/doc/images/de1-prototypeboard.png b/doc/images/de1-prototypeboard.png new file mode 100644 index 0000000..b2a6cac Binary files /dev/null and b/doc/images/de1-prototypeboard.png differ -- cgit v1.2.3