Skip to content

Commit

Permalink
Fix build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kathlenemagnus committed Nov 13, 2024
1 parent fb26b3b commit 016a77c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 3 additions & 4 deletions arch/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ set(AUTOGEN_RV64_REG_JSON_FILES
)

set(AUTOGEN_CSR_HEADERS
${SIM_BASE}/arch/rv32/CSRBitMasks32.hpp
${SIM_BASE}/arch/rv32/CSRNums.hpp
${SIM_BASE}/arch/rv32/CSRFieldIdxs32.hpp
${SIM_BASE}/include/CSRBitMasks64.hpp
${SIM_BASE}/include/CSRNums.hpp
${SIM_BASE}/include/CSRBitMasks32.hpp
${SIM_BASE}/include/CSRFieldIdxs32.hpp
${SIM_BASE}/include/CSRBitMasks64.hpp
${SIM_BASE}/include/CSRFieldIdxs64.hpp
)

Expand Down
1 change: 1 addition & 0 deletions core/inst_handlers/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ target_link_libraries(atlasinsts
rvzicsr
rvzifencei
)
add_dependencies(atlasinsts AutogenArchFiles)

0 comments on commit 016a77c

Please sign in to comment.