Skip to content

Instantly share code, notes, and snippets.

@olofk
Last active January 15, 2019 22:30
Show Gist options
  • Select an option

  • Save olofk/d6af2117f7bce1b3fa615cf75fca917d to your computer and use it in GitHub Desktop.

Select an option

Save olofk/d6af2117f7bce1b3fa615cf75fca917d to your computer and use it in GitHub Desktop.
filesets:
f1 :
files : [file1.v : {file_type : verilogSource}]
targets:
my_target:
filesets : [f1]
generate: [preprocess]
generate:
preprocess:
generator: preprocess_gen
parameters:
process_me : [file2.v.pyv]
CAPI=2:
name : ::preprocessor:0
generators:
preprocess_gen:
interpreter: python
command: preproc.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment