Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
refs/heads/mithro-patch-1
/
.
/
SVIncCompil
/
Testcases
/
Zachjs
/
lib
/
tb_dumper.v
blob: 7bd7ec07c4b2cd61a9d4bc14fadfdeb57a422684 [
file
] [
log
] [
blame
] [
edit
]
module
sv2v_dumper
;
initial
begin
$dumpfile
(
`TEST_VCD);
$dumpvars(1, `
TEST_TOP
);
end
endmodule