diff --git a/README b/README deleted file mode 100644 index 876d99d..0000000 --- a/README +++ /dev/null @@ -1,8 +0,0 @@ -An FPGA-based binary oscilloscope for 1280x1024 @ 60hz VGA monitor. - -Written in ISE Webpack, version 13.1 - -Target device: Basys2, Spartan3E 100K - -In order to upload programming file to Basys2 device: - $ make up diff --git a/README.md b/README.md new file mode 100644 index 0000000..6b50c8d --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +An FPGA-based binary oscilloscope for 1280x1024 @ 60hz VGA monitor. + +Written in ISE Webpack, version 13.1. +Target device: Basys2, Spartan3E 100K. + +In order to upload programming file to a Basys2 device run `make up`. + + +Screenshot: +![Screenshot](https://raw.githubusercontent.com/xiadz/oscilloscope/master/project/screen-utilization-plan.png)