C
circuit student
Guest
Hi all,
I just spent about 2 hours debugging and figuring out why a simple
voltage pulse source didn't output the waveform I wanted.
Only to find out it was because of a arcane and in my opinion stupid
limitation in the software: variable names must be <= 8 characters,
otherwise variable names will be truncated and improperly recognized!!
for example:
write_en_period
and
write_en_pulsew
truncates to:
write_en_p
and
write_en_p
Thus messing up my objects! (in this cae, a voltage pulse source).[
Does anybody know the way around this problem?
This is important because I plan to have my entire project (a
microprocessor) in schematic hierarchy, using variable names to
parametrize transistor widths. But I cannot have easy to read variable
names if they must all be truncated to 8 characters!
Thanks,
circuit student
I just spent about 2 hours debugging and figuring out why a simple
voltage pulse source didn't output the waveform I wanted.
Only to find out it was because of a arcane and in my opinion stupid
limitation in the software: variable names must be <= 8 characters,
otherwise variable names will be truncated and improperly recognized!!
for example:
write_en_period
and
write_en_pulsew
truncates to:
write_en_p
and
write_en_p
Thus messing up my objects! (in this cae, a voltage pulse source).[
Does anybody know the way around this problem?
This is important because I plan to have my entire project (a
microprocessor) in schematic hierarchy, using variable names to
parametrize transistor widths. But I cannot have easy to read variable
names if they must all be truncated to 8 characters!
Thanks,
circuit student