Skip to content

axi2tlm_bridge: compile error on Cadence Xcelium #19

@wilberZen

Description

@wilberZen

Xcelium reports C++ type dismatch at code:

// file: axi2tlm-bridge.h  line:413

			for (; i < DATA_BUS_BYTES && m_dataIdx < m_gp->get_data_length(); i++) {
				if (wstrb.read().bit(i)) {
					............
			}

changed to :

			for (; i < DATA_BUS_BYTES && m_dataIdx < m_gp->get_data_length(); i++) {
				if (wstrb.read().bit(i).to_bool()) {
					.............
			}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions