* and how does one let it place the vcb file in an other directory? ```with sim.write_vcd("C:\Users\bende\Documents\GitHub\amaranth_playground\buttontoled.vcd"): ``` i would think this would do the trick but it's complaining about unicodec somting something ``` with sim.write_vcd("C:\Users\bende\Documents\GitHub\amaranth_playground\buttontoled.vcd"): ^ SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 2-3: truncated \UXXXXXXXX escape```