mirror of https://github.com/YosysHQ/yosys.git
11 lines
246 B
Makefile
11 lines
246 B
Makefile
|
|
||
|
all: counter_00.dot counter_01.dot counter_02.dot counter_03.dot
|
||
|
|
||
|
counter_00.dot: counter.v counter.ys mycells.lib
|
||
|
../../../yosys counter_outputs.ys
|
||
|
|
||
|
counter_01.dot: counter_00.dot
|
||
|
counter_02.dot: counter_00.dot
|
||
|
counter_03.dot: counter_00.dot
|
||
|
|