add ClintBase
[shakti-core.git] / src / lib / Stack.bsv
index 876d628178eef5b8196ea710567654338b731c45..808c6cc57f8466edfb55c84051f70d3642c76643 100644 (file)
@@ -14,7 +14,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
 package Stack;
        import defined_types::*;
        import RegFile::*;
-       `include "defined_parameters.bsv"
+       `include "core_parameters.bsv"
        interface Ifc_Stack;
                method Action push(Bit#(`VADDR) addr);
                method ActionValue#(Bit#(`VADDR)) top;