Mike Thompson

Results 442 comments of Mike Thompson

Joseph Julicher of AWS reports that the CORE-V-MCU Devkit will not use `QSPI1_CSN3`, so I have added the `wontfix` label. Recommend we fix this issue for future releases after RTL...

Thanks for the clarification @silabs-robin. You are right, and it is even a bit more nuanced than that. The sequence appears to be: > 1. The core is executing in...

> @MikeOpenHWGroup are you advocating a new chapter or augmenting the existing micro-DMA chapter? I would recommend adding this to the peripheral function chapter (e.g. uDMA UART).

That works for me @abberthe. It will be important to specify the specific CSRs and CSR fields that s/w needs to write/read for each the above steps. Of course, step...

Thanks for opennng this PR @silabs-hfegran. At this point, the merge conflicts don't look too bad: ``` $ git merge silabs-hfegran/cv32e40s/dev Auto-merging bin/ci_check Auto-merging cv32e40p/sim/ExternalRepos.mk CONFLICT (modify/delete): cva6/tb/uvmt/uvmt_cva6_dut_wrap.sv deleted in...

Update on the three conflicts. The first two are easy: the `cva6` directory has been deleted from CORE-V-VERIF, so `cva6/tb/uvmt/uvmt_cva6_dut_wrap.sv` and `cva6/tb/uvmt/uvmt_cva6_tb.sv` can safely be deleted here. The last one,...

> @MikeOpenHWGroup: Are we waiting for someone/something before merging this? I had the same question this morning. :-) I'm running a few tests and will approve (or not) based on...

Assigning to myself so this is not forgotten. Will look for a victim in the New Year.

Hi @janhoogerbrugge, thanks for your interest in CORE-V-MCU. What file is this code in? Is it part of _this_ repo or the [CORE-V-MCU-CLI-TEST repo](https://github.com/openhwgroup/core-v-mcu-cli-test)?

Hi @janhoogerbrugge, yes you are correct this is a bug and your fix is valid. As it turns out, you've highlighted a deeper issue in `a2_boot` in which it _needs_...