File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -427,7 +427,8 @@ module top #(
427
427
.ENABLE (SUPERSERIAL_ENABLE ),
428
428
.SLOT (SUPERSERIAL_SLOT )
429
429
) superserial (
430
- .a2bus_if (a2bus_if), // use system_reset_n
430
+ .a2bus_if (a2bus_if),
431
+ .a2mem_if (a2mem_if),
431
432
432
433
.data_o (ssc_d_w),
433
434
.rd_en_o (ssc_rd),
Original file line number Diff line number Diff line change @@ -598,7 +598,8 @@ module top #(
598
598
.ENABLE (SUPERSERIAL_ENABLE ),
599
599
.SLOT (SUPERSERIAL_SLOT )
600
600
) superserial (
601
- .a2bus_if (a2bus_if), // use system_reset_n
601
+ .a2bus_if (a2bus_if),
602
+ .a2mem_if (a2mem_if),
602
603
603
604
.data_o (ssc_d_w),
604
605
.rd_en_o (ssc_rd),
Original file line number Diff line number Diff line change @@ -311,7 +311,8 @@ module top #(
311
311
.ENABLE (SUPERSERIAL_ENABLE ),
312
312
.SLOT (SUPERSERIAL_SLOT )
313
313
) superserial (
314
- .a2bus_if (a2bus_if), // use system_reset_n
314
+ .a2bus_if (a2bus_if),
315
+ .a2mem_if (a2mem_if),
315
316
316
317
.data_o (ssc_d_w),
317
318
.rd_en_o (ssc_rd),
You can’t perform that action at this time.
0 commit comments