Writing test pattern for VGA to multiple BRAM

This commit is contained in:
Imants Pulkstenis
2019-07-18 23:32:23 +03:00
parent 4a0ccbb372
commit f5014dd232
7 changed files with 240 additions and 695 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ begin
'd12 : q <= d12;
'd13 : q <= d13;
'd14 : q <= d14;
default : q <= 12'd0;
default : q <= d0;
endcase
end