Forum Discussion
Altera_Forum
Honored Contributor
16 years agoI don't want to be impolite (well, actually i don't care), but if you think you have to spam my thread, than describe your problem more precisely and learn how to write propertly!
I don't know what you mean by "bloc accelerator", and I don't know what a "standard processor" is (since I know a ****load of different processor architectures), but if you want to connect a altfo_mult block to an GPIO port of a processor, the solution can't be that hard:- you need two input ports that are connected to dataa and datab
- you need one output port that is connected to result
- you need to clock the multiplyer, either by a global clock or by an GPIO pin (depends on your application)
- you need to connect the reset pin to an GPIO from your processor if you want to reset the altfp_mult by your software. if you dont need it, connect it to a logical low level
- you need to connect the flag pins (underflow, overflow, nan,...) to GPIOs if needed, otherwise let them float.