Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Dimitris Lampridis
VFC-HD
Commits
48d79528
Commit
48d79528
authored
Oct 13, 2016
by
Jan Pospisil
Browse files
updated simulation files for BaseProjectSimulation
parent
74166919
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Hdl/Simulation/BaseProjectSimulation/modelsim/compile.do
View file @
48d79528
...
...
@@ -77,12 +77,12 @@ compile_verilog $sc work $DUT_PATH/AddrDecoderWbApp.v
compile_verilog
$sc
work
$DUT_PATH
/
VfcHdApplication
.
v
# VFC HD hierarchy:
compile_verilog
$sc
work
$VFC_PATH
/
GeneralPurpose
/
Ip_OpenCores
/
generic_dpram
.
v
compile_verilog
$sc
work
$VFC_PATH
/
GeneralPurpose
/
Ip_OpenCores
/
generic_fifo_dc_gray
.
v
compile_verilog
$sc
work
$VFC_PATH
/
GeneralPurpose
/
Ip_OpenCores
/
generic_dpram
_mod
.
v
compile_verilog
$sc
work
$VFC_PATH
/
GeneralPurpose
/
Ip_OpenCores
/
generic_fifo_dc_gray
_mod
.
v
compile_verilog
$sc
work
$VFC_PATH
/
GeneralPurpose
/
Generic4InputRegs
.
v
compile_verilog
$sc
work
$VFC_PATH
/
GeneralPurpose
/
Generic4OutputRegs
.
v
compile_verilog
$sc
work
$VFC_PATH
/
GeneralPurpose
/I2CMaster.
v
compile_verilog
$sc
work
$VFC_PATH
/
GeneralPurpose
/I2
C
Master
NoBus
.
v
compile_verilog
$sc
work
$VFC_PATH
/
GeneralPurpose
/I2CMaster
Wb
.
v
compile_verilog
$sc
work
$VFC_PATH
/
GeneralPurpose
/I2
c
Master
Generic
.
v
compile_verilog
$sc
work
$VFC_PATH
/
GeneralPurpose
/SpiMasterWB.
v
compile_verilog
$sc
work
$VFC_PATH
/
SystemSpecific
/
VmeInterface
/InterruptManagerWb.
v
compile_verilog
$sc
work
$VFC_PATH
/
SystemSpecific
/
VmeInterface
/
VmeInterfaceWb
.
v
...
...
@@ -104,7 +104,7 @@ compile_verilog $sc work $MODELS_PATH/VfcHd_v2_0.v
compile_verilog
$sc
work
$MODELS_PATH
/
VmeBusModule
.
sv
# Test Bench files:
compile_verilog
$sc
work
$TB_PATH
/
tb_BaseProject
AppAcceses
.
sv
compile_verilog
$sc
work
$TB_PATH
/
tb_BaseProject
.
sv
###############################################
# Top file
...
...
Hdl/Simulation/BaseProjectSimulation/modelsim/simulate.do
View file @
48d79528
...
...
@@ -15,7 +15,7 @@ echo ""
echo
"Starting Simulation..."
echo
""
vsim
-
gui
-
novopt
work
.
tb_BaseProject
AppAcceses
vsim
-
gui
-
novopt
work
.
tb_BaseProject
do
waveforms
.
do
run
-
all
...
...
Hdl/Simulation/BaseProjectSimulation/modelsim/waveforms.do
View file @
48d79528
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment