Skip to content

Commit

Permalink
Changed default outdir
Browse files Browse the repository at this point in the history
  • Loading branch information
mksoc committed May 17, 2024
1 parent a62b140 commit 8602b3d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion cmake/peakrdl/peakrdl_regblock_wrap.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ function(peakrdl_regblock_wrap IP_LIB)

# Default output directory is regblock/
if(NOT ARG_OUTDIR)
set(OUTDIR ${BINARY_DIR}/regblock)
if(NOT ARG_TMR)
set(OUTDIR ${BINARY_DIR}/regblock)
else()
set(OUTDIR ${BINARY_DIR}/regblock_tmr)
endif()
else()
set(OUTDIR ${ARG_OUTDIR})
endif()
Expand Down

0 comments on commit 8602b3d

Please sign in to comment.