Skip to content

Commit 4f72c4e

Browse files
committed
Ligando processador Hazard3
1 parent aac3099 commit 4f72c4e

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

rtl/Hazard3.sv

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -201,11 +201,11 @@ hazard3_cpu_1port #(
201201
.EXTENSION_ZBC (1),
202202
.EXTENSION_ZBS (1),
203203
.EXTENSION_ZBKB (1),
204-
.EXTENSION_ZIFENCEI (1),
205-
.EXTENSION_XH3BEXTM (1),
206-
.EXTENSION_XH3IRQ (1),
207-
.EXTENSION_XH3PMPM (1),
208-
.EXTENSION_XH3POWER (1),
204+
.EXTENSION_ZIFENCEI (0),
205+
.EXTENSION_XH3BEXTM (0),
206+
.EXTENSION_XH3IRQ (0),
207+
.EXTENSION_XH3PMPM (0),
208+
.EXTENSION_XH3POWER (0),
209209
.CSR_COUNTER (0),
210210
.U_MODE (0),
211211
.PMP_REGIONS (0),
@@ -236,19 +236,19 @@ hazard3_cpu_1port #(
236236
.unblock_out (),
237237
.unblock_in (1), // Tied back
238238

239-
.haddr (proc_haddr),
240-
.hwrite (proc_hwrite),
241-
.htrans (proc_htrans),
242-
.hsize (proc_hsize),
243-
.hburst (proc_hburst),
244-
.hprot (proc_hprot),
245-
.hmastlock (proc_hmastlock),
246-
.hexcl (proc_hexcl),
247-
.hready (proc_hready),
248-
.hresp (proc_hresp),
249-
.hexokay (proc_hexokay),
250-
.hwdata (proc_hwdata),
251-
.hrdata (proc_hrdata),
239+
.haddr (haddr),
240+
.hwrite (hwrite),
241+
.htrans (htrans),
242+
.hsize (hsize),
243+
.hburst (hburst),
244+
.hprot (hprot),
245+
.hmastlock (hmastlock),
246+
.hexcl (),
247+
.hready (hready),
248+
.hresp (hresp),
249+
.hexokay (),
250+
.hwdata (hwdata),
251+
.hrdata (hrdata),
252252

253253
.dbg_req_halt (0),
254254
.dbg_req_halt_on_reset (0),

0 commit comments

Comments
 (0)