Unai Martinez-Corral
Unai Martinez-Corral
You can use [intersphinx](https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html) for cross-referencing multiple Sphinx sites. For example: - https://github.com/VUnit/vunit/blob/master/docs/conf.py#L79-L81 - https://github.com/ghdl/ghdl/blob/master/doc/conf.py#L152-L156 - https://github.com/ghdl/ghdl-cosim/blob/master/doc/conf.py#L134-L139
@tcal-x, what is the status of this issue? It seems that the `fomu.py` mentioned in enjoy-digital/litex#773 does not exist anymore?
@jhu960213 you are calling https://github.com/hathach/tinyusb/blob/master/examples/device/cdc_msc/Makefile, which includes https://github.com/hathach/tinyusb/blob/master/tools/top.mk, where `realpath` is used twice. That is used for defining `TOP`, which is then used in https://github.com/hathach/tinyusb/blob/master/examples/make.mk#L38-L46, where the error is produced....
Since almost all the examples rely on the LED driver, I think it would be interesting to add @xobs' clarification to the docs.
While I think it would interesting to have examples about how to use `SB_LEDDA_IP`, I don't necessarily agree with that allowing "more advanced led PWM manipulation". My perception is that...
Absolutely agree. Since this workshop has a top-bottom approach, the register based manipulation feels very natural for all the readers coming from the "CPU architecture" level, down to custom hardware...
That is actually the example design in hdl/verilog/blink, hdl/vhdl/blink and hdl/mixed/blink. - VHDL: https://github.com/im-tomu/fomu-workshop/blob/master/hdl/vhdl/blink/blink.vhd#L44-L78 - Verilog: https://github.com/im-tomu/fomu-workshop/blob/master/hdl/verilog/blink/blink.v#L51-L81 Mixed examples are a combination of those: having the counter in one language...
Note that bits 25, 24 and 23 compose a 3 bit word with `2**3=8` different values. Therefore, the current HDL examples do not blink full blue, full red and full...
Updating the "latest" pointers was broken during the transition from Kokoro to custom GitHub Actions runners, and renaming the default branch from `master` to `main`. FTR, it was reported in...
@Xiretza, there is some issue with credentials and it's taking longer than expected to restore the procedure that updates the GCS buckets. Meanwhile, we implemented an alternative using GitHub Releases....