mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-26 00:17:11 +02:00
b2/: move parts dumping from lang.y to boom.c and make optional (-dc)
This commit is contained in:
parent
22412764d9
commit
f09e4b21fa
@ -87,6 +87,9 @@ static void dump(const char *s)
|
|||||||
{
|
{
|
||||||
while (*s) {
|
while (*s) {
|
||||||
switch (*s) {
|
switch (*s) {
|
||||||
|
case 'c':
|
||||||
|
parts_dump(stderr);
|
||||||
|
break;
|
||||||
case 'h':
|
case 'h':
|
||||||
dump_hierarchy(hierarchy);
|
dump_hierarchy(hierarchy);
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user