Home
last modified time | relevance | path

Searched refs:din_1 (Results 1 – 25 of 40) sorted by relevance

12

/dports/cad/yosys/yosys-yosys-0.12/tests/asicworld/
H A Dcode_hdl_models_mux_using_if.v9 din_1 , // Mux Second input
14 input din_0, din_1, sel ; port
20 always @ (sel or din_0 or din_1)
25 mux_out = din_1 ;
H A Dcode_hdl_models_mux_using_case.v9 din_1 , // Mux Second input
14 input din_0, din_1, sel ; port
20 always @ (sel or din_0 or din_1)
24 1'b1 : mux_out = din_1;
H A Dcode_hdl_models_mux_using_assign.v9 din_1 , // Mux Second input
14 input din_0, din_1, sel ; port
20 assign mux_out = (sel) ? din_1 : din_0;
/dports/devel/icestorm/icestorm-710470f9/icefuzz/tests/
H A Dsb_io_od.v33 output din_1 port
45 wire din_1; net
60 .DIN1(din_1)
H A Dsb_io.v33 output din_1 port
45 wire din_1; net
62 .D_IN_1(din_1)
H A Dsb_gb_io.v11 output [7:0] din_1, port
29 .D_IN_1(din_1),
H A Dtest_pio_tb.v32 .din_1 (gold_din_1 )
46 .din_1 (gate_din_1 )
H A Dsb_io_od.pcf12 # set_io din_1
H A Dsb_io.pcf12 # set_io din_1
H A Dtest_pio.sh27 output din_1,
/dports/devel/doxygen/doxygen-1.9.3/examples/
H A Dmux.vhdl18 din_1 : in std_logic; --! Mux Second input port
30 din_1 when others;
/dports/devel/py-breathe/breathe-4.31.0/examples/doxygen/
H A Dmux.vhdl18 din_1 : in std_logic; --! Mux Second input port
30 din_1 when others;
/dports/devel/icestorm/icestorm-710470f9/icefuzz/
H A Dmake_gbio.py30 din_1 = np.random.choice(["din_1", "{din_1[1:0], din_1[%d:2]}" % (w - 1,)]) variable
82 din_1,
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/top/b2xxmini/coregen_dsp/
H A Dhbdec1.veo68 .din_1(din_1), // input [23 : 0] din_1
H A Dhbdec2.veo68 .din_1(din_1), // input [23 : 0] din_1
H A Dhbdec1.asy11 PINATTR PinName din_1[23:0]
H A Dhbdec2.asy11 PINATTR PinName din_1[23:0]
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/top/b200/coregen_dsp/
H A Dhbdec2.veo68 .din_1(din_1), // input [23 : 0] din_1
H A Dhbdec1.veo68 .din_1(din_1), // input [23 : 0] din_1
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/top/x300/coregen_dsp/
H A Dhbdec2.veo68 .din_1(din_1), // input [23 : 0] din_1
H A Dhbdec1.veo68 .din_1(din_1), // input [23 : 0] din_1
H A Dhbdec3.veo68 .din_1(din_1), // input [23 : 0] din_1
H A Dhbdec1.asy11 PINATTR PinName din_1[23:0]
H A Dhbdec2.asy11 PINATTR PinName din_1[23:0]
H A Dhbdec3.asy11 PINATTR PinName din_1[23:0]

12