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 import json
reg_names = { reg_names = {
"adc" : ("conv", "sck", "sdo"), "adc" : ("from_slave", "finished", "arm", "conv"),
"dac" : ("miso", "ctrl") "dac" : ("from_slave", "to_slave", "finished", "arm", "ss")
} }
max_num = 8 max_num = 8
# TODO: make dependent on adc, dac # TODO: make dependent on adc, dac