Skip to content
Snippets Groups Projects
Commit 8ffcf3a1 authored by Pieter Donker's avatar Pieter Donker
Browse files

changed SIM_DIR variable

parent 0faf0675
No related branches found
No related tags found
No related merge requests found
Showing
with 19 additions and 19 deletions
......@@ -14,7 +14,7 @@ Simulation
----------
Modelsim instructions:
# in bash do:
rm $SIM_DIR/* # (optional)
rm -r ${HDL_IOFILE_SIM_DIR}/* # (optional)
run_modelsim unb1
# in Modelsim do:
......
......@@ -14,7 +14,7 @@ Simulation
----------
Modelsim instructions:
# in bash do:
rm $SIM_DIR/* # (optional)
rm -r ${HDL_IOFILE_SIM_DIR}/* # (optional)
run_modelsim unb1
# in Modelsim do:
......
......@@ -16,7 +16,7 @@ Simulation
----------
Modelsim instructions:
# in bash do:
rm $SIM_DIR/* # (optional)
rm -r ${HDL_IOFILE_SIM_DIR}/* # (optional)
run_modelsim unb1
# in Modelsim do:
......
......@@ -18,7 +18,7 @@ Simulation
----------
Modelsim instructions:
# in bash do:
rm $SIM_DIR/* # (optional)
rm -r ${HDL_IOFILE_SIM_DIR}/* # (optional)
run_modelsim unb1
# in Modelsim do:
......
......@@ -46,7 +46,7 @@ The following revisions are available for unb1_test (see the directories in ../r
Simulation
----------
# in bash do:
rm $SIM_DIR/* # (optional)
rm -r ${HDL_IOFILE_SIM_DIR}/* # (optional)
run_modelsim unb1
Further Modelsim instructions: see the README file in the ../revisions/* directories
......
......@@ -26,7 +26,7 @@ Simulation
----------
Modelsim instructions:
# in bash do:
rm $SIM_DIR/* # (optional)
rm -r ${HDL_IOFILE_SIM_DIR}/* # (optional)
run_modelsim unb2
# in Modelsim do:
......
......@@ -54,7 +54,7 @@ The following revisions are available for unb2_test (see the directories in ../r
Simulation
----------
# in bash do:
rm $SIM_DIR/* # (optional)
rm -r ${HDL_IOFILE_SIM_DIR}/* # (optional)
run_modelsim unb2
Further Modelsim instructions: see the README file in the ../revisions/* directories
......
......@@ -26,7 +26,7 @@ Simulation
----------
Modelsim instructions:
# in bash do:
rm $SIM_DIR/* # (optional)
rm -r ${HDL_IOFILE_SIM_DIR}/* # (optional)
run_modelsim unb2a
# in Modelsim do:
......
......@@ -28,7 +28,7 @@ Simulation
----------
Modelsim instructions:
# in bash do:
rm $SIM_DIR/* # (optional)
rm -r ${HDL_IOFILE_SIM_DIR}/* # (optional)
run_modelsim unb2a
# in Modelsim do:
......
......@@ -53,7 +53,7 @@ The following revisions are available for unb2a_test (see the directories in ../
Simulation
----------
# in bash do:
rm $SIM_DIR/* # (optional)
rm -r ${HDL_IOFILE_SIM_DIR}/* # (optional)
run_modelsim unb2a
Further Modelsim instructions: see the README file in the ../revisions/* directories
......
......@@ -26,7 +26,7 @@ Simulation
----------
Modelsim instructions:
# in bash do:
rm $SIM_DIR/* # (optional)
rm -r ${HDL_IOFILE_SIM_DIR}/* # (optional)
run_modelsim unb2b
# in Modelsim do:
......
......@@ -37,7 +37,7 @@ Simulation
----------
Modelsim instructions:
# in bash do:
rm $SIM_DIR/* # (optional)
rm -r ${HDL_IOFILE_SIM_DIR}/* # (optional)
run_modelsim unb2b
# in Modelsim do:
......
......@@ -28,7 +28,7 @@ Simulation
----------
Modelsim instructions:
# in bash do:
rm $SIM_DIR/* # (optional)
rm -r ${HDL_IOFILE_SIM_DIR}/* # (optional)
run_modelsim unb2b
# in Modelsim do:
......
......@@ -53,7 +53,7 @@ The following revisions are available for unb2b_test (see the directories in ../
Simulation
----------
# in bash do:
rm $SIM_DIR/* # (optional)
rm -r ${HDL_IOFILE_SIM_DIR}/* # (optional)
run_modelsim unb2b
Further Modelsim instructions: see the README file in the ../revisions/* directories
......
......@@ -26,7 +26,7 @@ Simulation
----------
Modelsim instructions:
# in bash do:
rm $SIM_DIR/* # (optional)
rm -r ${HDL_IOFILE_SIM_DIR}/* # (optional)
run_modelsim unb2c
# in Modelsim do:
......
......@@ -37,7 +37,7 @@ Simulation
----------
Modelsim instructions:
# in bash do:
rm $SIM_DIR/* # (optional)
rm -r ${HDL_IOFILE_SIM_DIR}/* # (optional)
run_modelsim unb2c
# in Modelsim do:
......
......@@ -28,7 +28,7 @@ Simulation
----------
Modelsim instructions:
# in bash do:
rm $SIM_DIR/* # (optional)
rm -r ${HDL_IOFILE_SIM_DIR}/* # (optional)
run_modelsim unb2c
# in Modelsim do:
......
......@@ -53,7 +53,7 @@ The following revisions are available for unb2c_test (see the directories in ../
Simulation
----------
# in bash do:
rm $SIM_DIR/* # (optional)
rm -r ${HDL_IOFILE_SIM_DIR}/* # (optional)
run_modelsim unb2c
Further Modelsim instructions: see the README file in the ../revisions/* directories
......
......@@ -37,7 +37,7 @@ PACKAGE mm_file_unb_pkg IS
CONSTANT c_mmf_unb_nof_pn : NATURAL := c_mmf_unb_nof_fn + c_mmf_unb_nof_bn; -- = 8
-- use fixed central directory to ease use of Python test case with Modelsim
CONSTANT c_mmf_unb_file_path : STRING := "$SIM_DIR/";
CONSTANT c_mmf_unb_file_path : STRING := "$HDL_IOFILE_SIM_DIR/";
-- create mmf file prefix that is unique per slave
FUNCTION mmf_unb_file_prefix(sys: t_c_mmf_unb_sys; node: NATURAL) RETURN STRING;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment