change CSR types

This commit is contained in:
Peter McGoron 2022-07-27 09:32:49 -04:00
parent 01cbcb5fae
commit 1add778b51
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
import json
reg_names = {
"adc" : ("conv", "sck", "sdo"),
"dac" : ("miso", "ctrl")
"adc" : ("from_slave", "finished", "arm", "conv"),
"dac" : ("from_slave", "to_slave", "finished", "arm", "ss")
}
max_num = 8
# TODO: make dependent on adc, dac