Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Linestro committed Dec 18, 2018
1 parent 0ac636d commit 6f521b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DAC_spi_master.v
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module spi_controller(
input wire clk, // Opal Kelly ti_clk
input wire rst, // Opal Kelly reset
input wire mode, // Opal Kelly write bit: 2'b00 for nop, 2'b01 for write, 2'b10 for read
input wrie clear_request, // OK clr DAC pin
input wire clear_request, // OK clr DAC pin
input wire [15:0] data_from_user, // waveform_info


Expand Down

0 comments on commit 6f521b8

Please sign in to comment.