Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Risto97 committed Sep 15, 2024
1 parent f330fce commit a507e98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/hwip.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ endfunction()
# :type VERSION: string
#]]
function(parse_ip_vlnv IP_VLNV VENDOR LIBRARY IP_NAME VERSION)
message("IP_VLNV: ${IP_VLNV}")
cmake_parse_arguments(ARG "" "" "" ${ARGN})
if(ARG_UNPARSED_ARGUMENTS)
message(FATAL_ERROR "${CMAKE_CURRENT_FUNCTION} passed unrecognized argument " "${ARG_UNPARSED_ARGUMENTS}")
Expand Down Expand Up @@ -394,6 +393,7 @@ function(check_languages LANGUAGE)
VERILOG VERILOG_SIM VERILOG_FPGA
VHDL VHDL_SIM VHDL_FPGA
SYSTEMRDL SYSTEMRDL_SOCGEN
VERILATOR_CFG
${SOCMAKE_ADDITIONAL_LANGUAGES})

if(NOT ${LANGUAGE} IN_LIST SOCMAKE_SUPPORTED_LANGUAGES)
Expand Down
1 change: 1 addition & 0 deletions cmake/utils/graphviz.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ if(NOT TARGET graphviz)
COMMAND dot -Tpng "${CMAKE_BINARY_DIR}/graphviz/out.dot" -o graph.png
WORKING_DIRECTORY "${CMAKE_BINARY_DIR}"
)
set_target_properties(graphviz PROPERTIES DESCRIPTION "Generate a build graph with graphviz")
endif()


0 comments on commit a507e98

Please sign in to comment.