Added adc->dac path test

This commit is contained in:
2026-03-04 23:35:02 +01:00
parent 3c13e3289a
commit 8cccea85e0
8 changed files with 204 additions and 12 deletions

View File

@@ -91,11 +91,10 @@ module mcu_peripherals (
);
wb_gpio_banks #(
.BASE_ADDR(GPIO_BASE_ADDR),
.NUM_BANKS(4)
.num_banks(4)
) gpio (
.i_wb_clk(i_clk),
.i_wb_rst(i_rst),
.i_clk(i_clk),
.i_rst(i_rst),
.i_wb_dat(gpio_wbs_dat_w),
.i_wb_adr(gpio_wbs_adr),
.i_wb_we(gpio_wbs_we),