mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Improvements in pmgen for recursive patterns
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
704686774e
commit
73bf453929
5 changed files with 139 additions and 28 deletions
5
Makefile
5
Makefile
|
@ -487,6 +487,11 @@ define add_include_file
|
|||
$(eval $(call add_share_file,$(dir share/include/$(1)),$(1)))
|
||||
endef
|
||||
|
||||
define add_extra_objs
|
||||
EXTRA_OBJS += $(1)
|
||||
.SECONDARY: $(1)
|
||||
endef
|
||||
|
||||
ifeq ($(PRETTY), 1)
|
||||
P_STATUS = 0
|
||||
P_OFFSET = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue