Maker Pro
Maker Pro

How to work with XC3S500E-4

bravehamid

Dec 10, 2014
27
Joined
Dec 10, 2014
Messages
27
Hi
I work with XC3S500E-4 (spartan3e) and Is there multiplier block?
And how can I use it?
 

JWHassler

Dec 22, 2014
86
Joined
Dec 22, 2014
Messages
86
upload_2015-5-13_10-27-40.png

Looks like it has them: how to use them depends on the language you use.
I know that, in Altera Verilog, simply stating
Word[35:0] <= Multiplier[17:0] * Multiplicand[17:0];
... would do it.
 

JWHassler

Dec 22, 2014
86
Joined
Dec 22, 2014
Messages
86
I meant that a programming language that targets this device will infer use of the multiplier-block.
The example I gave was for Verilog. What language are you using?
 

JWHassler

Dec 22, 2014
86
Joined
Dec 22, 2014
Messages
86
So you are using VHDL and xilinx: I'm Verilog and Altera- sorry.
Somewhere in the Xilinx software there must be a setting similar to: "Infer multipliers"... search for that.
There might be better places to ask this question, too. MAybe the Xilinx forums? Or here.
 
Top