summaryrefslogtreecommitdiffstats
path: root/hw_v5_fx30t_extension
diff options
context:
space:
mode:
authorBert Lange <b.lange@hzdr.de>2012-02-10 17:11:32 +0100
committerBert Lange <b.lange@hzdr.de>2012-02-10 17:11:32 +0100
commitab5b635d92001ba9ef89ab35ecf26f3d31d8650f (patch)
treecaaafa4cfff497c5db36cea5e5625bfa92dcb68f /hw_v5_fx30t_extension
parent3021cb27611622211fc4592b5643e19ccb9c537e (diff)
downloadzpu-ab5b635d92001ba9ef89ab35ecf26f3d31d8650f.zip
zpu-ab5b635d92001ba9ef89ab35ecf26f3d31d8650f.tar.gz
change: sorting of library list
Diffstat (limited to 'hw_v5_fx30t_extension')
-rw-r--r--hw_v5_fx30t_extension/simulation/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw_v5_fx30t_extension/simulation/Makefile b/hw_v5_fx30t_extension/simulation/Makefile
index 5649e29..8aea9cf 100644
--- a/hw_v5_fx30t_extension/simulation/Makefile
+++ b/hw_v5_fx30t_extension/simulation/Makefile
@@ -8,7 +8,7 @@
library = work
top = top
-library_list = $(shell cut --field 1 --delimiter=" " --only-delimited vhdl_files.txt | uniq)
+library_list = $(shell cut --field 1 --delimiter=" " --only-delimited vhdl_files.txt | sort --unique)
# http://sourceforge.net/projects/vmk/
VMK = vmk
OpenPOWER on IntegriCloud