Add some flops to the mapper

This is NOT how to do CDC
This commit is contained in:
Byron Lathi
2023-11-30 17:40:21 -08:00
parent db4848b6fe
commit e805b19eca
4 changed files with 109 additions and 90 deletions

View File

@@ -202,6 +202,8 @@ timer u_timer(
mapper u_mapper(
.i_reset(~cpu_resb),
.i_clk(clk_cpu),
.i_clk50(clk_50),
.i_clk100(i_sysclk),
.i_cs(w_mapper_cs),
.i_we(~cpu_rwb),
.i_data(cpu_data_in),