Michael Neuling
Michael Neuling
Extra credit for adding single stepping and/or branch tracing via MSR[TE].
> Doesn't actually seem to complete first the instruction though. What do you mean by that? @iamjpn
As mentioned in the first comment, it would be useful to have it that way but it's not arch compliant.
@MayaPosch which compiler are you using? We've been using GHDL and Vivado in VHDL-2008 mode and have not been hitting this. We can fix them but without a way to...
> But first, which back-end are you using ? (what is the output of ghdl --version) ``` % ghdl --version GHDL 0.37-dev (v0.36-183-g5035b126d9) [Dunoon edition] Compiled with GNAT Version: 9.1.1...
On my machine I do see a big benefit with parallelism. > 10x speedup below. ``` % cat ./ghdl-parallel #!/bin/bash NR=1000 D=$(mktemp -d) cd $D for i in $(seq $NR);...
> 1. you haven't compared with many files on the command line Sorry, I forgot that. Yes that does help a bunch for the mcode backend. My 128 CPU machine...
Could you make the library a directory rather than a file? The you could store each entity in a different file and avoid the conflict on the write side. Obviously...
from https://github.com/merbanan/rtl_433/pull/1814#issuecomment-926392344 > Can you add back the freq/rate info to the filenames, it's the only metadata we have. Yep, done and re- pushed.
Updating code to reference the correct name of CMR113. The branch name here is the only wrong thing now (hopefully).