netlist-verilog icon indicating copy to clipboard operation
netlist-verilog copied to clipboard

Make NetAssigns take any lvalue as the target.

Open garrinkimmell opened this issue 14 years ago • 0 comments

signal f_sel : std_logic_vector(1 downto 0); f_sel(0) <= expr0; f_sel(1) <= expr1;

garrinkimmell avatar Mar 02 '10 23:03 garrinkimmell