> configure(npc)

ysyx_22040000 李心杨
 Linux calcite 6.1.69 #1-NixOS SMP PREEMPT_DYNAMIC Wed Dec 20 16:00:29 UTC 2023 x86_64 GNU/Linux
  18:43:05  up 2 days 17:43,  2 users,  load average: 0.90, 0.92, 0.90
This commit is contained in:
tracer-ysyx 2024-01-10 18:43:05 +08:00 committed by xinyangli
parent f44cedc71d
commit 5504cf6cf9
No known key found for this signature in database

View file

@ -17,7 +17,7 @@ find_package(verilator REQUIRED)
find_library(NVBOARD_LIBRARY NAMES nvboard)
find_path(NVBOARD_INCLUDE_DIR NAMES nvboard.h)
set(TOPMODULES "Keyboard")
set(TOPMODULES "Keyboard" "Switch")
foreach(TOPMODULE IN LISTS TOPMODULES)