firrtl internal error- caused by java #2691
Description
ARTIFACTS (.v) files not being generated after running after invoking the command- "rtl -a /demo/arch/pynqz1.tarch -s true" the RTL Summary is generated but not the .v files
OS- Windows 10
Errors: at firrtl.Utils$.error(Utils.scala:471)
at firrtl.Utils$.throwInternalError(Utils.scala:175)
at firrtl.stage.phases.CatchExceptions.transform(CatchExceptions.scala:31)
at firrtl.stage.phases.CatchExceptions.transform(CatchExceptions.scala:10)
at firrtl.options.phases.DeletedWrapper.internalTransform(DeletedWrapper.scala:38)
at firrtl.options.phases.DeletedWrapper.internalTransform(DeletedWrapper.scala:15)
at firrtl.options.Translator.transform(Phase.scala:248)
at firrtl.options.Translator.transform$(Phase.scala:248)
at firrtl.options.phases.DeletedWrapper.transform(DeletedWrapper.scala:15)......
..................and a few more lines
Caused by: java.io.FileNotFoundException: /work/bram_dp_128x8192.v (Permission denied)
at java.base/java.io.FileOutputStream.open0(Native Method)
at java.base/java.io.FileOutputStream.open(FileOutputStream.java:298)
at java.base/java.io.FileOutputStream.(FileOutputStream.java:237)
at java.base/java.io.FileOutputStream.(FileOutputStream.java:187)
at java.base/java.io.PrintWriter.(PrintWriter.java:309)
at firrtl.transforms.BlackBoxSourceHelper$.writeTextToFile(BlackBoxSourceHelper.scala:187)
at firrtl.transforms.BlackBoxSourceHelper.$anonfun$execute$1(BlackBoxSourceHelper.scala:122)
These are the list of error being generated
Please help!!!
Activity