Skip to content

Instantly share code, notes, and snippets.

@olofk
Created August 8, 2022 20:51
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 olofk/3cdb8cde52784fd2cd8a4ef62273af53 to your computer and use it in GitHub Desktop.
Save olofk/3cdb8cde52784fd2cd8a4ef62273af53 to your computer and use it in GitHub Desktop.
CAPI=2:
name : ::timer:0
filesets:
rtl:
files:
- hdl/timer_thing.sv : {file_type : systemVerilogSource}
tb:
files:
- inc/higgs_helper.hpp : {is_include_file : true}
- test_0.cpp : {is_include_file : true}
- tb.cpp
file_type : cppSource
targets:
sim:
default_tool : verilator
filesets : [rtl, tb]
toplevel : timer_thing
tools:
verilator:
verilator_options : [-trace]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment