Skip to content

Commit 0479714

Browse files
committed
tb: Fix mock uart base address
1 parent 4503163 commit 0479714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tb/pulp_cluster_tb.sv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ module pulp_cluster_tb;
181181
.AxiDw ( AxiDw ),
182182
.AxiUw ( AxiUw ),
183183
.N_CORES ( 8 ),
184-
.BaseAddr( 32'h4000_0000 )
184+
.BaseAddr( 32'h03002000 )
185185
) i_mock_uart (
186186
.clk_i ( s_clk ),
187187
.rst_ni ( s_rstn ),

0 commit comments

Comments
 (0)