Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

1 What's New

1.1. ULTRA300
New Variant ULTRA300 Support
• You can Place and Route yourDesign into the Fabric

Features Not Yet Supported
• SPI interface

Advanced Complex Bank features
• SPW_IOM
• SER/DES
• HSSL


1.2. IP Catalog - NXCore
Added IPs
• APB I2C (wrapper_apb_i2c v0.0.1)
• AXI DDR2 controller (top_ip_ddr_axi v0.0.1) (NG-MEDIUM only)
• DFI interface DDR2 (ip_dfi_medium v 0.0.1) (NG-MEDIUM only)


Updated IPs
• Spacewire RMAP (SpaceWire RMAP v2.1.0)
• Spacewire RX (Spw RX v1.0.0)

1.3. Python
IMPORTANT: It is mandatory to use the following commands when you instantiate ADC/DAC components

addADCLocation()
• Example: When using NX_DAC_WRAP_U
◦ addDACLocation('top|inst_dac|inst_dac_u', 'DAC1')

• Example: When using NX_DAC_U
◦ addDACLocation('top|inst_dac', 'DAC1')

addDACLocation()
• Example: When using NX_ADC_WRAP_U
◦ addADCLocation('top|inst_adc|inst_adc_u', 'ADC3')

• Example: When using NX_ADC_U
◦ addADCLocation('top|inst_adc', 'ADC3')

  • No labels