Marek Pikuła
Marek Pikuła
It's a rather messy merge since it bases on the current `main` but introduces changes from #86 (and some others after that), which were reverted with 2033f802589e32f9628b4732a14ea898cfd568a7. This PR re-reverts...
Do you consider merging this version upstream so that there is no need for custom build in future? This would require also making it Windows-compatible (mainly WinSock-compatible for `jtag-tcp`). I'll...
It would be nice if this fork supported Windows. I know it's not your primary focus, but I guess it would enable wider audience to test VexRiscv and accompanying SoCs...
Hi, first of all thanks for the great work in all SystemRDL/PeakRDL projects. It's really impressive what has been accomplished here :+1: I'm currently looking into some automation tools to...
This change enables theme user to specify arbitrary order of sections, and add multiple sections of the same type (more generic approach than in #105, which is applicable only to...
Hi, I just noticed that there is `v3.0` tag, but it doesn't have a GitHub release assigned to it. Is it a mistake, or `v3.0` is not a "stable" release?
# Background and motivation While preparing initial patches for RISC-V support (as mentioned in #368), I noticed that overriding function implementations requires a lot of manual copy-pasting, leading to code...
This PR introduces an option to specify a custom configuration in form of a comma-separated list or a file with a list of repositories to include in the installation. It...
This PR introduces support for enabling Tailscale on cluster nodes. It has the following benefits: 1. Enables a secure, private connection to all nodes without the need for a jump...
### Description Is it possible to make the `Memory.MappedMemory` region read-only for the processor? I would like to model a ROM, which the CPU is not supposed to write to,...