X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=DHcP0/ZNhAdcA+j7bglVfV3zNpfcOhPd1utz47KqsRQ=; b=SfKw5Sfrp7z/MsAwd6FWIfqEdXLA+AVJZxxAQRoeUj0Rab2aArhx0rnk9Au+bvWZy9 mCb0qSbhjBfPN8rz9x97uQbOpRs7tzAlYTI27jIrpTQAzwMnzt2ipxPSGV05c6tm1ivn 70gUatOfKGIwji2TPxPgq7RMB4yacd7HGgT8YUtXPi456Y8pNzQwJxJ4Mh1/1gEam3H7 9X2AxMQWVp0hl78YwIdn0eU9Mfo1QpHvspvBXcg6OHK+PUOJSYqoSxNvlOtYl1xk1zud 1BeKjlaoKCzkCEVLROocwZwB91D6vTSoA1yeTFtu6kr0MIzWWK4BBqniIbJlFSt7+GoZ NTOw== X-Received: by 10.180.23.71 with SMTP id k7mr38791838wif.11.1441815908006; Wed, 09 Sep 2015 09:25:08 -0700 (PDT) Date: Wed, 9 Sep 2015 18:25:06 +0200 From: "Nicklas Karlsson (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] New experimental netlist features Message-Id: <20150909182506.73c081cb40b95d49a7500a8f@gmail.com> In-Reply-To: References: <201509082040 DOT t88KerD6005455 AT envy DOT delorie DOT com> <55EF7C26 DOT 8080108 AT ecosensory DOT com> <201509090058 DOT t890wwDB014552 AT envy DOT delorie DOT com> X-Mailer: Sylpheed 3.5.0beta1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > I for one usually think of a bus as several different signals that are > always used together such as a microprocessor > bus with have address, data and control signals. > > I would use vector for what you are calling a bus if it is only one signal > name and a width. > I would use vector for the adress and data bus but not for the control signals although all three are needed in the bus. If designing with microcontrollers it is very common with a serial bus instead of a parallell bus, for example synchronous ser ial communication (SPI).