diff options
author | whitequark <whitequark@whitequark.org> | 2020-04-24 18:24:10 +0000 |
---|---|---|
committer | whitequark <whitequark@whitequark.org> | 2020-04-24 23:26:39 +0000 |
commit | 26cda3c247713a3d77c56e9f915f8e6c0dd50943 (patch) | |
tree | 916d852d4d6661d800e3583158ce653d72c8ccfc /techlibs/ecp5 | |
parent | bbf343589ba2b4508afdfaed17dfd11c3252cf7f (diff) | |
download | yosys-26cda3c247713a3d77c56e9f915f8e6c0dd50943.tar.gz yosys-26cda3c247713a3d77c56e9f915f8e6c0dd50943.tar.bz2 yosys-26cda3c247713a3d77c56e9f915f8e6c0dd50943.zip |
gowin,ecp5: remove generated files in `make clean`.
Diffstat (limited to 'techlibs/ecp5')
-rw-r--r-- | techlibs/ecp5/Makefile.inc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/techlibs/ecp5/Makefile.inc b/techlibs/ecp5/Makefile.inc index e4ee4991f..217151e96 100644 --- a/techlibs/ecp5/Makefile.inc +++ b/techlibs/ecp5/Makefile.inc @@ -2,6 +2,15 @@ OBJS += techlibs/ecp5/synth_ecp5.o techlibs/ecp5/ecp5_ffinit.o \ techlibs/ecp5/ecp5_gsr.o +GENFILES += techlibs/ecp5/bram_init_1_2_4.vh +GENFILES += techlibs/ecp5/bram_init_9_18_36.vh +GENFILES += techlibs/ecp5/bram_conn_1.vh +GENFILES += techlibs/ecp5/bram_conn_2.vh +GENFILES += techlibs/ecp5/bram_conn_4.vh +GENFILES += techlibs/ecp5/bram_conn_9.vh +GENFILES += techlibs/ecp5/bram_conn_18.vh +GENFILES += techlibs/ecp5/bram_conn_36.vh + $(eval $(call add_share_file,share/ecp5,techlibs/ecp5/cells_ff.vh)) $(eval $(call add_share_file,share/ecp5,techlibs/ecp5/cells_io.vh)) $(eval $(call add_share_file,share/ecp5,techlibs/ecp5/cells_map.v)) |