Can someone explain to me this error and how to solve it?
1 | |
2 | |
3 | |
4 | |
5 | |
6 | |
7 | |
8 | |
9 | |
10 | |
11 | |
12 | |
13 | |
14 | |
15 | |
16 | |
17 | |
18 | |
19 | |
20 | |
21 | |
The errors are:
1 | |
2 | |
3 | |
4 | |
5 | |
6 | |
7 | |
8 | |
9 | |
10 | |
11 | |
12 | |
13 | |
14 | |
15 | |
16 | |
17 | |
18 | |
19 | |
Error when using with-select-when in VHDLCan someone explain to me this error and how to solve it?
The errors are:
The with-select is a concurrent statement. It cannot be used inside a process. Use the case-when instead...
Guest
#3870590
I did put it outside the process. It can be seen in the code clearly. Ayush Khemka wrote: > It can be seen in the code clearly. Ok, I see. But then the problem is not in the posted code. > signal wrptr,rdptr: std_logic_vector(n-1 downto 0); > Expression must be the name of an object whose subtype is locally static Where does n come from? ReplyPlease log in before posting. |