sync chunk 11/12

This commit is contained in:
chunk-sync
2026-09-11 16:18:36 +08:00
parent c315cef09e
commit c2c1bb2648
922 changed files with 102283 additions and 6793 deletions
@@ -9,7 +9,7 @@ module rhs2116_top#
parameter SPI_DATA_WIDTH = 32 ,
parameter SPI_TRANS_PERIOD = 1500 , //Unit: ns
parameter CHIPSET_QTY = 4 ,
parameter CHIPSET_QTY = 4 ,//4
parameter CH_OF_CHIPSET = 16 ,
parameter REG_ADDR_STIM_POL = 8'd44 ,
@@ -2,7 +2,7 @@
module trans_distribute#
(
parameter CHIPSET_QTY = 4,
parameter CHIPSET_QTY = 2,
parameter CMD_CNV = 2'b00,
parameter CMD_EXTEND = 2'b01,
parameter CMD_WRITE = 2'b10,