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:
parent
016036f247
commit
4a57b7e1ab
4 changed files with 83 additions and 14 deletions
|
@ -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))
|
||||
|
||||
# --------------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue