I have an application that uses Verilog and C (SystemC to be precise). I wanted to see if there was a way to have a common header file that can be used across the entire application ?
Such that:
#define FOO 4
doesnt have to be repeated in another verilog file
`define FOO 4