Altera_Forum
Honored Contributor
10 years agoColumn Scanning Matrix in VHDL
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.