Re: [Xschem] signals defined in records are also instantiated separately
Schematic circuit editor for VLSI and Mixed mode circuit simulation.
Brought to you by:
stef_sport_2002
|
From: Svenn A. B. <sve...@gm...> - 2020-02-19 13:13:33
|
On Wed, 19 Feb 2020 at 11:04, stefan schippers <ste...@gm...> wrote: > > > So you suggest a flag that prevents xschem appending _vector to a bussed > signal, so if sig_verbose=true a label A[7:0] with type mytype and > sig_verbose=true > will translate to a declaration like: > > signal A : mytype(7 downto 0); > > instead of: > > signal A : mytype_vector(7 downto 0); > > Am i correct? Yes, this assumption is correct. |