Scott Johnson
Scott Johnson
The README links to a binary for a 0.8 release, but there is no tag in the repo for 0.8.
In the included demo code, it seems the table_print_detected logic is never activated. The table that gets printed in producer.sv does not go through this custom_report_server at all, it seems....
With Python 3.8.9, beginning with 3d64330 (#263), pytest is failing 4 tests from `tests/test_tool.py`, all like so: ``` ____________________________________________________________________ TestHOCONConverter.test_convert_from_file _____________________________________________________________________ self = def test_convert_from_file(self): > self._test_convert_from_file(TestHOCONConverter.CONFIG_STRING, TestHOCONConverter.EXPECTED_JSON, 'json') tests/test_tool.py:165:...
#247 introduced a regression (#248) in its attempt to maintain compatibility with Python 2, which was EOL'd over a year ago now. Is there any reason that new versions of...
Pyhocon should keep track of the source of every config value. # Use cases ## Makefile dependencies If the top hocon file or any (recursively) included hocon file changes, I...
The current README.md does not explain how one would use this repo to add support for new instructions. I assume this repo can somehow be used to generate files useful...
(Moving from Ruby core bug report I filed 3 years ago, recently rejected because net-telnet has been extracted here. Originally reported on ruby 2.0.0p247 (2013-06-27 revision 41674) [armv6l-linux-eabihf] as https://bugs.ruby-lang.org/issues/8668...
There are several special cases where on a trap, Spike will erroneously set `mstatus.GVA=0` when the value written into `mtval` is a guest virtual address. It should set `mstatus.GVA=1` according...
If a load instruction goes through [`load_slow_path()`](https://github.com/riscv/riscv-isa-sim/blob/f974ce1c6d30250d46d2b763715724bcd4b7a89d/riscv/mmu.cc#L152) it appears it will prioritize load access fault above a load/store address breakpoint, which is contra the priority list in privileged ISA spec...
The Configuration section of the README currently says "TODO", and the command `tidypy default-config` doesn't even tell me what filename to use for the config it prints to stdout. How...