Commit Graph

  • bbc98b4404 core: remove reset on scope clk Florent Kermarrec 2019-11-22 19:34:07 +0100
  • 1448b55819 examples: keep up to date with LiteX Florent Kermarrec 2019-11-08 12:39:34 +0100
  • 7a9fa9d3b1 core: use new CSRStatus.we signal to speed-up Storage upload (>10x speedup over ethernet) Florent Kermarrec 2019-09-24 18:03:06 +0200
  • 284253d558 core: add csr_csv parameter and export csv_csv on do_exit Florent Kermarrec 2019-09-10 12:38:34 +0200
  • 69a8df013d
    Merge pull request #14 from DurandA/master enjoy-digital 2019-08-20 14:40:01 +0200
  • 06cac3a142 Use cpu instead of cpu_or_bridge in examples Arnaud Durand 2019-08-20 13:55:00 +0200
  • 9e3b9d84ce add CONTRIBUTORS file and add copyright header to all files. Florent Kermarrec 2019-06-24 10:04:55 +0200
  • 66956cb88f
    Merge pull request #13 from keesj/arty_fast_scope enjoy-digital 2019-06-24 09:32:10 +0200
  • 144bd06401 Add an example of sampling at 800Mhz using a serdes on arty. kees.jongenburger 2019-06-14 17:00:34 +0200
  • 7f4dc390d9 Add functionality to flatten values that are sampled using a serdes. kees.jongenburger 2019-06-14 16:57:33 +0200
  • 2474ce9db2 software/dump/common: change variable name for values2x loop (thanks keesj) Florent Kermarrec 2019-05-28 12:42:22 +0200
  • 7f20aa477f examples/make/build-core: create build directory if not existing Florent Kermarrec 2019-04-24 11:46:15 +0200
  • c1d8bdf6f2 core: fix Trigger flush when disabled Florent Kermarrec 2018-12-28 10:38:23 +0100
  • 1634fa35bb test: use new RemoteClient import Florent Kermarrec 2018-09-23 10:36:19 +0200
  • cb27987b8c examples/make: look for platform in migen if not present in litex Florent Kermarrec 2018-09-21 07:52:29 +0200
  • 686db4f3cd
    Merge pull request #12 from xobs/default-length enjoy-digital 2018-09-13 14:38:56 +0200
  • 4f8b9a3567 analyzer-driver: use default depth from config Sean Cross 2018-09-13 13:46:23 +0800
  • 7c1c62e34a README: update and rename example_designs to examples Florent Kermarrec 2018-08-31 08:34:09 +0200
  • 3567b68981 dump/vcd: fix code generation Florent Kermarrec 2018-08-30 14:39:09 +0200
  • 182b683586 core: change cd parameter to clock_domain (keep retro compatibility for now) Florent Kermarrec 2018-08-28 11:58:44 +0200
  • f26e36ef23
    Merge pull request #11 from xobs/add-trigger-depth enjoy-digital 2018-08-02 10:49:50 +0200
  • 71ffaa7484 add trigger depth option bunnie 2018-06-07 17:00:40 +0800
  • bfd06f819e core: add FSM support (and example) Florent Kermarrec 2018-07-20 09:36:42 +0200
  • 2ca58e488f setup.py: fix exclude, add example_designs to exclude Florent Kermarrec 2018-07-19 11:29:52 +0200
  • cd63a43393 setup.py: exclude sim, test, doc directories Florent Kermarrec 2018-07-18 09:43:23 +0200
  • f03345d9f0 software/driver/analyzer: add get_instant_value to get instant value of one signal Florent Kermarrec 2018-06-08 09:04:21 +0200
  • af5bfd131f software/driver/analyzer: add assertions Florent Kermarrec 2018-06-04 10:10:03 +0200
  • 3efaefaae2 example_designs: typo Florent Kermarrec 2018-06-04 08:04:10 +0200
  • d919f90cf6 core: use bits_for(n) instead of max=n on Mux (fix case with only one group of signals) Florent Kermarrec 2018-05-31 09:32:22 +0200
  • 6289e81b81 example_designs: demonstrate new features Florent Kermarrec 2018-05-28 23:43:44 +0200
  • e92f0b7ea2 example_designs/test: cleanup and simplify Florent Kermarrec 2018-05-28 23:12:47 +0200
  • 2233bc290e core: another cleanup/simplify pass Florent Kermarrec 2018-05-28 23:12:15 +0200
  • a269e67a10 software: add rising/falling edge support Florent Kermarrec 2018-05-28 19:42:46 +0200
  • 65b7f08cbc core: add full flag for trigger memory Florent Kermarrec 2018-05-28 19:41:44 +0200
  • c0bab06765 core: add sequential-triggering and simplify control Florent Kermarrec 2018-05-28 19:16:53 +0200
  • 26a8b8989b example_designs: update Florent Kermarrec 2018-05-28 18:05:31 +0200
  • 8d4c1ddcf9 core: simplify and run storage in "scope" clock domain to get rid of cd_ratio. Florent Kermarrec 2018-05-28 18:05:05 +0200
  • 6864a252e2
    Merge 52375df88e into 9d5e605df3 bunnie 2018-05-28 08:07:24 +0000
  • 52375df88e add two-trigger sequencing bunnie 2018-05-28 16:03:21 +0800
  • 21ac052dfb hitcount is working, untested multi-trigger also committed bunnie 2018-05-28 04:17:59 +0800
  • 8f7ac58a9c add initial support for hit count bunnie 2018-05-28 03:27:27 +0800
  • d9c61a5941 prep for PR bunnie 2018-05-28 02:30:04 +0800
  • d5be28bc8b clean up some documentation, stylistic issues bunnie 2018-05-28 02:04:57 +0800
  • f64d57f064 edge triggers seem to work bunnie 2018-05-28 01:56:56 +0800
  • c065fde540 first swag at adding edge trigger support bunnie 2018-05-27 22:20:07 +0800
  • 9d5e605df3 replace litex.gen imports with migen imports Florent Kermarrec 2018-02-23 13:43:47 +0100
  • 302a484697 bump to 0.2.dev Florent Kermarrec 2018-02-23 13:43:28 +0100
  • 62c4bdd102 uniformize litex cores Florent Kermarrec 2018-02-22 10:18:17 +0100
  • 985585f0b9 __init__: add LiteScopeIODriver and LiteScopeAnalyzerDriver imports Florent Kermarrec 2018-02-19 14:48:24 +0100
  • aa44da35c6 example_designs/make.py: fix typos Florent Kermarrec 2018-01-20 15:16:38 +0100
  • 72e71e7200 core: simplify Florent Kermarrec 2018-01-20 12:41:12 +0100
  • 7803591050
    Merge pull request #9 from felixheld/indentation-fixes Tim Ansell 2018-01-13 13:33:11 +1100
  • febb358d33 Fix all remaining indentation issues in python code Felix Held 2018-01-13 13:24:29 +1100
  • 7757727f5b implement memory flush in hardware instead of software Florent Kermarrec 2017-11-17 15:11:03 +0100
  • c6c0812e62 doc: add simple architecture diagram Florent Kermarrec 2017-11-13 20:39:14 +0100
  • d5887a3eb0 example_designs: keep up to date with litex Florent Kermarrec 2017-09-25 12:54:25 +0200
  • d4d63d7474 software/driver/analyzer: fix groups build Florent Kermarrec 2017-07-24 22:57:19 +0200
  • 8d87992b95 litescope/software/dump/sigrok: remove 8 bits limitation and some cleanup Florent Kermarrec 2017-06-23 11:40:44 +0200
  • d8649fca5f software/dump/sigrok: add limitation to 8 bits, will be fixed later Florent Kermarrec 2017-06-23 10:50:08 +0200
  • 2048acf80e software/dump/sigrok: fix write_data, now working :) Florent Kermarrec 2017-06-23 08:57:10 +0200
  • 3d35e72a48 software/driver/analyzer: fix wait_done Florent Kermarrec 2017-06-22 19:24:08 +0200
  • dff7ac8d4e software/dump/sigrok: rename capture file to dump Florent Kermarrec 2017-06-22 19:20:34 +0200
  • b57a5f9369 example_design: demonstrate how to use groups, create separate capture for vcd (bus support) and sigrok (no bus support) Florent Kermarrec 2017-06-22 19:12:33 +0200
  • 92710208de software/driver/analyzer: add wait_done method Florent Kermarrec 2017-06-22 19:10:43 +0200
  • 0c4d0f4505 software/dump/sigrok: fix samplerate generation (2x since we are doubling data to show capture clk) Florent Kermarrec 2017-06-22 18:45:15 +0200
  • f8ea15363c software/dump/common: rename clk to capture_clk in dumps Florent Kermarrec 2017-06-22 18:41:08 +0200
  • 49c524d866 software/driver: remove samplerate handling and simply pass it when writing dump if wanted Florent Kermarrec 2017-06-22 18:37:54 +0200
  • 9e669dce7f software/driver/analyzer: add upload progress bar and improve presentation Florent Kermarrec 2017-06-22 18:14:05 +0200
  • 1f33e44ad5 software/driver/io: cleanup Florent Kermarrec 2017-06-22 18:13:07 +0200
  • 01eabb2d0d example_design: update with litex and fix Florent Kermarrec 2017-06-22 17:56:06 +0200
  • e2cb7bd829 README: consistency between projects Florent Kermarrec 2017-06-22 17:00:16 +0200
  • cf7ea12ec8 litescope: add support for groups of signals and dynamic muxing between them Florent Kermarrec 2017-06-09 12:06:53 +0200
  • 2f625c58b2 update litex uart Florent Kermarrec 2017-04-19 10:46:17 +0200
  • f2d63aa1f3 test/test_analyzer: add TODO Florent Kermarrec 2017-01-19 05:30:40 +0100
  • a80d890fb9 test/test_dump: cleanup Florent Kermarrec 2017-01-19 05:30:25 +0100
  • 687d09f331 README: update Florent Kermarrec 2017-01-19 04:58:40 +0100
  • 795d70011b test: use csr write/read functions and switch to python unittest Florent Kermarrec 2017-01-19 04:58:04 +0100
  • 238e5ffcc2 setup.py: +x and add testsuite Florent Kermarrec 2017-01-19 04:43:40 +0100
  • e3e7ae0a79 Merge pull request #1 from mithro/records enjoy-digital 2016-12-14 17:38:38 +0100
  • 5ecb07ead3 Merge pull request #2 from mithro/gitignore enjoy-digital 2016-12-14 17:38:12 +0100
  • 8b706ce05d Merge remote-tracking branch 'python-ignore/master' into gitignore Tim 'mithro' Ansell 2016-12-14 17:15:29 +0100
  • 13dad5a522 GitHub's default .gitignore for Python. Tim Ansell 2016-12-15 02:59:13 +1100
  • 9f829fe608 Support Record objects. Tim 'mithro' Ansell 2016-12-14 16:57:32 +0100
  • edbcf65f6f software: some clean up and generate clk in dump Florent Kermarrec 2016-06-13 17:07:56 +0200
  • b989ad6ce2 setup.py: fix version (0.1) Florent Kermarrec 2016-04-29 14:41:47 +0200
  • 2877ead735 core: remove rounding to next ceil_pow2 (not useful) Florent Kermarrec 2016-04-25 19:16:14 +0200
  • 9eb97d7879 core/FrontendTrigger: remove (and wrong) dw computation Florent Kermarrec 2016-04-25 15:51:48 +0200
  • b74bcb2fbf use new Record.connect omit parameter (replace leave_out) Florent Kermarrec 2016-04-21 08:06:24 +0200
  • f8e3e63ef3 fix cd_ratio support Florent Kermarrec 2016-04-03 22:54:38 +0200
  • 0c41c6a204 core: minor fixes Florent Kermarrec 2016-04-03 18:26:50 +0200
  • 0f7f384ac9 test: +x on scripts Florent Kermarrec 2016-04-03 17:30:58 +0200
  • 2539dce96f test/analyzer_tb: retrieve and print data Florent Kermarrec 2016-04-01 09:07:20 +0200
  • b1b9e61ecf gateware: complete refactoring (only keep essential features, now less than 200 LOCs :) Florent Kermarrec 2016-03-31 11:37:00 +0200
  • e211d17ca6 README: we are in 2016 Florent Kermarrec 2016-03-31 00:07:27 +0200
  • 4f03da20ab frontend/logic_analyzer: add Converter for the cases where clk_domain frequency > system frequency Florent Kermarrec 2016-03-30 20:22:42 +0200
  • 97a0785e28 common: remove direction in layout Florent Kermarrec 2016-03-30 20:21:21 +0200
  • 58a09bbdd6 test: remove __init__.py and use setup.py develop Florent Kermarrec 2016-03-22 10:16:29 +0100
  • 8f88088f63 global: use valid/ready/last signals instead of stb/ack/eop (similar to AXI) Florent Kermarrec 2016-03-16 20:10:09 +0100
  • 7af786e47e example_designs: use new Vivado special overrides Florent Kermarrec 2016-03-16 19:48:38 +0100
  • 6d975fe388 global: replace Sink/Source with stream.Endpoint Florent Kermarrec 2016-03-15 21:01:20 +0100