Skip to content

[dv] Fix cosim parameter passing - #2501

Open
SamuelRiedel wants to merge 1 commit into
lowRISC:masterfrom
SamuelRiedel:cosim-param
Open

SamuelRiedel wants to merge 1 commit into
lowRISC:masterfrom
SamuelRiedel:cosim-param

Conversation

@SamuelRiedel

Copy link
Copy Markdown
Contributor

The cosim expects some parameters as defines which are provided by the ibex_configs file and python script. However, there was a mismatch in the exact spelling between https://github.com/lowRISC/ibex/blob/master/ibex_configs.yaml and the expected defines in the cosim tb. This aligns this.

Signed-off-by: Samuel Riedel <sriedel@lowrisc.org>
`ifndef IBEX_CFG_BASE_ISA
`define IBEX_CFG_BASE_ISA ibex_pkg::BaseIsaRV32IorCHERIoT
`ifndef IBEX_CFG_BaseIsa
`define IBEX_CFG_BaseIsa ibex_pkg::BaseIsaRV32I

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

is this changed to BaseIsaRV32I on purpose?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Ah yes. It's a more sensible default IMO.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants