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

Subversion Repositories lcd1

[/] [lcd1/] [tags/] [ver/] [notes] - Blame information for rev 6

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 dimo
vlib work -- create work library fo the simulation
2
 
3
vmap work work -- this map the new work library, the second work is the path
4
to the library, could be vsim/work or something like this.
5
 
6
vcom -quiet -93 -work work my_vhdl_file_to_compile.vhd
7
 
8
-----
9
vlib    -- create library
10
vmap    -- list all mapped librarys
11
vmap    -- map logical library to real one
12
vmap -del       -- delete logical mapping
13
vcom -93 -check_synthesis -force_refresh -work   --if you specifiy more than one file, you must start with the lowest file
14
in the hierarchie. You should comile the design vhdl source files and the
15
testbench vhdl file.
16
vsim .  --start vsim and specify the TOP-Level
17
 
18
=modelsim/work
19
=work
20
= could be logical name "work" or unix path "modelsim/work"
21
=src/abc.vhd
22
=work.dff_tb
23
 
24
----
25
vsim -c work.dff_tb -do first.do
26
 
27
--tlc1 is ok?, tlc2 is ok but green is 3ms longer, tlc3 is absolutely ok but
28
should be corrected in order to synthesize,

powered by: WebSVN 2.1.0

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