Use sram instead of sdram in sim, fully switch to verilator

This commit is contained in:
Byron Lathi
2024-08-18 10:04:54 -07:00
parent 9b2a40df06
commit 8208bd6fa5
7 changed files with 117 additions and 8 deletions

View File

@@ -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