Ken Zhang
Ken Zhang
In case anyone is still wondering if there is a solution, here is transform that Chipyard folks are using for tapeout https://github.com/ucb-bar/barstools/blob/master/tapeout/src/main/scala/barstools/tapeout/transforms/AddSuffixToModuleNames.scala I think we should ask Chipyard folks to...
The link I posted above is pretty much the same feature as in this PR, I think it would be better for the maintainers of FIRRTL and the barstool repo...
Giving a second thought I think we should take the initiative to upstream this, I do have another similar feature request for the memlib pass to be upstreamed too, I...
Thanks for the advice and comments @seldridge @ekiwi, I will amend the PR accordingly and let you guys know when they are good for review.
Yes sure @ekiwi
> Yes sure @ekiwi And done, can you check if it is roughly ok now? Sorry I don't have time yet to amend the PR, do you think we should...
Any progress on upstreaming the above changes as a FIRRTL pass?
Thanks @ekiwi, I should find some time soon to look into this, thanks for sharing.
I am trying to implement and test this at the moment, my code looks like the following, note that I am doing it from firrtl repo, so probably worth of...
Thanks @sequencer, I will set it up now.