11 lines
406 B
Verilog
11 lines
406 B
Verilog
/* Copyright 2023 (C) Peter McGoron
|
|
* This file is a part of Upsilon, a free and open source software project.
|
|
* For license terms, refer to the files in `doc/copying` in the Upsilon
|
|
* source distribution.
|
|
*/
|
|
`define SPI_MASTER_SS_NAME spi_master_ss_no_read
|
|
`define SPI_MASTER_NAME spi_master_no_read
|
|
`define SPI_MASTER_NO_READ
|
|
/* verilator lint_off DECLFILENAME */
|
|
`include "spi_master_ss_template.v"
|