mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-01 15:50:42 +00:00
Progress in presentation
This commit is contained in:
parent
1c85584fe5
commit
b18fa95d2f
9 changed files with 188 additions and 23 deletions
|
@ -8,7 +8,7 @@ TARGETS += abc_01
|
|||
all: $(addsuffix .pdf,$(TARGETS))
|
||||
|
||||
define make_pdf_template
|
||||
$(1).pdf: $(1).v $(1).ys
|
||||
$(1).pdf: $(1)*.v $(1)*.ys
|
||||
../../yosys -p 'script $(1).ys; show -notitle -prefix $(1) -format pdf'
|
||||
endef
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue