Skip to content
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

a detailed examples on assembly on different technologies please #13

Open
GARYDerry opened this issue Aug 10, 2021 · 2 comments
Open

a detailed examples on assembly on different technologies please #13

GARYDerry opened this issue Aug 10, 2021 · 2 comments

Comments

@GARYDerry
Copy link

A very useful software - great job!

I am very interested in knowing more on assembly between the different technology but not quite understand the example provided in the assembly folder.

Could you please some more detailed example for assembling different technologies?
Particularly how to assembly two gds drawings with the alignment marks to aligned.

Many thanks in advance!

Best

Gary

@trilomix
Copy link
Owner

trilomix commented Aug 16, 2021

Hello Gary,
I made a small example in assembly directory.
To try example just type "GDS3D -a assembly/as_example.assembly"

The assembly file is quite simple you must define GDS file, technology attach to GDS and the 0,0,0 position of the GDS so X: .. Y: .. Z: ..
You can also flip the chip so the top layer became the bottom one.

GDS_Start: <GDS given Name>
Process_File: <path to technology file>
GDS_File: <path to GDS>
X: <X coord> #Default 0
Y: <Y coord> #Default 0
Z: <Z coord> #Default 0
Angle: <Angle> #Default 0
Flipped: <Mirroring> #Default 0
FlipChip: [1|0] #reverse technology high Z -> -Z default value is 0
GDS_End

As I modify the techno directly if you load two GDS with the same technology only one Z and one flipchip will be take into account.

Don't hesitate to explain what you want to do and I will try to find a solution.

Regards,

Trilo

@GARYDerry
Copy link
Author

GARYDerry commented Aug 23, 2021 via email

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

No branches or pull requests

2 participants