3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-09 20:50:51 +00:00

Refactor demo_reduce into test_pmgen

Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
Clifford Wolf 2019-08-16 11:47:51 +02:00
parent 016036f247
commit 4a57b7e1ab
4 changed files with 83 additions and 14 deletions

View file

@ -9,9 +9,9 @@ $(eval $(call add_extra_objs,passes/pmgen/ice40_dsp_pm.h))
# --------------------------------------
OBJS += passes/pmgen/demo_reduce.o
passes/pmgen/demo_reduce.o: passes/pmgen/demo_reduce_pm.h
$(eval $(call add_extra_objs,passes/pmgen/demo_reduce_pm.h))
OBJS += passes/pmgen/test_pmgen.o
passes/pmgen/test_pmgen.o: passes/pmgen/test_pmgen_pm.h
$(eval $(call add_extra_objs,passes/pmgen/test_pmgen_pm.h))
# --------------------------------------