Skip to content

Commit ce49baf

Browse files
Update Memory.scala
1 parent 3717991 commit ce49baf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/scala/RISCV/Memory.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class Memory() extends Module {
3737
io.write_vga := isVGA && io.write_1
3838
io.write_value_vga := io.write_value_1
3939

40-
when(io.write_value_1 && isVGA) {
40+
when(io.write_1 && isVGA) {
4141
printf(
4242
"Writing to VGA! Address: %b Data: %b\n",
4343
io.address_1 - 0b1000000000000.U,

0 commit comments

Comments
 (0)