-
According to the docs:
```
max : int or None
If ``shape`` is ``None``, the signal bit width and signedness are
determined by the integer range given by ``min`` (inclusive,
…
-
I have a REVC Arty735T with a 25q125a Flash...
The flash process seems to proceed fine:
```
[sahaj@fedora-work linux-on-litex-vexriscv]$ ./make.py --board=arty --flash
make: Entering directory '…
ric96 updated
4 years ago
-
```python
from migen import *
class TB(Module):
def __init__(self, n):
self.n = n
self.r = Signal(n, reset=0b10)
self.comb += self.r[0].eq(self.r[-1])
self…
-
I'm currently copying this file between my projects:
```
import functools
from migen import *
__all__ = ["simulation_test"]
def simulation_test(case=None, **kwargs):
def configure_wr…
-
The following valid migen code...
```python
from nmigen import *
from nmigen.cli import main
input = Signal()
output = Signal()
m = Module()
m.d.comb += output.eq(input)
main(m, ports=…
-
**Issue by [whitequark](https://github.com/whitequark)**
_Friday Dec 14, 2018 at 17:39 GMT_
_Originally opened as https://github.com/m-labs/nmigen/issues/3_
----
17:26 < sb0> whitequark: https:…
-
We are using a number of headless ARM/Linux boards to run ARTIQ controllers for various pieces of hardware (think Raspberry Pi, BeagleBone). The most natural way to integrate this with the rest of the…
-
**Issue by [RobertBaruch](https://github.com/RobertBaruch)**
_Sunday Sep 08, 2019 at 04:40 GMT_
_Originally opened as https://github.com/m-labs/nmigen/issues/197_
----
It seems to be more consisten…
-
H2U 01:59:22>pattern
H2U 01:59:27>p
Pattern now 0
H2U 01:58:23>help
Available commands:
pattern (p) - select next pattern
-
**Issue by [whitequark](https://github.com/whitequark)**
_Wednesday Jul 24, 2019 at 20:28 GMT_
_Originally opened as https://github.com/m-labs/nmigen/issues/159_
----
I just discovered this bug in …