mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-24 13:57:17 -04:00
Fixed req_addr width
This commit is contained in:
parent
ccc65a06fe
commit
ff2b8dba12
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ module Vortex_Cluster
|
|||
|
||||
// LLC Snooping
|
||||
input wire llc_snp_req,
|
||||
input wire llc_snp_req_addr,
|
||||
input wire[31:0] llc_snp_req_addr,
|
||||
output wire llc_snp_req_delay,
|
||||
|
||||
output wire out_ebreak
|
||||
|
|
|
@ -31,7 +31,7 @@ module Vortex_SOC (
|
|||
|
||||
// LLC Snooping
|
||||
input wire llc_snp_req,
|
||||
input wire llc_snp_req_addr,
|
||||
input wire[31:0] llc_snp_req_addr,
|
||||
output wire llc_snp_req_delay,
|
||||
|
||||
output wire out_ebreak
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue