From 3990a33b6bdf734681ef4ec234102804ddaa1d7f Mon Sep 17 00:00:00 2001 From: Peter McGoron Date: Thu, 21 Jul 2022 03:18:22 -0400 Subject: [PATCH] add README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..71a8469 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Verilog SPI + +Verilog SPI master and slave that supports all modes and variable width +via parameters. + +## License + +This Program is subject to the terms of the Mozilla Public License, +v.2.0. A copy of this license may be found in the file `COPYING`. You +can obtain one at https://mozilla.org/MPL/2.0/.