aboutsummaryrefslogtreecommitdiffstats
path: root/spi_slave.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_slave.v
parentcleanup, add ready pin to slave (diff)
move tests
Diffstat (limited to 'spi_slave.v')
-rw-r--r--spi_slave.v5
1 files changed, 5 insertions, 0 deletions
diff --git a/spi_slave.v b/spi_slave.v
index 54a5051..a2942de 100644
--- a/spi_slave.v
+++ b/spi_slave.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_slave
#(
parameter WID = 24, // Width of bits per transaction.