Forum Discussion
SAR
Occasional Contributor
7 years agoHI,
First of all you can maintain some coding standards or at least by giving spacing /Tab which will help in eliminating many errors.
I can see many syntax error few are listed below
Statements Syntax error
- -architecture logic of mult_control is -> -
- if reset_a = '1' ; then -> ;
- else rising_edge(clk) then -> else or elsif
- architecture is not ended. ->No architecture logic;
- few Conditional Control are missing end statements by having spacing/Tab we can eliminate such.