ioztelcan
Newbie level 4
- Joined
- Apr 4, 2013
- Messages
- 7
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,371
Greetings,
I have been wrestling with ELC for some time and can't seem to solve this one particular problem. The tool does not recognize my gates properly and can't establish inputs and outputs, instead it is counting them as feedthrough pins and connects them to the ground. Following is the error I get:
--------------------
D0000: : POWER
--------------------
=> 1 vectors generated
Writing : foo.ipdb/INV.design/simulate/spec
Writing : foo.ipdb/INV.design/simulate/subckt
[WARNING(db_gsim)]alone net : A is found. => [reset to ground]
[WARNING(db_gsim)]Please check whether supply nodes are marked global in the net list, if not specify them with .global statements
[WARNING(db_gsim)]alone net : Y is found. => [reset to ground]
[WARNING(db_gsim)]Please check whether supply nodes are marked global in the net list, if not specify them with .global statements
[WARNING(db_gsim)]alone net : VDD is found. => [reset to ground]
[WARNING(db_gsim)]Please check whether supply nodes are marked global in the net list, if not specify them with .global statements
[WARNING(db_gsim)]alone net : GND is found. => [reset to ground]
[WARNING(db_gsim)]Please check whether supply nodes are marked global in the net list, if not specify them with .global statements
Writing : foo.ipdb/INV.design/boundary/port
Writing : foo.ipdb/INV.design/body/type
And after that this is how the tool sees the gate:
==============================
DESIGN : INV
==============================
DESIGN ( INV );
// =================
// PORT DEFINITION
// =================
SUPPLY0 GND ( GND );
SUPPLY1 VDD ( VDD );
FEEDTHRU A ( A );
FEEDTHRU Y ( Y );
// ===========
// INSTANCES
// ===========
END_OF_DESIGN;
- feed-through ( A ) is found
- feed-through ( Y ) is found
Since it says check the global nets, I added every possible combination of global net definitions in the subcircuit file. I have been dwelling on this for a long time and need a solution urgently. Any help is appreciated. My thanks in advance.
Ilker
I have been wrestling with ELC for some time and can't seem to solve this one particular problem. The tool does not recognize my gates properly and can't establish inputs and outputs, instead it is counting them as feedthrough pins and connects them to the ground. Following is the error I get:
--------------------
D0000: : POWER
--------------------
=> 1 vectors generated
Writing : foo.ipdb/INV.design/simulate/spec
Writing : foo.ipdb/INV.design/simulate/subckt
[WARNING(db_gsim)]alone net : A is found. => [reset to ground]
[WARNING(db_gsim)]Please check whether supply nodes are marked global in the net list, if not specify them with .global statements
[WARNING(db_gsim)]alone net : Y is found. => [reset to ground]
[WARNING(db_gsim)]Please check whether supply nodes are marked global in the net list, if not specify them with .global statements
[WARNING(db_gsim)]alone net : VDD is found. => [reset to ground]
[WARNING(db_gsim)]Please check whether supply nodes are marked global in the net list, if not specify them with .global statements
[WARNING(db_gsim)]alone net : GND is found. => [reset to ground]
[WARNING(db_gsim)]Please check whether supply nodes are marked global in the net list, if not specify them with .global statements
Writing : foo.ipdb/INV.design/boundary/port
Writing : foo.ipdb/INV.design/body/type
And after that this is how the tool sees the gate:
==============================
DESIGN : INV
==============================
DESIGN ( INV );
// =================
// PORT DEFINITION
// =================
SUPPLY0 GND ( GND );
SUPPLY1 VDD ( VDD );
FEEDTHRU A ( A );
FEEDTHRU Y ( Y );
// ===========
// INSTANCES
// ===========
END_OF_DESIGN;
- feed-through ( A ) is found
- feed-through ( Y ) is found
Since it says check the global nets, I added every possible combination of global net definitions in the subcircuit file. I have been dwelling on this for a long time and need a solution urgently. Any help is appreciated. My thanks in advance.
Ilker