Skip to content

Commit

Permalink
fixes socket width
Browse files Browse the repository at this point in the history
  • Loading branch information
eyck committed Jun 28, 2023
1 parent a6eb807 commit 755a9a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sifive/spi.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class spi : public sc_core::sc_module {
template <typename T> using tlm_in = tlm::scc::tlm_signal_opt_target_socket<T>;
template <typename T> using tlm_out = tlm::scc::tlm_signal_opt_initiator_socket<T>;

tlm::tlm_target_socket<> socket;
tlm::tlm_target_socket<scc::LT> socket;
sc_core::sc_in<sc_core::sc_time> clk_i;
sc_core::sc_in<bool> rst_i;
tlm_out<bool> sck_o;
Expand Down

0 comments on commit 755a9a3

Please sign in to comment.