git-svn-id: http://moon:8086/svn/vhdl/trunk@1304 cc03376c-175c-47c8-b038-4cd826a8556b
15 lines
534 B
Plaintext
15 lines
534 B
Plaintext
#
|
|
# Compile script for Modeltech
|
|
#
|
|
vlib ieee_proposed.lib
|
|
vmap ieee_proposedx ieee_proposed.lib
|
|
vcom -work ieee_proposed standard_additions_c.vhdl
|
|
vcom -work ieee_proposed standard_textio_additions_c.vhdl
|
|
vcom -work ieee_proposed env_c.vhdl
|
|
vcom -work ieee_proposed std_logic_1164_additions.vhdl
|
|
vcom -work ieee_proposed numeric_std_additions.vhdl
|
|
vcom -work ieee_proposed numeric_std_unsigned_c.vhdl
|
|
vcom -work ieee_proposed math_utility_pkg_c.vhdl
|
|
vcom -work ieee_proposed fixed_pkg_c.vhdl
|
|
vcom -work ieee_proposed float_pkg_c.vhdl
|