Tim 'mithro' Ansell
Tim 'mithro' Ansell
@LAK132 - If you are having issues getting the tool / testing environment setup, please log github issues and we will try and improve both the instructions and the process.
I have kicked off the CI and invited [LAK132](https://github.com/LAK132) to be a contributor so that the CI should run automatically from now on.
@kgugala - Who should review this?
@kgugala - It seems like we have lost the upload to BuildEventStore in the migration to GitHub Actions?
I believe this is fixed by https://github.com/google/globalfoundries-pdk-libs-gf180mcu_fd_sc_mcu9t5v0/pull/23
PTAL - @kgugala / @umarcor
@umarcor / @kgugala - Would you mind taking a look at this? I think it is just a sphinx configuration issue?
@kgugala - Who should look at this?
@shakouri - I was actually talking about; > I am getting the following error when I try to use system verilog plugin: > ``` > yosys> plugin -i systemverilog >...
This is a hacky patch that I came up with; ```diff diff --git a/src/elf_diff/instruction_collector.py b/src/elf_diff/instruction_collector.py index cdeee4d..0e86125 100644 --- a/src/elf_diff/instruction_collector.py +++ b/src/elf_diff/instruction_collector.py @@ -27,6 +27,7 @@ from typing import Optional,...