Add assembly instructions for Shuttler #13
Loading…
Reference in New Issue
No description provided.
Delete Branch "linuswck/sinara-hw-assembly:shuttler_efc"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add assembly instructions for Shuttler
Do you mean pnp file?
Not pnp file. They are some instructions/guidances on building a crate, wiring up everything with shuttler.
@ -0,0 +1,76 @@
# Sinara 5716 DAC Shuttler
Needs to be added to summary https://git.m-labs.hk/linuswck/sinara-hw-assembly/src/branch/shuttler_efc/src/SUMMARY.md as well
@ -0,0 +1,76 @@
# Sinara 5716 DAC Shuttler
The Sinara 5716 DAC Shuttler consists of the [Shuttler](https://github.com/sinara-hw/Shuttler), [Remote AFE-Board](https://github.com/sinara-hw/Shuttler), and [EEM FMC Carrier](https://github.com/sinara-hw/EEM_FMC_Carrier) (EFC) Board. The EFC Board has an FPGA on board that requires special attention when flashing.
Blank line after header is advised
@ -0,0 +29,4 @@
| MMCX | 0 | 1 |
| PE CLK | 1 | 1 |
### VADJ Power
Not sure what is it, I guess there better be some explanation
@ -0,0 +73,4 @@
2. After calibration is completed, power cycle the boards.
3. Run the test
`artiq_sinara_test` is not developed yet. Please run Shuttler's core device example code on the Artiq repo for a basic test and look at the waveform output at OUT0 and OUT1 on the D-Sub connector.
TODO I guess
149c8c3a3a
to3d8a8a9a36
WIP: Add assembly instructions for Shuttlerto Add assembly instructions for Shuttler@ -0,0 +49,4 @@
## Building EFC Board Gateware and Firmware
The EFC Board gateware and firmware are on the Artiq repo.
Add URLs for artiq & artiq-zynq repo
@ -0,0 +66,4 @@
Initialize the Routing Table
```
artiq_route rt.bin init
```
Use a number list and inline the code block "1.Initialize the Routing Table
artiq_route rt.bin init
"@ -0,0 +110,4 @@
## Testing
It is required for the Remote AFE Card to be connected to the Shuttler for the whole system to be functional.
Inline as "1. Connect Remote AFE Card to the shuttler "
c09f9318a1
toa1fe673f79