diff options
author | Keith Rothman <537074+litghost@users.noreply.github.com> | 2019-03-01 11:21:07 -0800 |
---|---|---|
committer | Keith Rothman <537074+litghost@users.noreply.github.com> | 2019-03-01 12:02:27 -0800 |
commit | 3090951d54859c331d28232481361bb9c26b3d48 (patch) | |
tree | 24973f1f4bea3abbca07c82729086423a101f495 /techlibs/xilinx/Makefile.inc | |
parent | 66fd6396d4795ea9559cbbd1560387e7d7e79596 (diff) | |
download | yosys-3090951d54859c331d28232481361bb9c26b3d48.tar.gz yosys-3090951d54859c331d28232481361bb9c26b3d48.tar.bz2 yosys-3090951d54859c331d28232481361bb9c26b3d48.zip |
Changes required for VPR place and route synth_xilinx.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
Diffstat (limited to 'techlibs/xilinx/Makefile.inc')
-rw-r--r-- | techlibs/xilinx/Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/techlibs/xilinx/Makefile.inc b/techlibs/xilinx/Makefile.inc index 887ea27d9..d68f03bb4 100644 --- a/techlibs/xilinx/Makefile.inc +++ b/techlibs/xilinx/Makefile.inc @@ -28,7 +28,8 @@ $(eval $(call add_share_file,share/xilinx,techlibs/xilinx/brams_bb.v)) $(eval $(call add_share_file,share/xilinx,techlibs/xilinx/drams.txt)) $(eval $(call add_share_file,share/xilinx,techlibs/xilinx/drams_map.v)) $(eval $(call add_share_file,share/xilinx,techlibs/xilinx/arith_map.v)) -$(eval $(call add_share_file,share/xilinx,techlibs/xilinx/lut2lut.v)) +$(eval $(call add_share_file,share/xilinx,techlibs/xilinx/ff_map.v)) +$(eval $(call add_share_file,share/xilinx,techlibs/xilinx/lut_map.v)) $(eval $(call add_gen_share_file,share/xilinx,techlibs/xilinx/brams_init_36.vh)) $(eval $(call add_gen_share_file,share/xilinx,techlibs/xilinx/brams_init_32.vh)) |