Commit 0172a2b7 authored by Sebastian Owarzany's avatar Sebastian Owarzany

modules/wishbone/wb_spi/spi_top_wrap.sv added missing pin from spi_top module

parent 9d88f217
......@@ -40,6 +40,8 @@
//////////////////////////////////////////////////////////////////////
// Modifications:
// 2022-12-20: by Sebastian Owarzany (sebastian.dawid.owarzany@cern.ch)
// * add mosi_dir_n_o pin from spi_top module
//////////////////////////////////////////////////////////////////////
`default_nettype none
......@@ -88,6 +90,7 @@ module spi_top_wrap (
.wb_ack_o(wb_ack_o),
.wb_err_o(wb_err_o),
.int_o(),
.mosi_dir_n_o(),
.ss_pad_o(ss_pad),
.sclk_pad_o(sck_o),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment