We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 948e151 commit c81fadcCopy full SHA for c81fadc
projects/ad9084_ebz/vck190/system_top.v
@@ -262,9 +262,10 @@ module system_top #(
262
.O (tx_device_clk));
263
264
// spi
265
- assign spi2_cs[1:0] = spi_csn[1:0];
266
- assign spi2_cs[4] = spi_csn[2];
267
assign spi2_sclk = spi_clk;
+ assign spi2_cs[1:0] = spi_csn[1:0];
+ assign spi2_cs[4] = spi_csn[2];
268
+
269
270
ad_3w_spi #(
271
.NUM_OF_SLAVES(3)
projects/ad9084_ebz/vpk180/system_top.v
@@ -282,8 +282,10 @@ module system_top #(
282
283
284
285
- assign spi2_cs[5:0] = spi_csn[5:0];
286
287
288
289
290
291
0 commit comments