diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-11-22 15:41:23 -0800 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-11-22 15:41:23 -0800 |
commit | 3df191cec5d64c743f8fbb0294d9492c5598bc1b (patch) | |
tree | 03d8a362ee2bad1403cce26547c6f7ab900343dd /passes | |
parent | 450ad0e9ba031fbeef904746ca773e3b0e21af8f (diff) | |
download | yosys-3df191cec5d64c743f8fbb0294d9492c5598bc1b.tar.gz yosys-3df191cec5d64c743f8fbb0294d9492c5598bc1b.tar.bz2 yosys-3df191cec5d64c743f8fbb0294d9492c5598bc1b.zip |
Entry in Makefile.inc
Diffstat (limited to 'passes')
-rw-r--r-- | passes/techmap/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/passes/techmap/Makefile.inc b/passes/techmap/Makefile.inc index cd357d72a..13992315e 100644 --- a/passes/techmap/Makefile.inc +++ b/passes/techmap/Makefile.inc @@ -41,6 +41,7 @@ OBJS += passes/techmap/zinit.o OBJS += passes/techmap/dff2dffs.o OBJS += passes/techmap/flowmap.o OBJS += passes/techmap/extractinv.o +OBJS += passes/techmap/clkpart.o endif GENFILES += passes/techmap/techmap.inc |