J
Jason Zheng
Guest
I'm just throwing this question out for a good discussion:
What's the best/preferred way to share constants/symbols across Verilog
modules? I'm current managing meaningful constants using c-style header
files and `define macros. But I can see that as the number of symbols
scale up, c-style header files can become hard to manage.
~jz
What's the best/preferred way to share constants/symbols across Verilog
modules? I'm current managing meaningful constants using c-style header
files and `define macros. But I can see that as the number of symbols
scale up, c-style header files can become hard to manage.
~jz