You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error reported when instantiating LiteScopeAnalyzerDriver(wb.regs, "build_dir/analyzer", debug=True) :
File "litex/litescope/litescope/software/driver/analyzer.py", line 33, in __init__
self.trigger_enable.write(0)
AttributeError: 'LiteScopeAnalyzerDriver' object has no attribute 'trigger_enable'
Solved by adding config_csv=build_dir/csr.csv to the options.
Line of code where the check probably should be done:
Error reported when instantiating
LiteScopeAnalyzerDriver(wb.regs, "build_dir/analyzer", debug=True)
:Solved by adding
config_csv=build_dir/csr.csv
to the options.Line of code where the check probably should be done:
litescope/litescope/software/driver/analyzer.py
Line 37 in daf10e9
The text was updated successfully, but these errors were encountered: