V
vssumesh
Guest
Hello all,
I am now trying to code a bough wooley multiplier in verilog. The
following link gives good animation and VHDL code for that.
http://tima-cmp.imag.fr/~guyot/Cours/Oparithm/english/Multip.htm
Is it possible to get a verilog code as simple as the VHDL code shown
in the site. i tried to model it but have some doubt.
Is it possible to instantiate two dimensional components in verilog.
There is options for 1 dimensional instantiations But when i tried for
two dimension it gave an error. I tried the following syntax..
FA fa[7:0][6:0](in1[7:0][6:0],out[7:0][6:0]); etc....
but FA fa[7:0](in1[7:0],out[7:0]); worked just fine.
Also i felt like books and related topics on this type advanced design
is very less. Requesting evry bodies comment on this.
regards
Sumesh
I am now trying to code a bough wooley multiplier in verilog. The
following link gives good animation and VHDL code for that.
http://tima-cmp.imag.fr/~guyot/Cours/Oparithm/english/Multip.htm
Is it possible to get a verilog code as simple as the VHDL code shown
in the site. i tried to model it but have some doubt.
Is it possible to instantiate two dimensional components in verilog.
There is options for 1 dimensional instantiations But when i tried for
two dimension it gave an error. I tried the following syntax..
FA fa[7:0][6:0](in1[7:0][6:0],out[7:0][6:0]); etc....
but FA fa[7:0](in1[7:0],out[7:0]); worked just fine.
Also i felt like books and related topics on this type advanced design
is very less. Requesting evry bodies comment on this.
regards
Sumesh