Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
CAOS_HW
HDL_IP
SafeSU
Commits
989050e7
Commit
989050e7
authored
Jun 11, 2020
by
Guillem
Browse files
minor changes
parent
e7a8a49d
Changes
2
Hide whitespace changes
Inline
Side-by-side
tb/questa_sim/runtest.sh
View file @
989050e7
$1
CYCLES
=
18000000
CYCLES
=
-all
mv
/AXI_PMU /tmp
vlib AXI_PMU
vmap work
$PWD
/AXI_PMU
...
...
tb/questa_sim/tb_AXI_PMU.sv
View file @
989050e7
...
...
@@ -319,6 +319,9 @@ task automatic init_sim;
tb_EV13_i
<=
'
{
default
:
0
}
;
tb_EV14_i
<=
'
{
default
:
0
}
;
tb_EV15_i
<=
'
{
default
:
0
}
;
tb_EV16_i
<=
'
{
default
:
0
}
;
tb_EV17_i
<=
'
{
default
:
0
}
;
tb_EV18_i
<=
'
{
default
:
0
}
;
end
endtask
...
...
@@ -1133,6 +1136,7 @@ task automatic init_sim;
init_dump
();
reset_dut
();
test_sim
();
$
finish
;
end
endmodule
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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