diff options
| author | 2023-04-20 19:10:45 +0000 | |
|---|---|---|
| committer | 2023-04-20 19:10:45 +0000 | |
| commit | d7f66bfe3dbf27b5637a4a306dfb885718070090 (patch) | |
| tree | d85b5821771fa038b0cd8a2797f5cc4b8df1ddfd /spi_master_ss_template.v | |
| parent | add reset pin (diff) | |
v0.3v0.3
Diffstat (limited to 'spi_master_ss_template.v')
| -rw-r--r-- | spi_master_ss_template.v | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/spi_master_ss_template.v b/spi_master_ss_template.v index 6e4b970..8b3d0e7 100644 --- a/spi_master_ss_template.v +++ b/spi_master_ss_template.v @@ -1,3 +1,8 @@ +/* (c) Peter McGoron 2022 v0.3 + * 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/. + */ /* spi master with integrated ability to wait a certain amount of cycles * after activating SS. */ |
