File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11VERSION 5.8 ;
2- DIVIDERCHAR "| " ;
2+ DIVIDERCHAR "/ " ;
33BUSBITCHARS "[]" ;
44DESIGN multi_sink ;
55UNITS DISTANCE MICRONS 2000 ;
Original file line number Diff line number Diff line change 11VERSION 5.8 ;
2- DIVIDERCHAR "| " ;
2+ DIVIDERCHAR "/ " ;
33BUSBITCHARS "[]" ;
44DESIGN top ;
55UNITS DISTANCE MICRONS 1000 ;
Original file line number Diff line number Diff line change @@ -1330,7 +1330,7 @@ class dbBlock : public dbObject
13301330 static dbBlock* create (dbChip* chip,
13311331 const char * name,
13321332 dbTech* tech = nullptr ,
1333- char hier_delimiter = 0 );
1333+ char hier_delimiter = ' / ' );
13341334
13351335 // /
13361336 // / Create a hierachical/child block. This block has no connectivity.
@@ -1340,7 +1340,7 @@ class dbBlock : public dbObject
13401340 static dbBlock* create (dbBlock* block,
13411341 const char * name,
13421342 dbTech* tech = nullptr ,
1343- char hier_delimiter = 0 );
1343+ char hier_delimiter = ' / ' );
13441344
13451345 // /
13461346 // / Translate a database-id back to a pointer.
@@ -4990,7 +4990,7 @@ class dbLib : public dbObject
49904990 static dbLib* create (dbDatabase* db,
49914991 const char * name,
49924992 dbTech* tech,
4993- char hierarchy_delimiter = 0 );
4993+ char hierarchy_delimiter = ' / ' );
49944994
49954995 // /
49964996 // / Translate a database-id back to a pointer.
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ _dbBlock::_dbBlock(_dbDatabase* db)
152152 _flags._spare_bits = 0 ;
153153 _def_units = 100 ;
154154 _dbu_per_micron = 1000 ;
155- _hier_delimiter = 0 ;
155+ _hier_delimiter = ' / ' ;
156156 _left_bus_delimiter = 0 ;
157157 _right_bus_delimiter = 0 ;
158158 _num_ext_corners = 0 ;
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ _dbLib::_dbLib(_dbDatabase* db)
9898{
9999 _lef_units = 0 ;
100100 _dbu_per_micron = 1000 ;
101- _hier_delimiter = 0 ;
101+ _hier_delimiter = ' / ' ;
102102 _left_bus_delimiter = 0 ;
103103 _right_bus_delimiter = 0 ;
104104 _spare = 0 ;
Original file line number Diff line number Diff line change 11VERSION 5.8 ;
2- DIVIDERCHAR "| " ;
2+ DIVIDERCHAR "/ " ;
33BUSBITCHARS "[]" ;
44DESIGN top ;
55UNITS DISTANCE MICRONS 2000 ;
You can’t perform that action at this time.
0 commit comments