diff options
author | Clifford Wolf <clifford@clifford.at> | 2017-10-03 17:33:43 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2017-10-03 17:33:43 +0200 |
commit | b4fd7ecd839af207e8c332d8f37a59b6c0196b9d (patch) | |
tree | 866f50f10a644202612aecce5ca07e48dec35102 /techlibs/altera_intel/Makefile.inc | |
parent | c5b204d8d283d16e6eae8658034da6d378b6810e (diff) | |
parent | 65f91e51205fdd436c569c4795517160960ac700 (diff) | |
download | yosys-b4fd7ecd839af207e8c332d8f37a59b6c0196b9d.tar.gz yosys-b4fd7ecd839af207e8c332d8f37a59b6c0196b9d.tar.bz2 yosys-b4fd7ecd839af207e8c332d8f37a59b6c0196b9d.zip |
Merge branch 'dh73-master'
Diffstat (limited to 'techlibs/altera_intel/Makefile.inc')
-rw-r--r-- | techlibs/altera_intel/Makefile.inc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/techlibs/altera_intel/Makefile.inc b/techlibs/altera_intel/Makefile.inc deleted file mode 100644 index 56ee56e88..000000000 --- a/techlibs/altera_intel/Makefile.inc +++ /dev/null @@ -1,10 +0,0 @@ - -OBJS += techlibs/altera_intel/synth_intel.o - -#$(eval $(call add_share_file,share/altera_intel,techlibs/altera_intel/lpm_functions.v)) -$(eval $(call add_share_file,share/altera_intel/max10,techlibs/altera_intel/max10/cells_comb_max10.v)) -$(eval $(call add_share_file,share/altera_intel/cycloneiv,techlibs/altera_intel/cycloneiv/cells_comb_cycloneiv.v)) -$(eval $(call add_share_file,share/altera_intel/max10,techlibs/altera_intel/max10/cells_map_max10.v)) -$(eval $(call add_share_file,share/altera_intel/cycloneiv,techlibs/altera_intel/cycloneiv/cells_map_cycloneiv.v)) -#$(eval $(call add_share_file,share/altera_intel/max10,techlibs/altera_intel/max10/cells_arith_max10.v)) - |