Exception in thread "main" java.lang.IllegalArgumentException: Class is not registered: com.xilinx.rapidwright.edif.EDIFNetlist

23 views
Skip to first unread message

jbieker

unread,
Jul 2, 2020, 1:11:12 PM7/2/20
to RapidWright
I'm trying to run the tutorial "Build an IP Integrator Design with Pre-Implemented Blocks" but I'm getting the following Exception:

Exception in thread "main" java.lang.IllegalArgumentException: Class is not registered: com.xilinx.rapidwright.edif.EDIFNetlist
Note: To register this class use: kryo.register(com.xilinx.rapidwright.edif.EDIFNetlist.class);
    at com.esotericsoftware.kryo.Kryo.getRegistration(Kryo.java:505)
    at com.esotericsoftware.kryo.Kryo.readObject(Kryo.java:703)
    at com.xilinx.rapidwright.util.FileTools.readObjectFromKryoFile(FileTools.java:1096)
    at com.xilinx.rapidwright.util.FileTools.readObjectFromKryoFile(FileTools.java:1086)
    at com.xilinx.rapidwright.ipi.BlockCreator.readStoredModule(BlockCreator.java:193)
    at com.xilinx.rapidwright.ipi.BlockCreator.createOrRetrieveBlock(BlockCreator.java:512)
    at com.xilinx.rapidwright.ipi.BlockStitcher.main(BlockStitcher.java:521)
kryo.register(com.xilinx.rapidwright.edif.EDIFNetlist.class);
invalid command name "kryo.register(com.xilinx.rapidwright.edif.EDIFNetlist.class)"


I'm using the standalone jar
Reply all
Reply to author
Forward
0 new messages