fixed gpr_ram bug + io bus arbitration

This commit is contained in:
Blaise Tine
2020-06-13 05:26:29 -07:00
parent d6b0ef2b3c
commit 4fa540575c
15 changed files with 542 additions and 377 deletions

View File

@@ -18,8 +18,8 @@ module VX_gpr (
wire write_enable = write_ce && ((writeback_if.wb != 0));
`ifndef ASIC
`ifndef ASIC
VX_gpr_ram gpr_ram (
.we (write_enable),
.clk (clk),