Use sram instead of sdram in sim, fully switch to verilator
This commit is contained in:
@@ -87,6 +87,7 @@ logic [DQ_GROUP -1:0] w_sdr_DQM;
|
||||
wire [DQ_GROUP *DQ_WIDTH -1:0] w_sdr_DQ;
|
||||
// ^ Has to be wire because of tristate/inout stuff
|
||||
|
||||
/*
|
||||
genvar i, j;
|
||||
generate
|
||||
for (i=0; i<DQ_GROUP*DQ_WIDTH; i=i+1)
|
||||
@@ -111,7 +112,7 @@ generate
|
||||
);
|
||||
end
|
||||
endgenerate
|
||||
|
||||
*/
|
||||
|
||||
// potential sd card sim here?
|
||||
|
||||
@@ -200,4 +201,4 @@ initial begin
|
||||
$finish();
|
||||
end
|
||||
|
||||
endmodule
|
||||
endmodule
|
||||
|
||||
Reference in New Issue
Block a user