diff options
author | Clifford Wolf <clifford@clifford.at> | 2016-08-02 10:37:19 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2016-08-02 10:37:19 +0200 |
commit | 5d6765a9d20ab2a88c02d06cb58fca2bfaf39c8d (patch) | |
tree | 155c59cefc388f7ec2f60804f0e2814576345f46 /passes/techmap/Makefile.inc | |
parent | 21e1bac0846e01fb58ae1fd42215b92f245ae18d (diff) | |
download | yosys-5d6765a9d20ab2a88c02d06cb58fca2bfaf39c8d.tar.gz yosys-5d6765a9d20ab2a88c02d06cb58fca2bfaf39c8d.tar.bz2 yosys-5d6765a9d20ab2a88c02d06cb58fca2bfaf39c8d.zip |
Added "insbuf" command
Diffstat (limited to 'passes/techmap/Makefile.inc')
-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 96fa0d92a..aaac5a569 100644 --- a/passes/techmap/Makefile.inc +++ b/passes/techmap/Makefile.inc @@ -28,6 +28,7 @@ OBJS += passes/techmap/nlutmap.o OBJS += passes/techmap/dffsr2dff.o OBJS += passes/techmap/shregmap.o OBJS += passes/techmap/deminout.o +OBJS += passes/techmap/insbuf.o endif GENFILES += passes/techmap/techmap.inc |