diff options
| author | 2022-07-21 02:37:22 -0400 | |
|---|---|---|
| committer | 2022-07-21 02:37:22 -0400 | |
| commit | 4a683b8f654f3ecb6f2408dad3a9cfa60f3b39e6 (patch) | |
| tree | a6c324803c18ad9a6dbcd65d54b80984d39f58d0 /spi_master.v | |
| parent | cleanup, add ready pin to slave (diff) | |
move tests
Diffstat (limited to 'spi_master.v')
| -rw-r--r-- | spi_master.v | 5 |
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. |
