Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Bug fix for verilator backend #127

Merged
merged 1 commit into from
Feb 21, 2020
Merged

Bug fix for verilator backend #127

merged 1 commit into from
Feb 21, 2020

Conversation

sequencer
Copy link
Collaborator

Currently verilator backend runs chisel3.stage.phases.Elaborate twice, first one is generating circuit, second is generating verilog.
In first elaborate phase will leave chisel3.internal.Builder to a wrong state, which leads to second elaborate phase throw a exception "attempted to instantiate a Module, but nothing happened".

@sequencer sequencer requested review from chick and ducky64 and removed request for chick February 21, 2020 00:38
@ducky64 ducky64 requested a review from chick February 21, 2020 01:07
Copy link
Contributor

@chick chick left a comment

Choose a reason for hiding this comment

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

Looks good to me

@sequencer
Copy link
Collaborator Author

Thanks:)

@ducky64 ducky64 merged commit 1bf1124 into ucb-bar:master Feb 21, 2020
@sequencer sequencer deleted the verilator_bug_fix branch February 21, 2020 19:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants