- added altera_mf
git-svn-id: http://moon:8086/svn/vhdl/trunk@1257 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -6,8 +6,8 @@ if {![file exists altera]} {mkdir altera}
|
||||
cd altera
|
||||
|
||||
if {[file exists altera]} {vdel -lib altera -all}
|
||||
vlib altera
|
||||
|
||||
vlib altera
|
||||
vcom -93 -work altera ../../altera/libsrc/altera/altera_primitives_components.vhd
|
||||
vcom -93 -work altera ../../altera/libsrc/altera/altera_primitives.vhd
|
||||
vcom -93 -work altera ../../altera/libsrc/altera/altera_internal_syn.vhd
|
||||
@@ -16,19 +16,17 @@ vcom -93 -work altera ../../altera/libsrc/altera/altera_standard_functions.vhd
|
||||
vcom -93 -work altera ../../altera/libsrc/altera/altera_syn_attributes.vhd
|
||||
|
||||
vlib altera_mf
|
||||
vcom -93 -work altera ../../altera/libsrc/altera_mf/altera_mf_components.vhd
|
||||
vcom -93 -work altera_mf ../../altera/libsrc/altera_mf/altera_mf_components.vhd
|
||||
vcom -93 -work altera_mf ../../altera/libsrc/altera_mf/altera_mf.vhd
|
||||
|
||||
vlib cycloneive
|
||||
|
||||
vcom -93 -work cycloneive ../../altera/libsrc/cycloneive/cycloneive_atoms.vhd
|
||||
vcom -93 -work cycloneive ../../altera/libsrc/cycloneive/cycloneive_components.vhd
|
||||
|
||||
vlib altera_lnsim
|
||||
|
||||
vcom -93 -work altera_lnsim ../../altera/libsrc/altera_lnsim/altera_lnsim_components.vhd
|
||||
|
||||
vlib cyclonev
|
||||
|
||||
vcom -93 -work cyclonev ../../altera/libsrc/cyclonev/cyclonev_atoms.vhd
|
||||
vcom -93 -work cyclonev ../../altera/libsrc/cyclonev/cyclonev_components.vhd
|
||||
|
||||
|
||||
Reference in New Issue
Block a user