diff options
author | bryan newbold <bnewbold@leaflabs.com> | 2013-06-27 18:05:33 -0400 |
---|---|---|
committer | bryan newbold <bnewbold@leaflabs.com> | 2013-06-27 18:05:33 -0400 |
commit | 906d8fefd144fcd830432e7fcc52169caafa760c (patch) | |
tree | 10c6aa16401f75099403710fc2dcb8ef502ef2c7 | |
parent | 64d684a785d81a3c0ebb1ce0d005d6f856fa15c6 (diff) | |
download | basic-hdl-template-906d8fefd144fcd830432e7fcc52169caafa760c.tar.gz basic-hdl-template-906d8fefd144fcd830432e7fcc52169caafa760c.zip |
fix potential problem with old etwr target
-rw-r--r-- | contrib/xilinx.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/xilinx.mk b/contrib/xilinx.mk index fdaa021..e273460 100644 --- a/contrib/xilinx.mk +++ b/contrib/xilinx.mk @@ -128,7 +128,7 @@ build/$(project)_par.ncd: build/$(project).ncd build/$(project)_post_map.twr if par $(intstyle) $(par_opts) -w $(project).ncd $(project)_par.ncd $(multithreading) $(colorize); then \ :; \ else \ - $(MAKE) etwr $(colorize); \ + echo "Oh noes! Check timing analysis? build/$(project)_post_map.twr"; \ fi " build/$(project).ncd: build/$(project).ngd |