enjoy-digital / litescope

Small footprint and configurable embedded FPGA logic analyzer
Other
160 stars 38 forks source link

What replaces "LiteScopeLogicAnalyzerDriver" class? #5

Closed mithro closed 6 years ago

mithro commented 6 years ago

There use to be a class called LiteScopeLogicAnalyzerDriver... What replaces it? Just LiteScopeAnalyzerDriver?

$  grep -R LiteScopeLogicAnalyzerDriver
test/edid_debug/test_la.py:from litescope.software.driver.logic_analyzer import LiteScopeLogicAnalyzerDriver
test/edid_debug/test_la.py:    logic_analyzer = LiteScopeLogicAnalyzerDriver(wb.regs, "logic_analyzer", debug=True)
third_party/litesata/example_designs/test/test_analyzer.py:analyzer = LiteScopeLogicAnalyzerDriver(wb.regs, "analyzer", debug=True)
third_party/liteeth/example_designs/test/test_logic_analyzer.py:analyzer = LiteScopeLogicAnalyzerDriver(wb.regs, "logic_analyzer", debug=True)
enjoy-digital commented 6 years ago

yes: https://github.com/enjoy-digital/litescope/blob/master/litescope/software/driver/analyzer.py#L11

mithro commented 6 years ago

We should probably fix those classes above?

enjoy-digital commented 6 years ago

ah yes, will do, thanks.

enjoy-digital commented 6 years ago

All should be replaced now.