Rust
-
tl;dr: A RISC-V core written in TxHDL draws a turning icosahedron on a monitor, with the TxHDL logo in the corner. Watch it at https://youtu.be/YbHtntvvydk. The whole thing, core, memory, video, Ethernet and a serial …
-
For the past while, Dragiša Janković and I have been working on a hardware description language (HDL). Why? you ask? We were worried about the fact that the mainstream HDLs seemed too low level (hi, Verilog!) to answer …
-
bazel rules for a riscv64 bare metal rust compiler This article assumes that you have bazel installed via the bazelisk method. This is the latest example in my repository at: https://github.com/filmil/bazel-experiments …