Archived
1
0

minor fixes

This commit is contained in:
Erick
2022-03-27 19:00:14 +02:00
parent e568e64264
commit 09676ffb82
2 changed files with 12 additions and 8 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
import ram4096::*;
package ram16384 (
module ram16384 (
input [16384:0]in;
input [13:0]addr;
input load;
@@ -31,4 +31,4 @@ wire [4095:0] [8191:4095] out1 = out;
wire [4095:0] [12287:8191] out2 = out;
wire [4095:0] [16383:12287] out3 = out;
endpackage
endmodule