mwojcik
0b27349ec4
dummy_spi -> pmod_spi
2021-10-14 16:37:13 +08:00
mwojcik
21eb1cab1a
zc706: added dummy spi in place of sdio
2021-10-14 15:43:51 +08:00
mwojcik
3096daaaee
zc706: removed nist_clock sdcard, put pmod instead
2021-10-14 15:01:38 +08:00
mwojcik
4fbfccf575
zc706: fix nist_qc2 extension, ams101 iostandard
2021-10-14 12:39:09 +08:00
mwojcik
5c40115945
make ZC706 RTIO channels consistent with KC705
...
Reviewed-on: M-Labs/artiq-zynq#147
Co-authored-by: mwojcik <mw@m-labs.hk>
Co-committed-by: mwojcik <mw@m-labs.hk>
2021-10-13 17:20:25 +08:00
Sebastien Bourdeauducq
a5e3580d18
Revert "runtime: expose rint from libm"
...
This reverts commit 3582af564d
.
2021-10-11 08:13:26 +08:00
Sebastien Bourdeauducq
3582af564d
runtime: expose rint from libm
2021-10-10 20:40:29 +08:00
mwojcik
742ce9fdde
fix sd and acpki satellite builds
2021-10-08 15:18:23 +02:00
mwojcik
c4de1c261a
default.nix: restored proper satellite variants
2021-10-08 15:13:56 +02:00
mwojcik
219c075931
added explicit runtime/satman targets for makefile
...
Reviewed-on: M-Labs/artiq-zynq#144
Co-authored-by: mwojcik <mw@m-labs.hk>
Co-committed-by: mwojcik <mw@m-labs.hk>
2021-10-08 21:06:23 +08:00
mwojcik
d04a7decfe
removed simple variants from zc706
2021-10-08 11:07:12 +02:00
mwojcik
0efa83e956
update build scripts for DRTIO
...
Reviewed-on: M-Labs/artiq-zynq#135
Co-authored-by: mwojcik <mw@m-labs.hk>
Co-committed-by: mwojcik <mw@m-labs.hk>
2021-10-08 16:25:13 +08:00
Sebastien Bourdeauducq
4fa824f42b
kasli-soc: remove irrelevant comment
2021-10-08 16:13:17 +08:00
mwojcik
ab0c205dd2
gateware: add DRTIO
...
Reviewed-on: M-Labs/artiq-zynq#140
Co-authored-by: mwojcik <mw@m-labs.hk>
Co-committed-by: mwojcik <mw@m-labs.hk>
2021-10-08 16:12:30 +08:00
mwojcik
8d2bb09149
add satman firmware ( #136 )
...
Reviewed-on: M-Labs/artiq-zynq#136
Co-authored-by: mwojcik <mw@m-labs.hk>
Co-committed-by: mwojcik <mw@m-labs.hk>
2021-10-08 16:04:50 +08:00
Sebastien Bourdeauducq
41295b0e01
update cargoSha256
2021-10-06 19:43:01 +08:00
mwojcik
aaec0abdf6
fix build/warnings before drtio is fully merged
2021-10-06 16:17:19 +08:00
mwojcik
e241957419
add libbuild_zynq
...
Reviewed-on: M-Labs/artiq-zynq#141
Co-authored-by: mwojcik <mw@m-labs.hk>
Co-committed-by: mwojcik <mw@m-labs.hk>
2021-10-06 16:16:49 +08:00
mwojcik
50262b3f0c
runtime: link_thread -> link_task
2021-10-06 07:59:55 +02:00
mwojcik
827c6c1306
runtime: switch to libio/libboard_artiq, add DRTIO mastering support
...
Reviewed-on: M-Labs/artiq-zynq#137
Co-authored-by: mwojcik <mw@m-labs.hk>
Co-committed-by: mwojcik <mw@m-labs.hk>
2021-10-06 13:05:45 +08:00
mwojcik
e6863263b4
add libboard_artiq (to be shared between runtime and satman)
...
Reviewed-on: M-Labs/artiq-zynq#139
Co-authored-by: mwojcik <mw@m-labs.hk>
Co-committed-by: mwojcik <mw@m-labs.hk>
2021-10-06 13:02:28 +08:00
mwojcik
d7f45d473e
add libio (to be shared between runtime and satman)
...
Reviewed-on: M-Labs/artiq-zynq#138
Co-authored-by: mwojcik <mw@m-labs.hk>
Co-committed-by: mwojcik <mw@m-labs.hk>
2021-10-06 13:01:52 +08:00
pca006132
35250b3f56
libdyld: fixed symbol relocation
...
Note that in libdyld/src/lib.rs #117-118, image pointer is already added
to the symbol offset, so we do not need to add the pointer again
2021-09-25 11:30:45 +08:00
Sebastien Bourdeauducq
2ed2ffe417
update dependencies
2021-08-09 15:16:54 +08:00
Sebastien Bourdeauducq
18e05c91e1
zc706: si5324 is not needed for standalone target
2021-08-04 09:14:19 +08:00
mwojcik
e3d3cb2311
si5324: bring on par with mainline ARTIQ ( #132 )
...
si5324 driver in runtime should be now equal in function to the one in artiq.
kasli-soc has no way of doing a hard reset on the peripheral, but zc706 does.
Reviewed-on: M-Labs/artiq-zynq#132
Co-authored-by: mwojcik <mw@m-labs.hk>
Co-committed-by: mwojcik <mw@m-labs.hk>
2021-08-04 09:12:38 +08:00
Sebastien Bourdeauducq
f543501012
si5324: remove debug print
2021-08-02 14:14:59 +08:00
Sebastien Bourdeauducq
111ac0c716
runtime: clock Si5324 from its crystal
2021-07-30 17:07:58 +08:00
Sebastien Bourdeauducq
8128dc0b56
Revert "kasli-soc: work around I2C breakage ( #130 )"
...
This reverts commit f1fd55dee5
.
2021-07-30 16:55:06 +08:00
Sebastien Bourdeauducq
cbcda286dc
Revert "README: stable ARTIQ channel"
...
This reverts commit 4f1689f254
.
2021-07-07 18:07:49 +08:00
Sebastien Bourdeauducq
dcb6129b0e
update dependencies
2021-07-05 13:56:40 +08:00
Sebastien Bourdeauducq
f5933092c9
nixpkgs 21.05
2021-06-29 15:07:26 +08:00
Sebastien Bourdeauducq
f25e261bdd
update dependencies
2021-06-25 17:12:47 +08:00
Sebastien Bourdeauducq
44c2c0fe4d
support Kasli-SoC in run scripts
2021-06-25 17:03:55 +08:00
Sebastien Bourdeauducq
4c2c23fcdd
shell.nix: install pyftdi (for POR GPIO)
2021-06-25 16:03:26 +08:00
Sebastien Bourdeauducq
480a80cab7
shell.nix: use kasli-soc SZL
2021-06-25 16:03:07 +08:00
Sebastien Bourdeauducq
2ba4d8935d
fix compilation with nixpkgs 21.05
...
The environment variable is optional to keep compatibility with other build environments.
Closes #131
2021-06-25 15:57:39 +08:00
Sebastien Bourdeauducq
8c8a5d53b9
update dependencies
2021-06-19 22:51:25 +08:00
Sebastien Bourdeauducq
852123b42a
kasli-soc: add RTIO LEDs
2021-05-30 20:40:53 +08:00
Sebastien Bourdeauducq
f1fd55dee5
kasli-soc: work around I2C breakage ( #130 )
2021-05-29 17:13:41 +08:00
Sebastien Bourdeauducq
21d98711c1
use new smoltcp error code
2021-05-29 17:13:22 +08:00
Sebastien Bourdeauducq
0ae2138034
kasli-soc: preliminary si5324 support
2021-05-29 16:15:27 +08:00
Sebastien Bourdeauducq
ce9d38827b
update cargoSha256
2021-05-29 14:57:54 +08:00
Sebastien Bourdeauducq
1b474d2dd4
update dependencies
2021-05-29 14:20:23 +08:00
Sebastien Bourdeauducq
4f1689f254
README: stable ARTIQ channel
2021-02-17 19:33:13 +08:00
Sebastien Bourdeauducq
506c741238
support absence of gateware RTIO clock selection mux
2021-02-15 21:41:30 +08:00
Sebastien Bourdeauducq
8815f76114
kasli_soc: fix has_grabber
2021-02-15 21:41:02 +08:00
Sebastien Bourdeauducq
ef18fa4c6d
kasli_soc: add RTIO log channel
2021-02-15 19:56:59 +08:00
Sebastien Bourdeauducq
faf9714e10
add demo build for Kasli-SoC
2021-02-15 19:52:13 +08:00
Sebastien Bourdeauducq
c90cb7adad
add Kasli-SoC demo JSON
2021-02-15 19:51:46 +08:00