logidrom
logidrom copied to clipboard
Change INV to NOT
To bring term names into a more logic nameing, INV should be changed to NOT, according to the names used in IEC60617. NEG is also possible but less readable.
Same goes for BUFfer -> DRV
If we implement wavedrom/logidrom#22 , do we need different set of gate names? or = ~ & ~& | ~| ^ ~^
will be enough?
Oh, yes, PLEASE. pretty please! :))
These symbols are not only realy hard to read and quite language dependant, but also way too usefull to be spend on names. And last but not least, Leters are on every keyboard on this planet easy accessable, while above symbols need ATL-something combinations on several (like German, French...).
If I understand you correctly: You would like to use: "AND", "OR", "NOT",... operators everywhere instead of "&", "|", "~",... independent of symbol type system. Is that so?
Yes. Not every language keyboard allows easy acces to symbols like ~ and |