mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-23 21:39:13 -04:00
Use named constant for default RAM behaviour
The ibex_top_tracing module takes a ram_cfg_i for something to pass through to the RAM. Use the named zero (RAM_1P_CFG_DEFAULT) instead of building it by hand: now we get the right width.
This commit is contained in:
parent
7139313ad3
commit
9f83cbd2b4
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ module ibex_simple_system (
|
|||
|
||||
.test_en_i ('b0),
|
||||
.scan_rst_ni (1'b1),
|
||||
.ram_cfg_i ('b0),
|
||||
.ram_cfg_i (prim_ram_1p_pkg::RAM_1P_CFG_DEFAULT),
|
||||
|
||||
.hart_id_i (32'b0),
|
||||
// First instruction executed is at 0x0 + 0x80
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue