For now we're just displaying the raw data (subsampling bits for 16->8 bit) whenever the SPI is running:
.led1({SPI_running ? {led_a1_dat,led_a2_dat} : 16'b00000000 ,8'b00000000}),
.led2({SPI_running ? {led_b1_dat,led_b2_dat} : 16'b00000000 ,8'b00000000}),
.led3(24'b0),
.led4(24'b0),
.led5(24'b0),
.led6(24'b0),
.led7(24'b0),
.led8(24'b0)
We should add displays for TTL and Analog in/out, as well as changing the headstage inputs to enable only when the software has recognized the headstage.
For now we're just displaying the raw data (subsampling bits for 16->8 bit) whenever the SPI is running:
We should add displays for TTL and Analog in/out, as well as changing the headstage inputs to enable only when the software has recognized the headstage.