Matheus C. França

Results 305 comments of Matheus C. França

> Edit: I have found an [issue/1](https://github.com/daym/allwinner-register-interface-extractor/issues/1) when trying to get data from the D1-H manual. I don't know if you followed the situation mentioned above, but a new svd...

New SVD - D1s [allwinner_d1s.svd](https://github.com/ZigEmbeddedGroup/regz/files/8614229/allwinner_d1s.svd.tar.gz) **Same error**

> looks like the issue is the SVD, in cluster `_n[%s]` (is that really what it's meant to be called?). This is meant to be a cluster array, the `dimIncrement`...

Hi @mattnite I am manually reviewing the generated file issue and have seen some inconsistencies in the official documentation itself (may take some time to fully review). But to test...

> Recently, have started some tests with `regz` using [allwinner D1 (unofficial svd)](https://github.com/duskmoon314/aw-pac/tree/main/svd). > **Output:** > > ```shell > $> regz -s svd ../aw-pac/svd/d1_unofficial.svd -o allwinner_d1.zig > warning: ignoring field...

New device SVD (same processor) [BL808](https://github.com/bouffalolab/bl808-pac): ```bash regz -s svd bl808.svd -o bl808.zig warning: dimensioned peripherals not supported yet: DMA%s warning: dimensioned peripherals not supported yet: I2C[%s] warning: dimensioned peripherals...

My new tests with refactored regz: BL808 SVD: ```bash $> regz -s svd bl808.svd -o bl808.zig warning(svd): TODO clusters. name: capability warning(svd): TODO clusters. name: operation warning(svd): TODO clusters. name:...

RISC-V32 (GigaDevice) - gd32vf103: new output: ```bash $> regz -s svd GD32VF103.svd -o gd32vf103.zig warning(svd): TODO clusters. name: CLICINTS[%s] warning(svd): failed to load cluster: error.TodoDimElements warning(svd): TODO: implement derivation for...

> Did you update the bootstrap wasm blob as well? This? https://github.com/ziglang/zig/commit/e5ba70bb5c176ba553a5458f89004b44da2b93d6 (yes)

I don't know if it's clear enough. * Zig(wasm) build Zig(host) ReleaseSafe: OK * Zig(host)[ReleaseSafe] build Zig(triple-targets) ReleaseSafe: Fail But, * Zig(host)[ReleaseFast] build Zig(triple-targets) as ReleaseSafe: Ok