- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, I am new to VHDL. If I had 3x3 matrix say:
110 010 001 How would I check the row numbers which contain their first one starting from scanning the bottom left element in the matrix and moving up then repeating on next column once a '1' has been found. Please and thank you.Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There are problems with your example:
Integer cannot be broken down into bits, so I assume you mean a type like unsigned or signed? On this note - your MATRIX assignment doesnt match with the dimensions. Please repost an example that is correct.
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