mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
libs: import json11.
This commit imports the code from upstream commit dropbox/json11@8ccf1f0c5e.
This commit is contained in:
parent
143f82def2
commit
8f2bdff7b9
3 changed files with 1023 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -528,6 +528,7 @@ $(eval $(call add_include_file,kernel/satgen.h))
|
|||
$(eval $(call add_include_file,libs/ezsat/ezsat.h))
|
||||
$(eval $(call add_include_file,libs/ezsat/ezminisat.h))
|
||||
$(eval $(call add_include_file,libs/sha1/sha1.h))
|
||||
$(eval $(call add_include_file,libs/json11/json11.hpp))
|
||||
$(eval $(call add_include_file,passes/fsm/fsmdata.h))
|
||||
$(eval $(call add_include_file,frontends/ast/ast.h))
|
||||
$(eval $(call add_include_file,backends/ilang/ilang_backend.h))
|
||||
|
@ -545,6 +546,8 @@ OBJS += libs/sha1/sha1.o
|
|||
|
||||
ifneq ($(SMALL),1)
|
||||
|
||||
OBJS += libs/json11/json11.o
|
||||
|
||||
OBJS += libs/subcircuit/subcircuit.o
|
||||
|
||||
OBJS += libs/ezsat/ezsat.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue