Skip to content

Commit

Permalink
Fix sv2v replacing all Verilog files with generated ones, instead it …
Browse files Browse the repository at this point in the history
…should append
  • Loading branch information
Risto97 committed Oct 28, 2024
1 parent 7c86ff0 commit c5371a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/synth/sv2v.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function(sv2v IP_LIB)
ip_sources(${ip} SYSTEMVERILOG REPLACE "")
endforeach()

ip_sources(${IP_LIB} VERILOG REPLACE ${V_GEN})
ip_sources(${IP_LIB} VERILOG ${V_GEN})
add_dependencies(${IP_LIB} ${IP_LIB}_${CMAKE_CURRENT_FUNCTION})
endif()

Expand Down

0 comments on commit c5371a6

Please sign in to comment.