Robert Jördens
f62d60093e
README_PHASER: update
2016-10-06 09:58:05 +02:00
Robert Jördens
d13f67cf63
phaser: fix README
2016-10-05 19:26:33 +02:00
Robert Jördens
c54b6e2f3c
phaser: add README
2016-10-05 19:24:34 +02:00
Robert Jördens
4a0eaf0f95
phaser: add jesd204b rtio dds
...
gateware: add jesd204b awg
gateware: copy phaser (df3825a)
dsp/tools: update satadd mixin
phaser: no DDS stubs
dsp: accu fix
phaser: cleanup/reduce
sawg: kernel support and docs
sawg: coredevice api fixes
sawg: example ddb/experiment
phaser: add conda package
examples/phaser: typo
sawg: adapt tests, fix accu stb
sawg: tweak dds parameters
sawg: move/adapt/extend tests
sawg: test phy, refactor
phaser: non-rtio spi
phaser: target cli update
phaser: ad9154-fmc-ebz pins
phaser: reorganize fmc signal naming
phaser: add test mode stubs
phaser: txen is LVTTL
phaser: clk spi xfer test
phaser: spi for ad9154 and ad9516
phaser: spi tweaks
ad9154: add register map from ad9144.xml
ad9516: add register map from ad9517.xml and manual adaptation
ad9154_reg: just generate getter/setter macros as well
ad9154: reg WIP
ad9154: check and fix registers
kc705: single ended rtio_external_clk
use single ended user_sma_clk_n instead of p/n to free up one clock sma
kc705: mirror clk200 at user_sma_clock_p
ad9516_regs.h: fix B_COUNTER_MSB
phase: wire up clocking differently
needs patched misoc
kc705: feed rtio_external_clock directly
kc705: remove rtio_external_clk for phaser
phaser: spi tweaks
ad9516: some startup
ad9516_reg fixes
phaser: setup ad9516 for supposed 500 MHz operation
ad9516: use full duplex spi
ad9154_reg: add CONFIG_REG_2
ad9154_reg: fixes
phaser: write some ad9154 config
ad9154_reg: fixes
ad9154: more init, and human readable setup
ad9154/ad9516: merge spi support
ad9154: status readout
Revert "kc705: remove rtio_external_clk for phaser"
This reverts commit d500288bb44f2bf2eeb0c2f237aa207b0a8b1366.
Revert "kc705: feed rtio_external_clock directly"
This reverts commit 8dc7825519e3e75b7d3d29c9abf10fc6e3a8b4c5.
Revert "phase: wire up clocking differently"
This reverts commit ad9cc450ffa35abb54b0842d56f6cf6c53c6fbcc.
Revert "kc705: mirror clk200 at user_sma_clock_p"
This reverts commit 7f0dffdcdd28e648af84725682f82ec6e5642eba.
Revert "kc705: single ended rtio_external_clk"
This reverts commit a9426d983fbf5c1cb768da8f1da26d9b7335e9cf.
ad9516: 2000 MHz clock
phaser: test clock dist
phaser: test freqs
ad9154: iostandards
phaser: drop clock monitor
phaser: no separate i2c
phaser: drive rtio from refclk, wire up sysref
phaser: ttl channel for sync
ad9154: 4x interp, status, tweaks
phaser: sync/sysref 33V banks
phaser: sync/sysref LVDS_25 inputs are VCCO tolerant
phaser: user input-only ttls
phaser: rtio fully from refclk
ad9154: reg name usage fix
ad9154: check register modifications
Revert "ad9154: check register modifications"
This reverts commit 45121d90edf89f7bd8703503f9f317ad050f9564.
ad9154: fix status code
ad9154: addrinc, recal serdes pll
phaser: coredevice, example tweaks
sawg: missing import
sawg: type fixes
ad9514: move setup functions
ad9154: msb first also decreasing addr
phaser: use sys4x for rtio internal ref
phaser: move init code to main
phaser: naming cleanup
phaser: cleanup pins
phaser: move spi to kernel cpu
phaser: kernel support for ad9154 spi
ad9154: add r/w methods
ad9154: need return annotations
ad9154: r/w methods are kernels
ad9154_reg: portable helpers
phaser: cleanup startup kernel
ad9154: status test
ad9154: prbs test
ad9154: move setup, document
phaser: more documentation
2016-10-05 16:17:50 +02:00
Robert Jördens
2bc5dc4ecb
i2c: cleanup includes
2016-10-05 16:17:50 +02:00
Robert Jördens
a91ed8394c
rtio: add input-only channel
2016-10-05 16:17:50 +02:00
Robert Jördens
279f0d568d
rtio: support differential ttl
2016-10-05 16:17:50 +02:00
Robert Jördens
fdadf550fb
RELEASE_NOTES: 2.0
2016-09-24 18:53:36 +02:00
Sebastien Bourdeauducq
2701b914e2
conda: update migen version requirements
2016-09-24 21:02:19 +08:00
Sebastien Bourdeauducq
8280e72e90
gateware: use new misoc CSR mapping API
2016-09-24 20:48:37 +08:00
whitequark
956f64906d
Rust: fix incorrect use of lwip API.
2016-09-23 05:20:15 +00:00
whitequark
ce05eee80c
Rust: style fix.
2016-09-23 05:20:04 +00:00
Sebastien Bourdeauducq
fac0c68cd1
novatech409b: fix get_status
2016-09-23 11:03:50 +08:00
Sebastien Bourdeauducq
2d6171e8c4
dashboard: make state restore failure on experiment opening non-fatal
2016-09-21 19:23:06 +08:00
Robert Jördens
2bb90a4449
pipistrello: shrink a few more fifos
2016-09-21 02:29:05 +02:00
whitequark
9a24a81f14
Rust: update network stack to provide blocking impls.
2016-09-20 14:03:31 +00:00
whitequark
dec394bc13
Rust: port std::error into libstd_artiq.
...
See https://github.com/jethrogb/rust-core_io/issues/3 .
2016-09-20 14:02:53 +00:00
whitequark
1c7e1dd645
Rust: import core_io crate into libstd_artiq.
...
Unfortunately the crate does not work out of the box with custom
Rust builds, and forking it makes little sense over just embedding
it here. See https://github.com/jethrogb/rust-core_io/issues/2 .
2016-09-20 08:28:00 +00:00
Robert Jördens
52f935dcfb
README: GPLv3+
2016-09-15 09:51:33 -04:00
Robert Jördens
e4d1d0a309
RELEASE_NOTES: 2.0rc2
2016-09-14 21:54:32 -04:00
whitequark
ed60ba8c4c
compiler: skip kernel_invariant linting for exception types.
2016-09-14 23:34:57 +00:00
whitequark
feeb089505
compiler: warn about unused kernel_invariant entries.
...
Fixes #543 .
2016-09-14 23:28:55 +00:00
whitequark
494cfca41c
coreanalyzer: fix rtio_log message extraction.
...
Fixes #550 .
2016-09-14 10:18:00 +00:00
Sebastien Bourdeauducq
c7c8ad126f
pc_rpc: raise AttributeError immediately for nonexistent RPC methods. Closes #534
2016-09-14 11:22:07 +08:00
Sebastien Bourdeauducq
f010a74479
dashboard: remember experiment editor scroll positions
2016-09-14 10:53:24 +08:00
Sebastien Bourdeauducq
55363e2ff9
dashboard: save/restore MDI window states when they are closed. Closes #559
2016-09-14 10:53:24 +08:00
Sebastien Bourdeauducq
89417a47b2
gui: use bare QSpinBox for integer NumberEntries. Closes #558
2016-09-14 10:53:24 +08:00
whitequark
b100770e05
runtime: expose strlen (implicitly required for comparing strings).
...
Fixes #557 .
2016-09-10 00:13:44 +00:00
Sebastien Bourdeauducq
82fbd3e9c9
doc: CCBs, applet setup from experiment
2016-09-09 23:25:29 +08:00
Sebastien Bourdeauducq
387688354c
master: optimize repository scan, closes #546
2016-09-09 19:19:01 +08:00
Sebastien Bourdeauducq
4ef5eb2644
doc: move VADJ, closes #554
2016-09-09 18:40:58 +08:00
whitequark
25ec99930c
Also serialize numpy.int{32,64} like int in RPC return values.
...
Fixes #555 .
2016-09-09 08:52:18 +00:00
Sebastien Bourdeauducq
811f123a17
applets: add disable_applet_group
2016-09-09 13:12:10 +08:00
Sebastien Bourdeauducq
769b1e2393
applets: fix ccb group creation
2016-09-09 13:08:30 +08:00
Sebastien Bourdeauducq
4bdbc5b259
applets: use a different workaround to disable editing
...
True to itself, Qt did not miss the opportunity to trash widgets inside
QTreeWidgetItems when they are moved by drag-and-drop. Problem known for
more than 6 years and still not fixed as of Qt 5.7.
2016-09-09 12:55:01 +08:00
Sebastien Bourdeauducq
6144839beb
applets: support group-level CCB policies
2016-09-09 11:38:55 +08:00
Sebastien Bourdeauducq
615807afb4
applets: fix indices
2016-09-09 11:16:43 +08:00
Sebastien Bourdeauducq
ebb0ba17f5
applets: separate create/create+enable CCB policies
2016-09-09 10:02:32 +08:00
Sebastien Bourdeauducq
ff20ed2710
applets: two column table, remove spurious Qt text editors
2016-09-09 09:07:31 +08:00
Sebastien Bourdeauducq
6aaf6c8789
language/environment: only call prepare automatically if it exists
2016-09-09 09:06:59 +08:00
Sebastien Bourdeauducq
7efd990541
language: set NoScan default repetitions to 1
2016-09-08 11:03:55 +08:00
raghu
9b937e08f4
added repetitions for no scan, repetitions set to one when disable other scans selected. Closes #532
2016-09-08 11:03:00 +08:00
Sebastien Bourdeauducq
73bbe2ae66
RELEASE_NOTES: clarify
2016-09-07 20:21:10 +08:00
Sebastien Bourdeauducq
5fbcdacec7
environment: call prepare for children by default, closes #545
2016-09-07 20:20:20 +08:00
Sebastien Bourdeauducq
1cb8f642b4
test: level-based TTL APIs ( #218 )
2016-09-07 17:37:49 +08:00
Sebastien Bourdeauducq
2b282456dc
coredevice/ttl: fix imports
2016-09-07 17:37:14 +08:00
Sebastien Bourdeauducq
486fe97649
ttl: add level-based APIs ( #218 )
2016-09-07 16:55:21 +08:00
Sebastien Bourdeauducq
a7dd356d30
rtio/phy/ttl: support 'set sensitivity and sample' command ( #218 )
2016-09-07 15:42:09 +08:00
whitequark
269cedd782
Rust: integrate lwip with the I/O scheduler.
2016-09-06 22:53:02 +00:00
Sebastien Bourdeauducq
b7b6e7b9db
examples: code applet
2016-09-07 00:56:39 +08:00