Unai Martinez-Corral

Results 152 issues of Unai Martinez-Corral

#### Description Change from the RTD theme to the SymbiFlow theme (based on Material theme). #### Related Issue https://github.com/chipsalliance/f4pga/issues/244

#### Description Since the base image of the Dockerfile is to be updated to ubuntu:focal (see #1970), this PR changes the environment used in the jobs of workflow 'test'. ####...

infra

I'm about to add Verilog-to-Routing to the container collection in [hdl/containers](https://github.com/hdl/containers) (gcr.io/hdl-containers, ghcr.io/hdl, docker.io/hdlc). As commented in hdl/containers#38, there are some issues which I'm unsure about: > * [x] Should...

https://github.com/dbhi/qus/tree/main/action ```yml - uses: dbhi/qus@action-v0 ``` ```yml - uses: dbhi/qus@action-v0 with: targets: > arm aarch64 ```

enhancement

Coming from rstudio/distill#152, I'm finding it difficult to link a bookdown project with rticles templates. This draft PR adds the following: - A minimal bookdown `demo`. - A Dockerfile, which...

This is another PR in the series of subsets of #110 (#162, #163, #164, #165). `setups/osflow/Makefile` is replaced with doit tasks, plus some more elaborated Python code. Precisely, subdir `tasks`...

stale

Coming from #98. > https://github.com/stnolting/neorv32/pull/98#issuecomment-875487952 > > And one problem for me to work on is that I have not tested anything to do with the flash (in this case,...

Coming from #54 > https://github.com/stnolting/neorv32/pull/54#issuecomment-853920947 > By the way, what do you think about having the pre-build GCC toolchain as submodule inside this repository? Maybe in sw/gcc? > Tha scripts...

delayed

According to https://github.com/stnolting/neorv32/blob/master/riscv-arch-test/port-neorv32/framework_v2.0/riscv-target/neorv32/README.md, https://github.com/stnolting/neorv32/blob/master/rtl/core/neorv32_application_image.vhd and https://github.com/stnolting/neorv32/blob/master/riscv-arch-test/port-neorv32/framework_v2.0/riscv-target/neorv32/device/rv32i_m/M/Makefile.include, currently each test program is compiled from assembler, an elf file is generated, then a bin file, which is then converted and replaced in...

enhancement
delayed

We have discussed in several issues about adding a USB-UART peripheral to NEORV32 (either internal o external), which would allow to communicate the NEORV32 with a host laptop/workstation when using...