Skip to content

Commit ab07c64

Browse files
committed
ddr2_1024: Add option to disable VPI
1 parent aef6eb6 commit ab07c64

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

ddr2_1024/ddr2_1024.core

-18
This file was deleted.

ddr2_1024/ddr2_wrapper.v

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ module ddr2_1024_wrapper
3535
.rdqs_n (),
3636
.odt (1'b0));
3737

38+
`ifndef DDR2_1024_DISABLE_VPI
3839
////////////////////////////////////////////////////////////////////////
3940
//
4041
// ELF program loading
@@ -72,4 +73,5 @@ module ddr2_1024_wrapper
7273
end else
7374
$display("No ELF file specified");
7475
end
76+
`endif
7577
endmodule

0 commit comments

Comments
 (0)