Script
Script
Script
# Set the search paths to the libraries and the HDL files
# Remember that "." means your current directory. Add more directories
# after the . if you like.
set_attribute hdl_search_path {/home/buet/project11/rtl}
set_attribute lib_search_path {/home/buet/project11/libs}
set_attribute information_level 7 /
set_attribute library {slow.lib}
read_hdl -v2001 {counter.v}
#*********************************************************
#* below here shouldn't need to be changed... *
#*********************************************************