-
I/O names can change when little modifications are done to the code.
We should to to use name_override on I/Os to get consistent interfaces (useful when doing top level simulation with an external si…
-
Migen/MiSoC is evolving. That's probably not the right time to switch.
So we now have to use use legacy branches of Migen/MiSoC instead of master.
-
Flashing pipistrello on Ubuntu 14.04 following [Installing ARTIQ](https://m-labs.hk/artiq/manual/installing.html) instructions. First problem is openocd is neither part of conda deployment nor is user…
ghost updated
8 years ago
-
I installed artiq using conda on the virtual machine we had in a new environment, from the main channel. I activated the environment and tried running the gui but got this error message,
```
(artiq-2…
-
Currently OpenOCD must be built from source (even more hassle on Windows). Existing compiled binaries for OpenOCD are from older releases that do not include jtagspi, and users would have to manually…
-
Ubuntu Wily (15.10)
```
+ set -e
+ echo ' This script is: /home/shenki/tmp/HDMI2USB-misoc-firmware/scripts/get-env.sh'
This script is: /home/shenki/tmp/HDMI2USB-misoc-firmwar…
-
-
Same question for https://github.com/m-labs/migen/blob/master/setup.py#L18 as in https://github.com/m-labs/artiq/issues/131
-
My device_db contains DDS entries like,
```
"dds0": {
"type": "local",
"module": "artiq.coredevice.dds",
"class": "AD9914",
"arguments": {"bus_channel": 58, "chann…
-
Any attempt to define a clock domain manually in a Migen source file that uses a simulation will cause simulations to fail. Migen decorates the clk and rst signals with a trailing number, either in th…