Open LiamSkirrow opened 1 year ago
Include an option to specify the number of spaces between the module name and instance name, for example:
--space 1 (which is the default)
--space 1
Control_Unit ├── Register_File u_reg_file_inst └── alu u_alu_inst
and --space 4
--space 4
Include an option to specify the number of spaces between the module name and instance name, for example:
--space 1
(which is the default)and
--space 4