RTL code refactoring

This commit is contained in:
Blaise Tine
2020-04-19 08:45:46 -04:00
parent 164eb5454c
commit 3139d37610
62 changed files with 261 additions and 256 deletions

View File

@@ -225,12 +225,12 @@ module Vortex_Socket (
// Core Writeback
.core_wb_valid (l3c_wb),
/* verilator lint_off PINCONNECTEMPTY */
`IGNORE_WARNINGS_BEGIN
.core_wb_req_rd (),
.core_wb_req_wb (),
.core_wb_warp_num (),
.core_wb_pc (),
/* verilator lint_on PINCONNECTEMPTY */
`IGNORE_WARNINGS_END
.core_wb_readdata ({l3c_wb_data}),
.core_wb_address (l3c_wb_addr),