OpenCores
URL https://opencores.org/ocsvn/qaz_libs/qaz_libs/trunk

Subversion Repositories qaz_libs

[/] [qaz_libs/] [trunk/] [scripts/] [sim_procs.do] - Diff between revs 23 and 31

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 23 Rev 31
Line 26... Line 26...
# //////////////////////////////////////////////////////////////////////
# //////////////////////////////////////////////////////////////////////
 
 
 
 
# ------------------------------------
# ------------------------------------
#
#
 
proc sim_compile_lib {lib target} {
 
 
 
  global env
 
 
 
  echo "INFO: compiling $target rtl"
 
 
 
  foreach filename [glob -nocomplain -directory ${lib}/sim/libs/${target}_verilog/ *.f] {
 
    echo "INFO: compiling $filename"
 
    vlog -f $filename
 
  }
 
 
 
  foreach filename [glob -nocomplain -directory ${lib}/sim/libs/${target}_VHDL/ *.f] {
 
    echo "INFO: compiling $filename"
 
    vcom -explicit -f $filename
 
  }
 
}
 
 
 
 
 
# ------------------------------------
 
#
proc sim_compile_all { target } {
proc sim_compile_all { target } {
 
 
  global env
  global env
 
 
  echo "INFO: compiling $target rtl"
  echo "INFO: compiling $target rtl"

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.