commit | 9cc2bbb88cadc1288b823d535b2a2fd31c9b67cf | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Thu Nov 28 10:38:41 2013 -0800 |
committer | Brian Silverman <brians> | Thu Nov 28 10:38:41 2013 -0800 |
tree | 3dc884eb39e0e01b6cfffff2873424e3310015d1 | |
parent | 6fd02995fddeb2368056f6570a5bce9404977957 [diff] [blame] |
got started on custom symbols and the main schematic+layout
diff --git a/bbb_cape/schematic/gschemrc b/bbb_cape/schematic/gschemrc new file mode 100644 index 0000000..fcf437d --- /dev/null +++ b/bbb_cape/schematic/gschemrc
@@ -0,0 +1,3 @@ +(load (string-append geda-data-path "/scheme/auto-uref.scm")) ; load the autonumbering script +(add-hook! add-component-hook auto-uref) ; autonumber when adding a component +(add-hook! copy-component-hook auto-uref) ; autonumber when copying a component