Search found 2 matches
- Tue Dec 26, 2006 1:06 am
- Forum: General
- Topic: Verilog document class
- Replies: 1
- Views: 270
- Tue Dec 26, 2006 12:50 am
- Forum: Enhancement Suggestions
- Topic: Octal and Binary Prefix in [Syntax] section of .syn files
- Replies: 0
- Views: 197
Octal and Binary Prefix in [Syntax] section of .syn files
I think it is a good idea to have Octal Prefix and Binary Prefix line in [Syntax] section of Syntax Definition Files (.syn files) like HexPrefix which we have it now. One of the examples are Verilog and VHDL (Hardware Design & Simulation Language). We have: 8'b10101010 means 8 bits binary 10101010 ...