Skip to content

Commit 432ad58

Browse files
authoredOct 9, 2017
Create README.md
Added description
1 parent 9a444b8 commit 432ad58

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
 

‎README.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# PythonUberHDL
2+
Python Jupyter Notebooks and FPGA designs showcasing what myHDL can do over traditional Verilog or VHDL
3+
4+
Three Major usages of traditional HDL will be explored in a textbook style using Jupyter Notebooks and other learning materials to show how with
5+
[myHDL](http://www.myhdl.org/), [myhdlpeek](https://github.com/xesscorp/myhdlpeek), and other Python libraries. Python can simplify the development and enhance the testing of HDL that was once only possible with Verilog and VHDL
6+
7+
The Three Main areas of HDL that will be explored are:
8+
1. Elementry Digital Logic at the introductory Electrical Engineering Bachelors levels (not to say this can be pick up anyone willing to invest the time or effort);
9+
2. Digital Signal Processing
10+
3. Fundamental Computer (Embedded) System design
11+
12+
Accompanying YouTube Videos will be posted at (PyLCARS)

0 commit comments

Comments
 (0)
Please sign in to comment.