element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
    About the element14 Community
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      •  Vietnam
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Avnet Boards Forums
  • Products
  • Dev Tools
  • Avnet & Tria Boards Community
  • Avnet Boards Forums
  • More
  • Cancel
Avnet Boards Forums
ZedBoard Hardware Design Floating Point Operator
  • Forum
  • Documents
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Avnet Boards Forums to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Not Answered
  • Replies 2 replies
  • Subscribers 353 subscribers
  • Views 314 views
  • Users 0 members are here
Related

Floating Point Operator

Former Member
Former Member over 10 years ago

Hello ,

I have 32 bit std_logic_vector signal and want to multiply it by floating point .

e.g

         signal Input : std_logic_vector (31 downto 0 );
         signal number = 0.2 ;
         signal Output: std_logic_vector (31 downto 0 );

          Output <= 0.2 * Input ;



What can be the best solution to do this kind of multiplication ? i have read somewhere that floating point arithmetic operation is not synthesizable so better to use fixed point numbers .
I have used Floating Point Operator . I added in my Block design and connected via DMA. I set the option "float to Fixed " in that IP (assuming I will send floating point value from SDK ). After generating bitstream, I used the DMA function to send the value float 0.2 to TxBufferPtr, But unfortunately I see only 0 input and 0 output :( So floating point cannot be the input for sending value to DMA. What should I do to complete my required task :(
Which operation has to be selected for that IP ?

It would be appreciated if anyone can tell me the proper idea to do that sort of operation .



Thanks

  • Sign in to reply
  • Cancel
  • Former Member
    0 Former Member over 10 years ago


      

    Further , I have read that " binary32 (Single Precision Format) u2013 Uses 32 bits, with a 24-bit fraction and 8-bit exponent. " . So I send the value to DMA for S_AXIS for Floating Point IP "Value = 0x1001011". I can see the input on waveform ILA but my output of Floating Point is still "0000000". (Note I select the option in IP float to fixed point "

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 10 years ago

    It might make sense to simplify the design initially so that you can debug one thing at a time. You might start by skipping the DMA and just connecting the floating point IP to the AXI bus. Make sure that you are using the AXI Stream interface. Then try exercising the IP in a simple manner. Once you can verify that the IP core is performing the floating point function you want then you can add the DMA function.

     

    Since this is a Xilinx IP core you may want to take advantage of the Xilinx Community Forums as well.

     

    -Gary

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2026 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube