-
Remove_range() doesn't work if start_address == block start address or end_address == block end address
Because in this case the method shrink() is called, which does "shrink to" and not "shrink by" …
hansu updated
4 years ago
-
If one got a line like
```S309FFFFFFFC0200E0FF1C```
the end of the last block is shown as 0x0.
Changing
```c
typedef unsigned long address_type;
```
into
```c
typedef unsigned long lo…
hansu updated
4 years ago
-
I am in the process of writing a functional test case to verify the hw + dif implementation using a known test vector.
https://github.com/lowRISC/opentitan/pull/5973
Test plan based on the test…
moidx updated
3 years ago
-
In working with @mwbranstad to clean up an urgent PR: https://github.com/lowRISC/opentitan/pull/3004, I'm trying to address the CI errors. The failing CI check says that I need to run the following c…
-
You calculate the min_data_line_length as if it is the length of the whole line, but it is used for the length of the data in the line.
So I suggest either setting the min_data_line_length to 8 (eas…
hansu updated
4 years ago
-
I've added this issue on the off chance that it's the format of the .hex file that is triggering the failures.
Firstly I can successfully load the official LA104_APP_V1.03.hex and also the Ralim mo…
-
Since we can review each record in a sheet on the main results page, is there a way to mark all the records in a sheet reviewed at once? It takes a long time to open each record, click good to go, wa…
-
using the latest installer: esp-idf-tools-setup-2.4.exe
i get this Error:
FileNotFoundError .espressif\\tools\\idf-python\\3.8.7\\DLLs'
-
Hallo,
Das Hinzufügen der ZIP Bibliotheken AskSinPP-3 und AskSinPP-4 schlägt fehl: "Angegebener Ordner/ZIP-Datei enthält keine gültige Bibliothek"
Ich nutze die Arduino-IDE Version 1.8.12.
…
-
I use script hexmerge.py to merge two hex file, but after merging, I find the merged file size is larger than other tool.
For example, I have 3 files, 924k(0x8000000\~0x8003AF0), 460k(0x8009000\~0x80…