3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-28 03:15:50 +00:00

Makefile adjustments to match top make

Hopefully matches enough that any `make docs` call will work from the yosys being built, while still being overridable locally.
This commit is contained in:
Krystine Sherwin 2023-08-08 11:53:36 +12:00
parent 8203a01ba9
commit 9fcf353734
No known key found for this signature in database
5 changed files with 24 additions and 10 deletions

View file

@ -1,4 +1,6 @@
YOSYS = ../../../yosys
PROGRAM_PREFIX :=
YOSYS ?= ../../../$(PROGRAM_PREFIX)yosys
all: select.pdf red_or3x1.pdf sym_mul.pdf mymul.pdf mulshift.pdf addshift.pdf \
macc_simple_xmap.pdf macc_xilinx_xmap.pdf