|
d14d5438a4
|
renderpather, get_bounds includes repetitions, Boundable
|
2023-04-13 17:54:52 -07:00 |
|
|
41dd123efe
|
fix bounds
|
2023-04-12 22:40:08 -07:00 |
|
|
13140ac1d3
|
pattern copy should be deep
|
2023-04-12 21:43:58 -07:00 |
|
|
8d47ff9fb4
|
wrong func name
|
2023-04-12 21:42:56 -07:00 |
|
|
c94127280e
|
missing import
|
2023-04-12 21:42:32 -07:00 |
|
|
ab4f24cd77
|
missing parens
|
2023-04-12 21:41:18 -07:00 |
|
|
237b24ae8e
|
repetitions affect bounds
|
2023-04-12 19:31:17 -07:00 |
|
|
835bcc24e0
|
wip get_bounds
|
2023-04-12 18:43:44 -07:00 |
|
|
6f67c81b97
|
faster get_bounds for manhattan refs
|
2023-04-12 18:21:37 -07:00 |
|
|
fe3a373807
|
Make rotation matrix immutable and cache the value
|
2023-04-12 18:21:18 -07:00 |
|
|
152dea9b60
|
misc fixes
|
2023-04-12 14:47:10 -07:00 |
|
|
88d123af71
|
move to dicty layers and targets
|
2023-04-12 13:56:50 -07:00 |
|
|
dc4f24a028
|
delete FlatBuilder (Builder subsumes it)
|
2023-04-11 20:05:50 -07:00 |
|
|
e5de33e1f1
|
pather fixes / type updates
|
2023-04-11 19:57:09 -07:00 |
|
|
f22e737e60
|
add RenderPather
|
2023-04-11 11:47:57 -07:00 |
|
|
6ec4823244
|
comment
|
2023-04-11 11:44:53 -07:00 |
|
|
fa7b94a4c0
|
split out find_ptransform (static version, only need ports)
|
2023-04-11 11:44:47 -07:00 |
|
|
9b88be0e92
|
add todo about underscore
|
2023-04-08 00:40:52 -07:00 |
|
|
4aad8ab786
|
shorten labels
|
2023-04-07 23:50:31 -07:00 |
|
|
de04d06b7a
|
cleanup
|
2023-04-07 23:49:20 -07:00 |
|
|
8b3f76c2e3
|
split pather into its own file
|
2023-04-07 23:20:09 -07:00 |
|
|
66f3ad04b7
|
comment updates
|
2023-04-07 23:19:55 -07:00 |
|
|
ed77e389af
|
only mutable variant should have rename_top
|
2023-04-07 22:29:47 -07:00 |
|
|
372deaca09
|
fixes
|
2023-04-07 22:00:23 -07:00 |
|
|
8b92d1ee96
|
add functions for dealing with the topcell and its name
|
2023-04-07 21:53:48 -07:00 |
|
|
e7a1d1824a
|
add mktree
|
2023-04-07 18:13:21 -07:00 |
|
|
9c9d3c3928
|
redo library class naming
|
2023-04-07 18:08:42 -07:00 |
|
|
c7505a12b0
|
should be union; we want to exclude dangling refs
|
2023-04-07 16:55:50 -07:00 |
|
|
abef8771db
|
fixes to subtree and lshift, as well as some cast() improvements
|
2023-04-07 16:48:40 -07:00 |
|
|
f1baf8b577
|
oneshot available at toplevel
|
2023-04-07 16:33:59 -07:00 |
|
|
355af43fe4
|
add @oneshot decorator
|
2023-04-07 16:33:23 -07:00 |
|
|
e8b5c7dec8
|
lshift operator shouldn't special-case trees
Instead, just call .tops() if there are multiple cells, and fail if
there are multiple tops
|
2023-04-07 15:29:14 -07:00 |
|
|
438b81e62e
|
find_toplevel -> tops
|
2023-04-07 15:20:51 -07:00 |
|
|
41409cf4f7
|
create no longer exists. Make mk() give similar ordering as mkpat()
|
2023-04-06 17:09:46 -07:00 |
|
|
0a14325af8
|
fix return value
|
2023-04-06 17:06:41 -07:00 |
|
|
5b1abf5f72
|
top is always a string
|
2023-04-06 17:06:13 -07:00 |
|
|
463c41b62a
|
cleanup
|
2023-04-06 17:03:31 -07:00 |
|
|
62b82eb230
|
get rid of NamedPattern in favor of just returning a tuple
|
2023-04-06 16:52:01 -07:00 |
|
|
3e48cc7190
|
Drop ports when repeating
|
2023-03-31 13:35:18 -07:00 |
|
|
2364288ba7
|
port translation is already handled in Pattern
|
2023-03-31 13:34:49 -07:00 |
|
|
ddcd38674f
|
drop ability to use python-gdsii
|
2023-03-19 10:18:01 -07:00 |
|
|
742058885f
|
fix rounding
|
2023-03-19 10:17:37 -07:00 |
|
|
0917b02a31
|
str(namedpattern) should just return its name
|
2023-03-19 10:17:30 -07:00 |
|
|
c515ada2f8
|
updates to Pattern.polygonize()
|
2023-03-19 10:17:09 -07:00 |
|
|
68ac593270
|
update to newer ezdxf
|
2023-03-19 10:16:54 -07:00 |
|
|
e87b13c4eb
|
Need to check against self, since we may add new conflicts as we go
|
2023-02-24 09:34:26 -08:00 |
|
|
f5d1fd2c29
|
Pipe-operator does not support forward references
|
2023-02-23 16:23:06 -08:00 |
|
|
28424be3db
|
add polygon() and label() convenience methods
|
2023-02-23 13:42:26 -08:00 |
|
|
a710494dd8
|
use Self type
|
2023-02-23 13:37:34 -08:00 |
|
|
c9402500e2
|
modernize type annotations
|
2023-02-23 13:15:32 -08:00 |
|