Forum Discussion
Altera_Forum
Honored Contributor
12 years ago --- Quote Start --- Thank you for your helpful information. I do not write: met <= met + 25 because I want to increase the variable 'met' step by step. Specifically I want 'met' to take the values 1 then 2 then 3 and etc and this is the reason that I use the the loop in my code. --- Quote End --- I think you should use "vector" signals instead of sign or unsign. Also you were designing circuit using HDL code insdead of writing c code! So you should make a clock involve in your hardware codes, and design synchronized circuit.