- Edited
Hi!
I am looking to compile my own binaries for ARTIQ-7 so I can modify ARTIQ code. I first tried python -m artiq.gateware.targets.kasli
, but a NotImplementedError
(asked about that here) keeps me from successfully building.
It would make more sense to build for my own variant specifically anyway (artiq.gateware.targets.kasli_generic file.json
), but what I do not have is the .json
description of my variant. What I do have is a device_db_<myvariant>.py
description. Now - is this the same thing? Can I just write a script to read that file and dump it as a .json
? Or do I have to write it myself?
Any help much appreciated!
Thanks!