mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
shim: fix
This commit is contained in:
parent
6ab2e779cd
commit
b13d092cfa
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -607,7 +607,7 @@ $(eval $(call add_include_file,backends/rtlil/rtlil_backend.h))
|
|||
|
||||
# See -DTRACY_ENABLE
|
||||
OBJS += tracy/public/TracyClient.o
|
||||
OBJS += kernel/driver.o kernel/register.o kernel/rtlil.o kernel/log.o kernel/calc.o kernel/yosys.o kernel/compat.o
|
||||
OBJS += kernel/driver.o kernel/register.o kernel/rtlil.o kernel/adds.shim.o kernel/log.o kernel/calc.o kernel/yosys.o kernel/compat.o
|
||||
OBJS += kernel/binding.o
|
||||
OBJS += kernel/cellaigs.o kernel/celledges.o kernel/satgen.o kernel/scopeinfo.o kernel/qcsat.o kernel/mem.o kernel/ffmerge.o kernel/ff.o kernel/yw.o kernel/json.o kernel/fmt.o
|
||||
ifeq ($(ENABLE_ZLIB),1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue