-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not replicating single ended tracks #48
Comments
In the source layout place complete layout in one group (including tracks and vias) and then check the "include group items" checkbox |
Note : i'm working with the last version of the plugin with kicad 7.0.0-rc1 |
Can you attach the replicate_layout.log Anyhow this issue is due to the partial solutions for the #38 and I have yet to find a way how to handle "exotic" schematics connectivity. And the log would be handy. But it will take some time for me to address this |
Here is the replicate_layout.log I will try to make an example project showing the issue. I could temporary use copy / paste like on altium, but if the copy the whole tracks & vias and paste it over others channels, nets are not reassigning. I could remember it was possible on previous versions, maybe you have an advice for me to use this temporary fix ? |
Thanks for this can you install the latest version (https://github.com/MitjaNemec/ReplicateLayout/releases/tag/2.0.11) from file and rerun the plugin and attach the replicate_layout.log file. I've added a bit of additional logging which should offer me a bit of insight into what is the issue |
Hello, here is the log, same result Maybe this will help you : every 'U' component is placed inside a sheet (with it's decoupling caps & local configuration) then a large 128 bits bus is created from it. This signal bank (3 are implemented inside the log) connects to other hierarchical sheets in the top. A bank sheet also contains local analog stuff common to all chips of the bank (not shown here). The group i'm trying to replicate is a bank (so all stuff of each 128 bits bus). |
Thanks for sharing. The 2.1.1 should handle this. Can you test if? |
Hello, i'm working on a fairly large board with +100 channels.
Each channel is implemented inside it's own square space :
If i try to duplicate this system (it's a sheet of sheets), with this setup :
I have this result on others channels :
I would like to copy single ended tracks & vias as a working base for the auto router.
How can i duplicate those items ?
The text was updated successfully, but these errors were encountered: