Skip to content

Conversation

silabs-oivind
Copy link
Contributor

Part of fix for #676

@@ -14,7 +14,7 @@

module cv32e40x_clock_gate
#(
parameter LIB = 0
parameter int LIB = 0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we should change the type of LIB

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated

@@ -50,7 +50,7 @@
module cv32e40x_wrapper
import cv32e40x_pkg::*;
#(
parameter LIB = 0,
parameter int LIB = 0,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated.

@@ -42,7 +42,7 @@

module cv32e40x_sleep_unit import cv32e40x_pkg::*;
#(
parameter LIB = 0
parameter int LIB = 0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated.

@@ -31,7 +31,7 @@

module cv32e40x_core import cv32e40x_pkg::*;
#(
parameter LIB = 0,
parameter int LIB = 0,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No type

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated.

Signed-off-by: Oivind Ekelund <[email protected]>
@Silabs-ArjanB Silabs-ArjanB added the Component:RTL For issues in the RTL (e.g. for files in the rtl directory) label Apr 3, 2023
@Silabs-ArjanB Silabs-ArjanB merged commit addd52a into openhwgroup:master Apr 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component:RTL For issues in the RTL (e.g. for files in the rtl directory)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants