OpenCores
Issue List
lowpass.vhd: ENITY / END name mismatch #1
Closed jays1oc opened this issue about 13 years ago
jays1oc commented about 13 years ago

The name of the ENTITY (line 86) is "lowpass"; the matching END (line 99) says "butterworth3".

Technically, both must be the same. The FPGA synthesizers I have tried so far have all failed.

When I updated line 99 to be "END lowpass ;", I had no problem completing synthesis.

fcorthay commented almost 9 years ago

Perfectly right I corrected the VHDL

fcorthay commented almost 9 years ago

This is right: I corrected the VHDL entity.

fcorthay closed this almost 9 years ago

Assignee
No one
Labels
Bug