Skip to content

Commit

Permalink
Fix xcelium compile definitions resolves #80
Browse files Browse the repository at this point in the history
  • Loading branch information
Risto97 committed Oct 4, 2024
1 parent d18ec12 commit 3e1d111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/sim/cadence/xcelium.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function(xcelium IP_LIB)

get_ip_compile_definitions(COMP_DEFS ${IP_LIB} SYSTEMVERILOG VERILOG VHDL)
foreach(def ${COMP_DEFS})
list(APPEND CMP_DEFS_ARG -D${def})
list(APPEND CMP_DEFS_ARG -define ${def})
endforeach()

add_custom_target( run_${IP_LIB}_${CMAKE_CURRENT_FUNCTION}
Expand Down

0 comments on commit 3e1d111

Please sign in to comment.