mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
More updates.
This commit is contained in:
parent
df4a27a2e3
commit
a95be0b567
@ -1,5 +1,5 @@
|
|||||||
///////////////////////////////////////////
|
///////////////////////////////////////////
|
||||||
// gsharePredictor.sv
|
// speculativeglobalhistory.sv
|
||||||
//
|
//
|
||||||
// Written: Shreya Sanghai
|
// Written: Shreya Sanghai
|
||||||
// Email: ssanghai@hmc.edu
|
// Email: ssanghai@hmc.edu
|
||||||
@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
`include "wally-config.vh"
|
`include "wally-config.vh"
|
||||||
|
|
||||||
module speculativegshare #(parameter int k = 10 ) (
|
module speculativeglobalhistory #(parameter int k = 10 ) (
|
||||||
input logic clk,
|
input logic clk,
|
||||||
input logic reset,
|
input logic reset,
|
||||||
input logic StallF, StallD, StallE, StallM, StallW,
|
input logic StallF, StallD, StallE, StallM, StallW,
|
||||||
|
Loading…
Reference in New Issue
Block a user