-
Notifications
You must be signed in to change notification settings - Fork 125
Description
==============================================================================
== Device Resources Dump: xcvu7p-flvb2104-1-e ==
Loading device from file xcvu7p-flvb2104-1-e
Load Device: 3.590s 440.991MBs
populateEnums: 0.458s 52.941MBs
SiteTypes: 0.082s 4.029MBs
TileTypes: 0.200s 4.374MBs
Tiles: 0.494s 44.722MBs
INFO: Building uncommon Wire->Node cache...
This might take a few seconds for large devices on the first call.
It is generally triggered when getting the Node from an uncommon Wire object.
To avoid printing this message, set Device.QUIET_MESSAGE=true or set the ENVIRONMENT variable RW_QUIET_MESSAGE=1.
INFO: Finished building uncommon Wire->Node cache
Exception in thread "main" java.lang.RuntimeException: Too many words to allocate: 333129474
at org.capnproto.BuilderArena.allocate(BuilderArena.java:130)
at org.capnproto.WireHelpers.allocate(WireHelpers.java:80)
at org.capnproto.WireHelpers.initStructListPointer(WireHelpers.java:509)
at org.capnproto.StructList$Factory.initFromPointerBuilder(StructList.java:81)
at org.capnproto.StructList$Factory.initFromPointerBuilder(StructList.java:30)
at org.capnproto.StructBuilder._initPointerField(StructBuilder.java:194)
at com.xilinx.rapidwright.interchange.DeviceResources$Device$Builder.initWires(DeviceResources.java:906)
at com.xilinx.rapidwright.interchange.DeviceResourcesWriter.writeAllWiresAndNodesToBuilder(DeviceResourcesWriter.java:807)
at com.xilinx.rapidwright.interchange.DeviceResourcesWriter.writeDeviceResourcesFile(DeviceResourcesWriter.java:280)
at com.xilinx.rapidwright.interchange.DeviceResourcesExample.main(DeviceResourcesExample.java:29)
Second
If the source code of rapidwright_jars.zip is opened for users ?