Date: 8/10/2012
E-mail from user
Name: Roderick Mann
Subject: Asterisk instead of <>?
Email: rmann@...
Message Content:
How about using an asterisk instead of angle brackets for assigning multiple pins to a net?
gnd[0:2] = gnd*; Also, I don't seem to be able to write
gpio[0:4] = <open>;
Anonymous
The * notation was added to the 2.1 grammar, you can declare multiple pins as open, as long as the <> are not used. We can add that functionality if we decided to but we can probably determine that when we settle on a specific grammar.