We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 977bcec commit 53df837Copy full SHA for 53df837
2 files changed
configure
@@ -174,3 +174,6 @@ SOURCE_DIR="$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
174
THIRD_PARTY_DIR=$SOURCE_DIR/third_party
175
176
copy_files "$SOURCE_DIR" "$CURRENT_DIR"
177
+
178
+# generate hardware configuration files
179
+make -C hw config
hw/syn/xilinx/dut/tcu/Makefile
@@ -3,7 +3,7 @@ TOP_LEVEL_ENTITY = $(PROJECT)
3
SRC_FILE = $(PROJECT).sv
4
FPU_IP = 1
5
6
-CONFIGS += -DEXT_TCU_ENABLE
+CONFIGS += -DEXT_TCU_ENABLE -DEXT_F_DISABLE
7
8
include ../../common.mk
9
0 commit comments