AMD EFR-DI-CANFD-XC-WW
- Part No.:
- EFR-DI-CANFD-XC-WW
- Manufacturer:
- AMD
- Category:
- Software, Services
- Package:
- Datasheet:
-
EFR-DI-CANFD-XC-WW.pdf
- Description:
- LOGICORE, CANFD FOR NON-AUTOMOTI
- Quantity:
- Payment:

- Shipping:

Inventory:1,907
Please send an inquiry. Send us your inquiry, and we will respond immediately.
Product details
Overview
EFR-DI-CANFD-XC-WW from Xilinx is a LogiCORE IP soft core implementing the ISO 11898-1:2015 CAN FD protocol for FPGA-based automotive and industrial communication systems. It supports dual-rate operation (nominal up to 1 Mbps, data phase >4 Mbps), 64-byte payload frames, AXI4-Lite host interface, and configurable TX/RX mailbox or FIFO buffering - deployed in Zynq-7000, UltraScale, and UltraScale+ FPGAs for body control units and sensor networks.
For engineers reviewing the EFR-DI-CANFD-XC-WW datasheet, pinout, applications, or equivalent options, this IP core delivers certified ISO CAN FD frame handling, hardware-accelerated bit timing control, transmitter delay compensation, and integrated error logging - with mandatory Bosch license compliance for commercial deployment.
Technical Context
The EFR-DI-CANFD-XC-WW implements a layered architecture: an AXI4-Lite Object Layer (in host clock domain) manages register access, TX/RX buffer arbitration, and message scheduling; a Transfer Layer (in CAN clock domain) handles physical layer interfacing, bit stuffing/de-stuffing, CRC calculation including stuff-bit count for FD frames, bit rate switching, and error detection per ISO 11898-1:2015.
It supports three operational modes beyond Normal: Snoop mode (bus monitoring without ACK), Loopback mode (internal TX→RX path), and Sleep mode with Wake-up interrupt. Clocking requires separate s_axi_aclk (AXI domain) and can_clk (CAN domain) inputs; CDC synchronizers bridge inter-domain data transfers between layers.
Key Specifications
| Parameter | Value and Actual Design Meaning |
|---|---|
| Protocol Compliance | ISO 11898-1:2015 - enables interoperability with automotive ECUs requiring certified CAN FD stack behavior. |
| Frame Payload | Up to 64 bytes - doubles bandwidth vs classical CAN for firmware updates and high-resolution sensor data. |
| Data Rate Support | Nominal phase ≤1 Mbps; data phase >4 Mbps - allows fast payload transfer after arbitration completes. |
| Host Interface | AXI4-Lite - integrates natively with MicroBlaze or ARM Cortex-A9 processors in Zynq-7000 SoCs. |
| Buffer Architecture | 32-deep RX FIFO + 32 ID Filter-Mask pairs, or up to 48 RX mailboxes - enables deterministic filtering and prioritized reception. |
| Transmitter Features | TX message cancellation, timestamping, and delay compensation up to three data bits - ensures precise scheduling and debug traceability. |
| Error Handling | Dedicated fast-data-rate error logging, bus-off recovery control (ABR/SBR), and Disable Auto-Retransmit (DAR) mode - supports safety-critical fault containment. |
Pinout & Package
This is a soft IP core - no physical package or pins. It is implemented as encrypted RTL targeting Xilinx FPGAs and interfaces via defined signal ports.
| Pin/Terminal | Circuit Role | Design Meaning |
|---|---|---|
| s_axi_aclk | AXI4-Lite clock input | Synchronizes host register reads/writes and buffer management logic. |
| can_clk | CAN domain clock input | Drives bit timing, sampling, and protocol engine - oscillator tolerance per ISO 11898-1. |
| can_phy_tx / can_phy_rx | PHY interface signals | Connects to external CAN transceiver (e.g., TJA1042); core does not integrate PHY. |
| ip2bus_intrevent | Interrupt output | Level-sensitive active-high signal indicating TX ready, RX full, error, or wake-up events. |
Key Features
| Feature | Design Value |
|---|---|
| ISO CAN FD Frame Format Support | Enables drop-in replacement of legacy CAN nodes in OEM automotive networks compliant with UNECE R155. |
| Configurable Buffer Modes | Runtime-selectable FIFO (32-message depth) or Mailbox (48 buffers) - balances latency vs memory footprint. |
| Bit Rate Switching (BRS) | Hardware-managed transition from nominal to data phase bit rate - eliminates software overhead during frame transmission. |
| Snoop Mode | Passive bus monitoring without ACK or arbitration participation - ideal for diagnostic sniffers and security gateways. |
| Timestamp Register (TSR) | 16-bit counter synchronized to can_clk - provides nanosecond-accurate message timing for time-triggered protocols. |
Applications
| Automotive Body Control Unit | Industrial Sensor Network |
|---|---|
Use Scenario: Central gateway managing door modules, lighting, HVAC, and seat controls in modern vehicle architectures. IC Role / Device Role / Timing Role: CAN FD protocol engine embedded in Zynq-7000 SoC, handling multiplexed message routing and diagnostics over 2 Mbps data phase. Use Value: Enables 64-byte payloads for OTA firmware updates and synchronized actuator calibration - reducing bus load by 40% vs classical CAN. |
Use Scenario: Distributed temperature/pressure sensing in factory automation with real-time feedback to PLC. IC Role / Device Role / Timing Role: FPGA-based edge node running EFR-DI-CANFD-XC-WW to aggregate sensor data and forward via CAN FD to central controller. Use Value: >4 Mbps data phase supports burst transmission of 16-channel 16-bit ADC samples within single frame - eliminating polling delays. |
| Automotive Test Equipment | Functional Safety Gateway |
Use Scenario: Hardware-in-the-loop (HIL) simulator validating ECU behavior under fault injection and timing stress. IC Role / Device Role / Timing Role: Dual-core implementation: one instance in Snoop mode for passive bus capture, another in Normal mode for stimulus replay. Use Value: Timestamped message logging at 16-bit resolution enables microsecond-level correlation of injected faults with observed responses. |
Use Scenario: ASIL-B safety gateway isolating critical ADAS domain from infotainment network using CAN FD firewall rules. IC Role / Device Role / Timing Role: Dedicated Zynq processing unit running EFR-DI-CANFD-XC-WW with ID-filtered RX mailboxes and DAR mode for fail-safe message rejection. Use Value: Configurable acceptance filters and disable-auto-retransmit prevent corrupted frames from propagating - meeting ISO 26262 diagnostic coverage requirements. |
Equivalent & Alternatives
The following parts are listed as comparable options for similar CAN FD protocol engine applications.
| Alternative Part | Technical Difference | Application Difference | Selection Advice |
|---|---|---|---|
| Xilinx LogiCORE IP CAN v2.0 | Lacks CAN FD support; limited to classical CAN (≤1 Mbps, 8-byte payload); no BRS or >4 Mbps capability. | Suitable only for legacy automotive subsystems or cost-sensitive industrial nodes without bandwidth demands. | Select only if ISO 11898-1:2015 compliance and >1 Mbps throughput are unnecessary. |
| NXP S32K144 CAN FD Controller (MCU-integrated) | Hard macro in ARM Cortex-M4F MCU; fixed 32-message RX FIFO; no AXI4-Lite interface or FPGA programmability. | Used in standalone ECU designs where MCU integration reduces BOM count but sacrifices flexibility. | Choose when system-level consolidation (CPU + CAN FD + ADC + PWM) outweighs need for FPGA-based customization. |
Compared with Xilinx LogiCORE IP CAN v2.0 and NXP S32K144, the EFR-DI-CANFD-XC-WW uniquely delivers ISO-certified CAN FD acceleration in programmable logic - enabling scalable bandwidth, runtime reconfiguration, and co-processing with custom accelerators in Zynq or UltraScale+ platforms.
Availability
EFR-DI-CANFD-XC-WW is available at Aetrix Electronics and suitable for automotive body control units, industrial sensor networks, HIL test equipment, and functional safety gateways requiring stable component supply and long-term FPGA IP licensing support.
Supply support for EFR-DI-CANFD-XC-WW includes scheduled delivery planning, volume procurement assistance, BOM continuity management, traceable sourcing, and lifecycle availability coordination for OEM customers, industrial embedded developers, connected-device designers, and electronics production programs.
Manufacturer
Xilinx (now part of AMD) is a semiconductor company specializing in adaptive computing solutions, including FPGAs, SoCs, and IP cores for high-performance, low-latency applications.
The EFR-DI-CANFD-XC-WW belongs to the LogiCORE IP portfolio, designed specifically to accelerate ISO-compliant CAN FD protocol implementation in Xilinx FPGAs for automotive and industrial real-time communication systems.
FAQ
What is the licensing requirement for commercial use of EFR-DI-CANFD-XC-WW?
A valid Bosch CAN FD protocol license is mandatory before selling any device containing the EFR-DI-CANFD-XC-WW IP core. Xilinx enforces license checks during Vivado synthesis and implementation; generation halts without a verified license key. The core is offered under separate Automotive or Non-Automotive license agreements - contact AMD/Xilinx sales for terms and activation.
Does EFR-DI-CANFD-XC-WW include an integrated CAN transceiver?
No, the EFR-DI-CANFD-XC-WW is a digital logic IP core only. It requires connection to an external CAN FD transceiver (e.g., TI TCAN1042, NXP TJA1044) via can_phy_tx and can_phy_rx signals. The core handles protocol, timing, and buffering; physical layer signaling is fully offloaded to the transceiver.
Which Xilinx device families support EFR-DI-CANFD-XC-WW?
The EFR-DI-CANFD-XC-WW is validated for UltraScale+, UltraScale, Zynq-7000 All Programmable SoC, and 7 Series FPGAs. Full device compatibility is listed in the Vivado IP catalog; resource utilization varies by target family - e.g., Zynq-7000 implementations use ~1,200 LUTs and 2 BRAMs for baseline configuration.
How does EFR-DI-CANFD-XC-WW handle bit timing configuration?
The EFR-DI-CANFD-XC-WW uses two independent timing registers: BRPR/BTR for arbitration phase (nominal bit rate) and DP_BRPR/DP_BTR for data phase. Each supports programmable prescaler, SJW, TS1, and TS2 values per ISO 11898-1, enabling precise tuning for oscillator tolerance and bus length - all configured via AXI4-Lite writes to dedicated address-mapped registers.
Can EFR-DI-CANFD-XC-WW operate without a processor interface?
Yes - the EFR-DI-CANFD-XC-WW supports stand-alone operation using direct AXI4-Lite register access from custom logic (e.g., state machines or DMA controllers). It does not require MicroBlaze or ARM; however, software drivers are provided for both Standalone SDK and Linux environments when used with those processors.
EFR-DI-CANFD-XC-WW Specifications
- Product attributes
- Attribute value
- Manufacturer:
- AMD
- Series:
- LogiCORE™
- Packaging:
- Electronic Delivery
- Product Status:
- Active
- Type:
- License
- Applications:
- -
- Edition:
- -
- License Length:
- 1 Year Renewal
- License - User Details:
- Worldwide
- Operating System:
- -
- For Use With/Related Products:
- Xilinx
- Media Delivery Type:
- Electronically Delivered
EFR-DI-CANFD-XC-WW FAQ
1.How can I place an order for EFR-DI-CANFD-XC-WW through Aetrix?
Please submit a Request for Quotation (RFQ) for EFR-DI-CANFD-XC-WW on Aetrix. Our sales agent will provide a competitive quotation and guide you through the order confirmation once you accept the terms.
2.Are the price and stock information for EFR-DI-CANFD-XC-WW reliable?
The price and inventory of EFR-DI-CANFD-XC-WW are updated periodically and may fluctuate due to market conditions. Stock and pricing data are typically refreshed every 24 hours. Quotation validity for EFR-DI-CANFD-XC-WW is usually 5 days.
3.What payment methods are accepted for EFR-DI-CANFD-XC-WW?
We accept Wire Transfer, PayPal, Credit Card, Western Union, MoneyGram, and Escrow for EFR-DI-CANFD-XC-WW transactions.
Note: Certain payment methods may incur a processing fee.
4.How is shipping managed for EFR-DI-CANFD-XC-WW?
EFR-DI-CANFD-XC-WW orders can be shipped via leading logistics carriers, including DHL, UPS, FedEx, TNT, or Registered Mail.
Once your EFR-DI-CANFD-XC-WW order is processed, you will receive an email with the shipment details and tracking number.
Note: Tracking information may take up to 24 hours to appear. Express delivery typically takes 3–5 business days.
5.How can I obtain technical support or documentation for EFR-DI-CANFD-XC-WW?
For technical support, including EFR-DI-CANFD-XC-WW datasheets, pinout diagrams, or application guidance, please contact our engineering support team. They can provide detailed documentation and assistance for your EFR-DI-CANFD-XC-WW requirements.
6.How does Aetrix verify that EFR-DI-CANFD-XC-WW is sourced from the original manufacturer or authorized distributors?
All EFR-DI-CANFD-XC-WW products on Aetrix are procured from qualified distributors and authorized channels. Our dedicated quality assurance team conducts strict verification, including traceability checks and, if necessary, third-party testing. This ensures that EFR-DI-CANFD-XC-WW meets industry standards.
7.What is the process for return or replacement of EFR-DI-CANFD-XC-WW?
All EFR-DI-CANFD-XC-WW units undergo pre-shipment inspection (PSI). If there is an issue with EFR-DI-CANFD-XC-WW, returns or replacements are accepted under the following conditions:
1.Quantity discrepancies, incorrect items, or visible external defects (such as breakage or corrosion), acknowledged by Aetrix.
2.The issue is reported within 90 days of delivery.
3.The EFR-DI-CANFD-XC-WW part is unused and in its original packaging.
Return procedure for EFR-DI-CANFD-XC-WW:
1.Submit a request within 90 days.
2.Obtain a Return Material Authorization (RMA) from Aetrix.
EFR-DI-CANFD-XC-WW Tags
Tech Hub
A practical engineering and sourcing framework covering lifecycle verification, lifetime-buy calculations, replacement qualification, supplier checks and counterfeit-risk controls.
TTL and CMOS logic families differ in thresholds, loading, output drive, power and timing. This engineering guide compares 74HC and 74HCT, calculates noise margins and checks 3.3 V/5 V compatibility.
A practical engineering guide to 3.3V and 5V logic compatibility, input thresholds, resistor dividers, translator ICs, MOSFET level shifting, I2C pull-ups, timing limits and power-sequencing risks.
The 74HC595 uses push-pull logic outputs, while the TPIC6B595 uses 50 V open-drain DMOS sinks for higher-power loads. This guide compares timing, current limits, 3.3 V interfacing, load wiring, thermal…
The 74HC595 converts serial data into eight stable parallel outputs. This guide covers pin functions, shift and storage timing, OE and MR behavior, drive-current limits, cascading, voltage compatibilit…
A technical comparison of level-sensitive latches and edge-triggered flip-flops, covering timing windows, setup and hold limits, master–slave operation, time borrowing, race-through, HDL inference and…
A D latch stores one bit while Enable controls when data can pass. This reference covers gate-level operation, truth tables, transparency, setup and hold timing, LE versus OE, common ICs and practical …
An SR latch stores one bit through cross-coupled feedback. This engineering reference covers NOR and NAND implementations, truth tables, forbidden-state recovery, gated operation, switch debouncing, fa…
Latch circuits retain one bit through feedback. This technical reference covers SR and D latches, truth tables, transparency, timing limits, latch-versus-flip-flop behavior, applications and common log…
An engineering guide to LED driver operation, constant-current and constant-voltage outputs, linear and switching topologies, dimming, IC selection, calculations, replacement compatibility, and fault c…





