From 38601f325b8e0fa5c6be8e500a2f797931305d89 Mon Sep 17 00:00:00 2001 From: tangxifan Date: Thu, 17 Feb 2022 17:28:55 -0800 Subject: [PATCH] [Engine] Add bus group to OpenFPGA core --- openfpga/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/openfpga/CMakeLists.txt b/openfpga/CMakeLists.txt index 88b790d89..70b00fa7b 100644 --- a/openfpga/CMakeLists.txt +++ b/openfpga/CMakeLists.txt @@ -28,6 +28,7 @@ target_link_libraries(libopenfpga libini libpcf libvtrutil + libbusgroup libvpr) #Create the test executable