Forum Discussion

s002wjh's avatar
s002wjh
Icon for New Contributor rankNew Contributor
4 years ago
Solved

assign verilog generic in tcl

so if i want assign value to a generic. it seem i can do 2 ways, just curious whats the difference?

set_global_assignment -name VERILOG_MACRO "test=5"

or

set_parameter -name test 5

2 Replies