mirror of https://github.com/YosysHQ/yosys.git
9 lines
377 B
PHP
9 lines
377 B
PHP
|
|
||
|
OBJS += techlibs/anlogic/synth_anlogic.o
|
||
|
OBJS += techlibs/anlogic/anlogic_eqn.o
|
||
|
|
||
|
$(eval $(call add_share_file,share/anlogic,techlibs/anlogic/cells_map.v))
|
||
|
$(eval $(call add_share_file,share/anlogic,techlibs/anlogic/arith_map.v))
|
||
|
$(eval $(call add_share_file,share/anlogic,techlibs/anlogic/cells_sim.v))
|
||
|
$(eval $(call add_share_file,share/anlogic,techlibs/anlogic/eagle_bb.v))
|