mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2025-04-21 12:27:27 +03:00
b2/: first tentative version of hierarchy parser, with example
This commit is contained in:
7
b2/HIERARCHY
Normal file
7
b2/HIERARCHY
Normal file
@@ -0,0 +1,7 @@
|
||||
<comp> = R<C<L;
|
||||
|
||||
T:<comp> {
|
||||
R: { R:#R TOL:%R };
|
||||
C: { C:#F TOL:%C };
|
||||
L: { L:#H TOL:%L };
|
||||
}
|
||||
Reference in New Issue
Block a user