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

Access to circuit specific setting from generic code. #626

Closed
hneemann opened this issue Jan 27, 2021 · 1 comment
Closed

Access to circuit specific setting from generic code. #626

hneemann opened this issue Jan 27, 2021 · 1 comment

Comments

@hneemann
Copy link
Owner

I'm trying out the new generic feature and found that layout shape doesn't work with programatically created pins. I get "Shape bussedAND.dig is missing Pin in0 not found".

Related question: If layout shape can be made to work will there be a way to programatically set circuit width and height?

Originally posted by @exfinium in #624

@hneemann
Copy link
Owner Author

hneemann commented Feb 5, 2021

Now ist possible to access the circuits width and heigth:

settings.Width = [...];
settings.Height = [...];

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

No branches or pull requests

1 participant