Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 3, 2019 08:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/eb28a8cd978e62476296f3a0eda35a3e to your computer and use it in GitHub Desktop.
Save ryantm/eb28a8cd978e62476296f3a0eda35a3e to your computer and use it in GitHub Desktop.
/nix/store/6i0md3yvwas894skwbx8p0jn987g9kgx-verilator-4.012
├── bin
│   ├── verilator
│   ├── verilator_bin
│   ├── verilator_bin_dbg
│   ├── verilator_coverage
│   ├── verilator_coverage_bin_dbg
│   ├── verilator_gantt
│   └── verilator_profcfunc
└── share
├── man
│   └── man1
│   ├── verilator.1.gz
│   ├── verilator_coverage.1.gz
│   ├── verilator_gantt.1.gz
│   └── verilator_profcfunc.1.gz
├── pkgconfig
│   └── verilator.pc
└── verilator
├── bin
│   └── verilator_includer
├── examples
│   ├── hello_world_c
│   │   ├── Makefile
│   │   ├── sim_main.cpp
│   │   └── top.v
│   ├── hello_world_sc
│   │   ├── Makefile
│   │   ├── sc_main.cpp
│   │   └── top.v
│   ├── tracing_c
│   │   ├── input.vc
│   │   ├── Makefile
│   │   ├── Makefile_obj
│   │   ├── sim_main.cpp
│   │   ├── sub.v
│   │   └── top.v
│   └── tracing_sc
│   ├── input.vc
│   ├── Makefile
│   ├── Makefile_obj
│   ├── sc_main.cpp
│   ├── sub.v
│   └── top.v
└── include
├── gtkwave
│   ├── fastlz.c
│   ├── fastlz.h
│   ├── fstapi.c
│   ├── fstapi.h
│   ├── fst_config.h
│   ├── lz4.c
│   ├── lz4.h
│   └── wavealloca.h
├── verilated_config.h
├── verilated_config.h.in
├── verilated_cov.cpp
├── verilated_cov.h
├── verilated_cov_key.h
├── verilated.cpp
├── verilated_dpi.cpp
├── verilated_dpi.h
├── verilated_fst_c.cpp
├── verilated_fst_c.h
├── verilated.h
├── verilated_heavy.h
├── verilated_imp.h
├── verilated.mk
├── verilatedos.h
├── verilated_save.cpp
├── verilated_save.h
├── verilated_sc.h
├── verilated_sym_props.h
├── verilated_syms.h
├── verilated_threads.cpp
├── verilated_threads.h
├── verilated_unordered_set_map.h
├── verilated.v
├── verilated_vcd_c.cpp
├── verilated_vcd_c.h
├── verilated_vcd_sc.cpp
├── verilated_vcd_sc.h
├── verilated_vpi.cpp
├── verilated_vpi.h
└── vltstd
├── svdpi.h
└── vpi_user.h
15 directories, 71 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment