Walter F.J. Mueller
Walter F.J. Mueller
The `README.me` of the current Beta of InfluxDB V2.0 has the statement ``` - What is NOT planned? - Direct support by InfluxDB for CollectD, StatsD, Graphite, or UDP. ```...
Installs and works fine under Ubuntu 18.04 Server, but fails to install under Ubuntu 20.04 LTS server with a long list of errors for me. Is that a known issue...
__Proposal:__ Add a function which calculates the proper mean of circular quantities. __Current behavior:__ InfluxDB provides a `mean()` function, good for _linear_ quantities, but not the proper approach for _circular_...
I'm using KiCad 5.1.5 as it comes with Ubuntu 20.04 LTS. I've copied the `AISLER-2Layer` and `AISLER-4Layer` templates to `~/kicad/template`. The `File -> New -> Project from Template` dialog shows...
The `PDR` `A` bit is described in the Technical Manual as > A bit (bit 7) - This bit is used by software to determine whether or not > any...
The MMU should set the 'trap bit' in `MMR0` only when the access is not aborted. The current pdp11_mmu implementation sets the bit even when the access is aborted. This...
The MMU should issue an mmu trap if the instruction clearing the 'mmu trap enable' bit (bit 9 in mmr0) itself causes a trap. The 11/70 documentation clearly describes this...
The MMU should set the AIB A bit in the the PDR only when _"trap condition is met by the Access Control Field (ACF)"_. Thus for ``` ACF=001 read-only trap...
A `time tbrun` command does not report the correct CPU time, example ``` time nice tbrun -j 4 -nomake -all tbrun-I: all tests passed, 102 tests selected from 102 found...
So far all Series-7 w11a systems ran with 80 MHz clock. The [sys_w11_arty](https://github.com/wfjm/w11/tree/master/rtl/sys_gen/w11a/arty) design (with DDR memory support via MIG) also achieves timing closure under Vivado 2017.2, but fails (with...