-
ARTIQ is licensed and distributed under GPLv3+. It is used under that license in the labs. Now, an experiment (importing artiq, inheriting from EnvExperiment), additional data processing code that use…
-
Because ISE is retarded, if you have anything other than period constraints on a TNM_NET (such as a TIG), then it is unable to trace the constraints through any of the clock elements like PLLs and DCM…
-
Hi,
When I was building the bitstream, there is an issue:
```
(artiq-2016-02-25)lanlangugugu@Aiden:~/artiq-dev$ export PATH=/usr/local/llvm-or1k/bin:$PATH
(artiq-2016-02-25)lanlangugugu@Aiden:~/arti…
-
Released/stable packages (e.g. dependencies) should go to the `main` label. Those on autobuilder (migen, misoc, artiq, pythonparser, m-labs/pyqtgraph) should go to the `dev` label unless they are a re…
-
Running this experiment:
```
from artiq.experiment import *
class DatasetDemo(EnvExperiment):
"""Dataset demo"""
def build(self):
self.setattr_device("core")
@kernel
def ru…
-
Porting the misoc / migen ( http://m-labs.hk/gateware.html ) tools to the Digilent Atlys (and then our board) to utilize their memory testing infrastructure and provide second working firmware.
-
e.g.
https://travis-ci.org/m-labs/migen/builds/73124713#L1218
-
I'm curious if I am using the library wrong. I have installed it with python 3.4.3 and python 3.3 and still the same error persists in my project.
ImportError: No module named 'mibuild'
Please can …
-
There have been a few discussions of organizing the misoc tree. There seem to be two groups of challenges:
## misoc python package namespace
Misoc could probably become a real python package. Then us…
-