Ilia Sergachev

Results 17 issues of Ilia Sergachev

CVA6 support requires a couple of files: https://github.com/enjoy-digital/litex/blob/master/litex/soc/cores/cpu/cva6/core.py#L156 An attempt to run `litex_sim --cpu-type=cva6` reports Flist.cv64a6_imafdc_sv39 as missing - this is easy to fix by prefixing its path with `core/`...

question

Some hard CPU cores (Zynq-7000, EOS S3) do address translation on peripheral buses - say for the CPU addresses of a bus start at 0x40020000 and CSR_BASE C definition has...

enhancement
question

I have a board with 2 FPGAs on the JTAG chain: ``` ./openFPGALoader --detect write to ram Jtag frequency : requested 6.00MHz -> real 6.00MHz index 0: idcode 0x1112043 manufacturer...

Add a couple of commands to talk to power supplies: heartbeat and output channel control.

According to [RFC1112](https://tools.ietf.org/html/rfc1112), addresses 224.0.0.0 – 239.255.255.255 (starting 0b1110) should be resolved by placing the low-order 23-bits of the IP address into the low-23 bits of the Ethernet multicast address...

EQ0, EQ1, HPD, CEC - all connected to ECP5. HDMI itself and HDMI I2C already tested.

It's more granular than the existing --xla_gpu_deterministic_ops because it allows doing an autotuning compilation with non-deterministic ops disabled. --xla_gpu_deterministic_ops is a superset of --xla_gpu_exclude_nondeterministic_ops, so --xla_gpu_deterministic_ops=true will be setting --xla_gpu_exclude_nondeterministic_ops=true...

Affects only Hopper+ and cuDNN 9+: https://github.com/openxla/xla/blob/fb41b76a8b08216b80abb49ceb5c07373d9c45c5/xla/service/gpu/gemm_fusion_autotuner.cc#L556. Description of fusion level 1: https://github.com/openxla/xla/blob/fb41b76a8b08216b80abb49ceb5c07373d9c45c5/xla/xla.proto#L742.