-
To be done when we'll figure out a reliable way to apply constraint on signals with Vivado ("dont_touch" signal attribute?)
-
```
((py35dev)) britton@boshi:~/github/m-labs$ conda list artiq
# packages in environment at /home/britton/miniconda3/envs/py35dev:
#
llvmlite-artiq 0.10.0.dev py35_24 m-lab…
ghost updated
8 years ago
-
I was trying to generate the bitstream for the release-1 branch (commit 07b41763c20ac7470d723d8e30e937adb0250ac9) and ran into the following error,
```
ERROR: [DRC 23-20] Rule violation (BIVC-1) Bank…
-
$ artiq_run repository/dac_setup.py
====== LLVM IR (BROKEN) DUMP ======
LLVM IR (broken) dumped as /tmp/tmp3hbuka_t.ll
Traceback (most recent call last):
File "/home/britton/anaconda3/envs/artiq-pha…
-
I'm trying to run this command,
`python3.5 -m artiq.gateware.targets.kc705 -H qc1 # or qc2`
but get the following error,
```
Traceback (most recent call last):
File "/home/rabi/anaconda3/lib/pyt…
-
I'm running the following script:
/psych/genetics_data/working/cseed/bin/hail read -i ${input_vds} \
annotatevariants tsv file:///medpop/esp2/mzekavat/Estonia/UPDATED_TOOLS/dbNSFPv3.2/dbNSFP3.2a.ALL…
-
Building gateware for artiq 1.3 with current misoc version returns "or1k-linux-ld: cannot find -lcompiler_rt" for target ksupport.elf.
Command leading to error: python3.5 -m artiq.gateware.targets.k…
-
``` python
from migen import *
class M(Module):
def __init__(self):
a = Signal(3, True)
def run():
for i in range(3):
yield
run_simulation(M(), run())
```
```
Traceback (mo…
-
The problem is caused by using set() objects and then looping over them.
One example is the following;
``` python
for cd_name in list_clock_domains(f):
try:
f.clock_domains[…
-
Get the gateware working which allows the lm32 firmware to access the SPI flash.
- [x] Numato Opsis
- [x] Digilent Atlys
- [x] Pipistrello
See https://github.com/timvideos/HDMI2USB-misoc-firmware/iss…