aboutsummaryrefslogtreecommitdiffstats
path: root/spi_master.v
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2022-07-21 02:37:22 -0400
committerGravatar Peter McGoron 2022-07-21 02:37:22 -0400
commit4a683b8f654f3ecb6f2408dad3a9cfa60f3b39e6 (patch)
treea6c324803c18ad9a6dbcd65d54b80984d39f58d0 /spi_master.v
parentcleanup, add ready pin to slave (diff)
move tests
Diffstat (limited to 'spi_master.v')
-rw-r--r--spi_master.v5
1 files changed, 5 insertions, 0 deletions
diff --git a/spi_master.v b/spi_master.v
index 5610119..b8a3439 100644
--- a/spi_master.v
+++ b/spi_master.v
@@ -1,3 +1,8 @@
+/* (c) Peter McGoron 2022
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v.2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at https://mozilla.org/MPL/2.0/.
+ */
module spi_master
#(
parameter WID = 24, // Width of bits per transaction.