cp /home/classes/ee3755/com/etc/.cshrc ~ cp /home/classes/ee3755/com/etc/.login ~
setenv MODELSIM /home/classes/ee3755/com/tcl/modelsim.ini
setenv DOPATH /home/classes/ee3755/com/tcl
setenv PATH /home/classes/ee3755/com/bin:${PATH}
and make sure the .login sets vt100 as the default terminal.
cp /home/classes/ee3755/com/lisp/.emacs ~
(mouse-wheel-mode 1)to your .emacs.
cp /home/classes/ee3755/com/etc/.dt/icons/* ~/.dt/icons cp /home/classes/ee3755/com/etc/.dt/types/* ~/.dt/types
mkdir proj1 cd proj1
cp /home/classes/ee4702/files/v/bo.v .
vlib workIn the Unix tradition, this command generates no output if it works.
vsim -guiYou will be greeted by a rhinoceros-emblazoned dialog box. Select Done. The dialog box should disappear, leaving a window with the title "ModelSim EE/Plus".
vlog bo.vin the Unix shell or in the ModelSim window (at what will initially be a "ModelSim>" prompt).
vlog -reportprogress 300 -work work {/home/faculty1/koppel/teach/v00/ex/proj/bo.v}
# Model Technology ModelSim EE vlog 5.3a Compiler 1999.09 Sep 20 1999
# -- Compiling module byte_order
# -- Compiling module test_bo
# Top level modules:
# test_bo
# Loading work.test_bo # Loading work.byte_order VSIM 5>
view *in the ModelSim window. Windows should cover the whole display.
cd ~/proj1
vsim test_bo
vsimYou will be greeted by the rhinoceros. Click "Done", a "Load Design" dialog should pop up. Select the top level module then click "Load".
| David M. Koppelman - koppel@ece.lsu.edu | Modified 1 Feb 2002 17:27 (2327 UTC) |