Kyle Kovacs

Results 55 comments of Kyle Kovacs

I just found out where that file is: `/mnt/c/Users//AppData/Roaming/wsltty/config`. Everything works now 🎉

@brenc just to clarify, if you hold down shift while resizing the wsltty window, it should change the zoom level by default. When you are using Fancy Zones, the default...

Oh, my bad about the key binding. I remembered there being a setting about holding down shift, but I didn't realize it wasn't more configurable than just a checkbox. If...

@Ng2k's suggestion based on the Stack Overflow link works for me, and I only had to change 1 line in `/etc/ImageMagick-6/policy.xml` ```diff - + ``` This worked on Windows Subsystem...

_From @edwardcwang on November 4, 2018 6:11_ Does it work with either verilator or treadle?

I do not have verilator installed, and treadle does not produce a vcd, so I cannot immediately answer that.

_From @edwardcwang on November 4, 2018 7:42_ If you use `val args = Array("--backend-name", "treadle", "--tr-write-vcd")` you can get treadle to produce VCDs.

Ah yes. Adding `dontTouch(byteOut)` and using treadle with `--tr-write-vcd` produced a waveform that looks correct (byteOut always has the same value as byteIn). Does that imply that this is in...

_From @edwardcwang on November 4, 2018 20:55_ It's possible; I've run into bugs where firrtl-interpreter was doing weird things like this in VCD output. IIRC the plan was for treadle...

Should I migrate this to the firrtl repo then?