In
|
XBAR_DEMUX_BUS s_core_bus(); // Internal interface between CORE <--> DEMUX |
the
s_core_bus is defined as a
XBAR_DEMUX_BUS, but the additional signals provided by this bus (compared to
XBAR_TCDM_BUS) are not used. Would it make sense to change this bus and simplify the code?
Additional signals:
- barrier (0, not used)
- busy (not connected, not used)
- exec_cancel (0, not used)
- exec_stall (0, not used)
- r_gnt (0, not used in connected module(demux))
In
pulp_cluster/rtl/core_region.sv
Line 147 in 339c2b8
s_core_busis defined as aXBAR_DEMUX_BUS, but the additional signals provided by this bus (compared toXBAR_TCDM_BUS) are not used. Would it make sense to change this bus and simplify the code?Additional signals: