Forum Discussion
Altera_Forum
Honored Contributor
7 years agoHow to make a FLAG using verilog
Dear Community, I’ve two modules – on is parsing the USART RX signal and the other one is a state machine which shall do something else in case the first module founds e.g. the word “read” inside ...
benc
New Contributor
7 years agoThe code is hard to read, so I did not read it in details. As for the question, normally you would instantiate a register with synchronous set and reset signal. Then you would create these set and reset signals in other synchronous processes (different modules in your case).