-
As far as I can tell, migen.actorlib is no longer a thing?
https://github.com/m-labs/misoc/blob/master/misoc/cores/framebuffer/format.py#L6
-
I came across a use case today that I hadn't thought about before and is probably particular to our use case. We're using a Generator to convert Migen modules to Verilog and then add them as dependen…
-
Hello, I don't know if I should post the Issue here or on the LiteX repository, after running the following command I get this terminal output:
```
python3 -m litex_boards.targets.radiona_ulx3s --…
-
Currently a bunch of the bigger tests end up with signal names like;
```
addr_clockdomainsrenamer_next_value
clockdomainsrenamer_state
resetinserter_state
```
It would be better if they actual…
-
The following migen.genlib modules already have inline documentation!
- coding - Good!
- sort - Good!
The following migen.genlib modules are missing docstrings or other form of inline documentati…
-
The aim of this PoC is to enhance the flexibility of LiteX by enabling switching between Migen and Amaranth in Migen's compatibility mode, which would:
- Allow users willing to build LiteX designs to…
-
I have this test design for GTP transceivers, which contains
a counter and LEDs driven by the TX clock.
Unfortunately with this kind of writing the migen code:
https://github.com/openXC7/primitive-…
-
Hi,
I am trying to get the papilo pro build working and the first error I got was :
```
Traceback (most recent call last):
File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_ma…
keesj updated
5 years ago
-
Running Fedora 36 - when running the install instructions listed I am unable to get Litex to install, it has a conflict finding the Migen:
`AssertionError: Egg-link ./pyhdl/migen does not match insta…
-
In your documentation I've seen you import in these 2 ways:
```python
>>> from migen.fhdl.std import *
or
>>> from migen.fhdl import *
```
However, when I try to do run this command:
```
>>>…