Skip to content

Commit

Permalink
adding install for missing easy-riscv cpu dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sylefeb committed Jul 22, 2024
1 parent 80980cf commit 8f56349
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ else()
install(PROGRAMS bin/report-cycles.py DESTINATION bin/)
install(FILES projects/ice-v/CPUs/ice-v.si DESTINATION share/silice/projects/ice-v/CPUs/)
install(FILES projects/ice-v/CPUs/ice-v-dual.si DESTINATION share/silice/projects/ice-v/CPUs/)
install(FILES projects/common/divint_std.si DESTINATION share/silice/projects/common/)
install(DIRECTORY frameworks DESTINATION share/silice/ USE_SOURCE_PERMISSIONS)
install(DIRECTORY src/libs/LibSL-small DESTINATION share/silice/src/libs/)

Expand Down

0 comments on commit 8f56349

Please sign in to comment.