diff --git a/artiq/extensions.html b/artiq/extensions.html new file mode 100644 index 0000000..666f668 --- /dev/null +++ b/artiq/extensions.html @@ -0,0 +1,71 @@ + + + + + + + ARTIQ: Advanced Real Time Infrastructure for Quantum physics » M-Labs + + + + + + + + + + +
+
+

ARTIQ extensions

+ +

The following ARTIQ extensions are available for purchase:

+ +

+ + + + + + + + + + + + + + +
Part numberDescriptionPrice and lead time
450716-21JESD204 DAC demonstration and reference designCall for price / 3 months
450805-15Distributed RTIO demonstration and reference designCall for quote
450809-21Full waveform generator for high-speed DACsCall for quote
460630-21Digital servo gatewareCall for quote
460724-21OpenOCD Conda packagesCall for quote
480414-37Softcore floating point on kernel CPUCall for quote
480430-49Zynq supportCall for quote
480514-18RTIO gateware and driver development tutorialCall for quote
490829-15Floating point plotting support in GtkWaveCall for quote
510127-01Ion trap simulatorCall for quote
510128-08Device-assisted experiment schedulingCall for quote
510201-01JESD204 ADC demonstrationCall for quote
+

+
+
+ + + + + + diff --git a/artiq/index.html b/artiq/index.html index b333d2e..59966da 100644 --- a/artiq/index.html +++ b/artiq/index.html @@ -135,7 +135,7 @@ class Experiment(EnvExperiment):
  • Public mailing list
  • Slide-show
  • Manual -
  • Commercial support and jobs available - contact sb at m-labs.hk
  • +
  • Commercial support available - contact sb at m-labs.hk. Extensions.
  • Press release: Open-Source Software for Quantum Information
  • diff --git a/style.css b/style.css index 909c2cd..f093919 100644 --- a/style.css +++ b/style.css @@ -65,6 +65,14 @@ td { padding: 1em; } +table.td { + border: 1px solid #777; +} + +table.td td { + border: 1px solid #777; +} + div#header { background: #171814; height: 91px;