GuzTech

Results 6 issues of GuzTech

The goal of this issue is to document the kinds of PLL primitives of the various FPGA manufacturers, so that we can support them in nmigen. --- ## Lattice Lattice...

feature
platform:all
meta:needs-rfc

I want to toggle the reset signal of a module in simulation, but I get an error that do not quite understand. Here is a simple example: ```python from nmigen...

bug
simulator:pysim

Hello, I have followed the instructions on the [MATLAB docker hub](https://hub.docker.com/r/mathworks/matlab) and pulled MATLAB r2021b successfully. I can use it with an X session which works just fine. Since I...

I want to implement a 2D plotting widget from what I could find, the easiest way to draw lines is to use a canvas with a 2D context. Now, I'm...

feature

I tried to run `./litex_setup.py --init --user -config=full` on a fully updated Arch box and during the installation of Git repositories step, I get the following error: ```bash ./litex_setup.py --install...

question
install