Archived
1
0

minor fix

This commit is contained in:
Erick
2022-04-07 17:15:16 +02:00
parent 51253cbb12
commit 6999a0702b
3 changed files with 10 additions and 6 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
import ram4096::*;
module ram16384 (
package 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;
endmodule
endpackage