Forum Discussion

AEsqu's avatar
AEsqu
Icon for Contributor rankContributor
4 years ago

verilog define in the .qsf or .tcl for quartus?

Hello, I use this command in a Synplify project to define for a verilog check code translation: set_option -hdl_define -set {"WITH_TH"} This is then picked in verilog: `ifdef WITH_TH c...