You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the latest version of RapidWright (2024.2). However it is unable to generate the intersite_delay_terms.txt file for Versal. The error is as follows:
java.io.FileNotFoundException: C:\Users\arkhanna\RapidWright\timing\versal\intersite_delay_terms.txt (The system cannot find the path specified)
at java.base/java.io.FileInputStream.open0(Native Method)
at java.base/java.io.FileInputStream.open(FileInputStream.java:216)
at java.base/java.io.FileInputStream.(FileInputStream.java:157)
at java.base/java.io.FileInputStream.(FileInputStream.java:111)
at java.base/java.io.FileReader.(FileReader.java:60)
at com.xilinx.rapidwright.timing.TimingModel.readDelayTerms(TimingModel.java:503)
at com.xilinx.rapidwright.timing.TimingModel.build(TimingModel.java:243)
at com.xilinx.rapidwright.FlopSiteTileMapping.main(FlopSiteTileMapping.java:28)
The text was updated successfully, but these errors were encountered:
Thank you for the feedback. Unfortunately, we don't have timing model numbers for Versal yet in RapidWright. We do have them for UltraScale+ devices. We do have support in RWRoute (the RapidWright router) to route in Versal. Let us know how we can best help with your application.
I'm using the latest version of RapidWright (2024.2). However it is unable to generate the intersite_delay_terms.txt file for Versal. The error is as follows:
java.io.FileNotFoundException: C:\Users\arkhanna\RapidWright\timing\versal\intersite_delay_terms.txt (The system cannot find the path specified)
at java.base/java.io.FileInputStream.open0(Native Method)
at java.base/java.io.FileInputStream.open(FileInputStream.java:216)
at java.base/java.io.FileInputStream.(FileInputStream.java:157)
at java.base/java.io.FileInputStream.(FileInputStream.java:111)
at java.base/java.io.FileReader.(FileReader.java:60)
at com.xilinx.rapidwright.timing.TimingModel.readDelayTerms(TimingModel.java:503)
at com.xilinx.rapidwright.timing.TimingModel.build(TimingModel.java:243)
at com.xilinx.rapidwright.FlopSiteTileMapping.main(FlopSiteTileMapping.java:28)
The text was updated successfully, but these errors were encountered: