X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f Date: Wed, 9 Sep 2015 14:13:38 -0400 Message-Id: <201509091813.t89IDcOQ022447@envy.delorie.com> From: DJ Delorie To: geda-user AT delorie DOT com In-reply-to: <20150909182506.73c081cb40b95d49a7500a8f@gmail.com> (geda-user AT delorie DOT com) Subject: Re: [geda-user] New experimental netlist features 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> <20150909182506 DOT 73c081cb40b95d49a7500a8f AT gmail DOT com> 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 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). We can define our syntax as a comma-separated list of verilog vectors :-) netname=SDW,SDR,SC,CS netname=nCS,nWR,nRD,D[15:0],A[19:0] etc