diff options
author | dh73 <dh73_fpga@qq.com> | 2017-10-01 11:04:17 -0500 |
---|---|---|
committer | dh73 <dh73_fpga@qq.com> | 2017-10-01 11:04:17 -0500 |
commit | cbaba62401ca975bc9aee91b53e0b48fa59bd6c3 (patch) | |
tree | cef8519094b97b32e1412647abbd3a09ab0574a2 /techlibs/altera_intel/Makefile.inc | |
parent | c5b204d8d283d16e6eae8658034da6d378b6810e (diff) | |
download | yosys-cbaba62401ca975bc9aee91b53e0b48fa59bd6c3.tar.gz yosys-cbaba62401ca975bc9aee91b53e0b48fa59bd6c3.tar.bz2 yosys-cbaba62401ca975bc9aee91b53e0b48fa59bd6c3.zip |
Adding Cyclone IV (E, GX), Arria 10, Cyclone V and LPM functions (ALTPLL and M9K); M9K is not finished yet. Achronix Speedster also in this commit. Both Arria10 and Speedster-i are still experimental due complexity, but you can experiment around those devices right now
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)) - |