Author Topic: SystemVerilog macro expansion and the tagger  (Read 3335 times)

warnerrs

  • Senior Community Member
  • Posts: 114
  • Hero Points: 4
SystemVerilog macro expansion and the tagger
« on: October 05, 2014, 01:11:17 AM »
Slick does not have a preprocessor configuration for SystemVerilog like it does for C++. There are a handful of macros in UVM which generate class member,s that I'd like the tagger to be able to parse.

Would it be possible to use a SlickC macro to do a substitution just before the tagger processes a file, and then undo that substitution right afterwards?