Forum Discussion
Altera_Forum
Honored Contributor
11 years agoALTFP_Div Simulation
Hi all, I am having issues attempting to functionally simulate this 32 bit single precision floating point division module. I am using this module as part of a larger project, but I have tracke...
Altera_Forum
Honored Contributor
11 years ago --- Quote Start --- 2.)**Warning: (vsim-3534): Failed to open file "Division.hex" for reading. --- Quote End --- ALTFP_DIV uses an M9K memory as part of it's implementation. That memory needs to be initialized in your simulation and it sounds like it isn't, for one reason or another. Find that .hex file (it was created when the ALTFP_DIV MegaFunction files were created) and copy it around until the vsim warning goes away. Try putting it in the directory your executing from.