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
does not seem to have any effect on the created directories even though the firtool tries to create an output related to these layers. Note the code shows lowercase while the output is trying to create uppercase.
What is the expected behavior?
folders for the layers are created correctly
Please tell us about your environment:
version: master snapshot
OS: Windows 10
Other Information
Error: [info] <stdin>:0:0: error: cannot create output directory "C:\Users\...\AppData\Local\Temp\chiselsim-2025-03-13T11-39-25.1344942003004127992777573105\support-artifacts\Verification?ver": Unicode-symbol does not exist in the multibyte symbol-table.
Generated SystemVerilog for simulating
Type of issue: Bug Report
Please provide the steps to reproduce the problem:
Any Test on windows 10 should recreate this behaviour
What is the current behavior?
The simulator (somewhere) tries to create files that are not valid unicode.
chisel/core/src/main/scala/chisel3/layers/Layers.scala
Lines 14 to 18 in d94ae23
does not seem to have any effect on the created directories even though the firtool tries to create an output related to these layers. Note the code shows lowercase while the output is trying to create uppercase.
What is the expected behavior?
folders for the layers are created correctly
Please tell us about your environment:
version: master snapshot
OS: Windows 10
Other Information
Error:
[info] <stdin>:0:0: error: cannot create output directory "C:\Users\...\AppData\Local\Temp\chiselsim-2025-03-13T11-39-25.1344942003004127992777573105\support-artifacts\Verification?ver": Unicode-symbol does not exist in the multibyte symbol-table.
Generated SystemVerilog for simulating
What is the use case for changing the behavior?
Support on windows
The text was updated successfully, but these errors were encountered: