Pascal Cotret

Results 36 comments of Pascal Cotret

Made another try, my sbt/scala setup was a bit inaccurate (still sbt 1.8.2 and scala 3.2.2). Anyway, `docs/mdoc` still fails: ```bash info: Compiling 5 files to ~/rocket-chip/docs/generated error: ~/rocket-chip/docs/src/diplomacy/adder_tutorial.md:298:10: value...

https://github.com/openhwgroup/cv32e40s/commit/a122caee8108c0c54057477fe6f91864acae5861 The first RTL issue has been fixed in April 2022 while the hash is from February 2022. Maybe we could update the cv32e40s commit to [something more recent ?](https://github.com/openhwgroup/core-v-verif/blob/master/cv32e40s/sim/ExternalRepos.mk#L18)...

We had a look at this today with a student. We have a Verilator model but the hello world example is stuck in a loop : ``` ******************************************************************************************* * Running...

Latest commit fixes this issue.

Nowadays, it seems Vortimo only has a [Chrome plugin](https://chromewebstore.google.com/detail/vortimo-osint-tool/mnakbpdnkedaegeiaoakkjafhoidklnf) or an [online tool](https://find.osint-tool.com/) In the meantime, you can just comment [these lines](https://github.com/tracelabs/tlosint-vm/blob/main/overlays/tl-overlays/etc/skel/Desktop/install-tools.sh#L68-L72) and the script will exit successfully.

Had the same problem : - It works with Hugo extended 0.145.0 https://github.com/gohugoio/hugo/releases/tag/v0.145.0 - Doesn't work with newer versions.

Yep, thanks @mohamedElbouazzati, it works. I'll leave this issue open. I'll try to search what broke the execution with a newer `pythondata-cpu-cv32e41p`.

Or it works if you manually download it to the temporary directory (which is `/tmp` by default). It will check this repository before trying to download those files.

Had to checkout an older commit of OpenSBI (https://github.com/bao-project/opensbi/tree/35cba9265514ab73cc3f1777f8ee179f6aa71cd5), but I still have an error related to the cross-compiler... ```bash ELF platform/generic/firmware/payloads/test.elf /home/test/riscv64-unknown-elf-gcc-10.1.0-2020.08.2-x86_64-linux-ubuntu14/bin/../lib/gcc/riscv64-unknown-elf/10.1.0/../../../../riscv64-unknown-elf/bin/ld.bfd: unrecognized option '--exclude-libs' /home/test/riscv64-unknown-elf-gcc-10.1.0-2020.08.2-x86_64-linux-ubuntu14/bin/../lib/gcc/riscv64-unknown-elf/10.1.0/../../../../riscv64-unknown-elf/bin/ld.bfd: use the --help...