forked from github/verilator
Co-authored-by: Peter Debacker <pdback@imec.be>
This commit is contained in:
parent
b4dd398af6
commit
191c71edea
@ -105,6 +105,7 @@ Nathan Myers
|
||||
Patrick Stewart
|
||||
Paul Wright
|
||||
Pawel Sagan
|
||||
Peter Debacker
|
||||
Peter Horvath
|
||||
Peter Monsson
|
||||
Philipp Wagner
|
||||
|
@ -78,6 +78,10 @@ if (NOT CMAKE_CXX_COMPILER_ID MATCHES MSVC)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if (${CMAKE_CXX_COMPILER_ID} STREQUAL "AppleClang")
|
||||
add_link_options(-Wl,-U,__Z15vl_time_stamp64v,-U,__Z13sc_time_stampv)
|
||||
endif()
|
||||
|
||||
define_property(TARGET
|
||||
PROPERTY VERILATOR_THREADED
|
||||
BRIEF_DOCS "Deprecated and has no effect (ignored)"
|
||||
|
Loading…
Reference in New Issue
Block a user