A
alexru
Guest
Bonjour.
Pouvez-vous m'aider à traduire ce code pour Verilog pure sans utiliser SRL16?
Code:eee module (clk, q);
entrée CLK;
sortie [17:0] q;supply0 GND;
supply1 VCC;fil [17:0] q;
genvar g;
générer
for (g = 0; g <18 g = g 1) commencer: SRL16_inst
SRL16 SRL16_inst (
. Q (Q [g]),
. A0 (GND),
. A1 (GND),
. A2 (VCC),
. A3 (GND),
. CLK (CLK),
. D (q [g])
);
fin
endgenerate
endmodule
Pouvez-vous m'aider à traduire ce code pour Verilog pure sans utiliser SRL16?
Code:eee module (clk, q);
entrée CLK;
sortie [17:0] q;supply0 GND;
supply1 VCC;fil [17:0] q;
genvar g;
générer
for (g = 0; g <18 g = g 1) commencer: SRL16_inst
SRL16 SRL16_inst (
. Q (Q [g]),
. A0 (GND),
. A1 (GND),
. A2 (VCC),
. A3 (GND),
. CLK (CLK),
. D (q [g])
);
fin
endgenerate
endmodule