aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJannis Harder <me@jix.one>2022-12-21 14:42:34 +0100
committerJannis Harder <me@jix.one>2023-01-11 18:07:16 +0100
commit1494cfff001bd23ee1bcd5dbfe1ee04dded25ac4 (patch)
tree255d3245f8546694dc91d7245d4c1eeeed817491 /Makefile
parentf6458bab702e08ade0c15d7f7d8580cb5463d685 (diff)
downloadyosys-1494cfff001bd23ee1bcd5dbfe1ee04dded25ac4.tar.gz
yosys-1494cfff001bd23ee1bcd5dbfe1ee04dded25ac4.tar.bz2
yosys-1494cfff001bd23ee1bcd5dbfe1ee04dded25ac4.zip
New kernel/yw.{h,cc} to support reading Yosys witness files
This contains parsing code as well as generic routines to associate the hierarchical signals paths within a Yosys witness file to a loaded RTLIL design, including support for memories.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e8af0e77d..7aafe847d 100644
--- a/Makefile
+++ b/Makefile
@@ -653,7 +653,7 @@ ifneq ($(ABCEXTERNAL),)
kernel/yosys.o: CXXFLAGS += -DABCEXTERNAL='"$(ABCEXTERNAL)"'
endif
endif
-OBJS += kernel/cellaigs.o kernel/celledges.o kernel/satgen.o kernel/qcsat.o kernel/mem.o kernel/ffmerge.o kernel/ff.o
+OBJS += kernel/cellaigs.o kernel/celledges.o kernel/satgen.o kernel/qcsat.o kernel/mem.o kernel/ffmerge.o kernel/ff.o kernel/yw.o
ifeq ($(ENABLE_ZLIB),1)
OBJS += kernel/fstdata.o
endif