We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29ddbe3 commit 215af16Copy full SHA for 215af16
core/lsu/LSU.hpp
@@ -76,6 +76,12 @@ namespace olympia
76
77
//! name of this resource.
78
static const char name[];
79
+
80
+ // return allow_data_forwarding for test
81
+ const bool allow_data_forwarding_ex() {
82
+ return allow_data_forwarding_;
83
+ }
84
85
////////////////////////////////////////////////////////////////////////////////
86
// Type Name/Alias Declaration
87
0 commit comments