enjoy-digital / litescope

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

analyzer-driver: use default depth from config #12

Closed xobs closed 5 years ago

xobs commented 5 years ago

The configuration already knows what the default depth is, so just use the default depth from there.

Also set the default offset to 0, since that is frequently a good default.

Signed-off-by: Sean Cross sean@xobs.io

enjoy-digital commented 5 years ago

Thanks!