- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I am trying to find a way to convert numbers into floating point. For example: Let Y=-A/B; And A and B are integers, but B>> A. Therefore the range of Y is [0 1]. I already tried using $itor and $realtobits. But my output is still 0. I am using modelsim 10.0 btw. Thanks in advance.Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If it's a pure simulation problem, it's very easy. As in most programming languages, you have to convert the type of at least A or B before the division.
If the code is intended for synthesis, you hav eto decide about a suitable number format first, e.g. single precision float and use respective Megafunctions.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page