Skip to content

Commit

Permalink
trying to pass gds 3
Browse files Browse the repository at this point in the history
  • Loading branch information
faramire committed Apr 17, 2024
1 parent 0ee4610 commit 1ce1fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stopwatch_top.v
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ module SPI_Master_With_Single_CS
#(parameter SPI_MODE = 0,
parameter CLKS_PER_HALF_BIT = 2,
parameter MAX_BYTES_PER_CS = 2,
parameter CS_INACTIVE_CLKS = 0
parameter CS_INACTIVE_CLKS = 0)
(
// Control/Data Signals,
input i_Rst_L, // FPGA Reset
Expand Down

0 comments on commit 1ce1fc1

Please sign in to comment.