Home
last modified time | relevance | path

Searched refs:mux_lwidth (Results 1 – 1 of 1) sorted by relevance

/dports/cad/iverilog/verilog-11.0/
H A Dsynth2.cc1365 unsigned mux_lwidth = mux_width; in synth_async() local
1412 if (mux_width < mux_lwidth) { in synth_async()
1413 tmp_type = new netvector_t(mux_data_type, mux_lwidth-1,0); in synth_async()
1428 NetSubstitute*ps = new NetSubstitute(itmp, otmp, mux_lwidth, mux_off); in synth_async()