tingox / Minimig_ECS

Minimig project example for FleaFPGA Ohm Experimenter Board
0 stars 0 forks source link

ODDRX1F component not recognized #4

Open tingox opened 4 years ago

tingox commented 4 years ago

gdhl complains

1. Executing GHDL.
../../../../rtl_emard/lattice/ulx3s/top/amiga_ulx3s_ps2kbd.vhd:531:14:error: no declaration for "oddrx1f"
../../../../rtl_emard/lattice/ulx3s/top/amiga_ulx3s_ps2kbd.vhd:531:14:error: component name expected
../../../../rtl_emard/lattice/ulx3s/top/amiga_ulx3s_ps2kbd.vhd:532:14:error: no declaration for "oddrx1f"
../../../../rtl_emard/lattice/ulx3s/top/amiga_ulx3s_ps2kbd.vhd:532:14:error: component name expected
../../../../rtl_emard/lattice/ulx3s/top/amiga_ulx3s_ps2kbd.vhd:533:14:error: no declaration for "oddrx1f"
../../../../rtl_emard/lattice/ulx3s/top/amiga_ulx3s_ps2kbd.vhd:533:14:error: component name expected
../../../../rtl_emard/lattice/ulx3s/top/amiga_ulx3s_ps2kbd.vhd:534:14:error: no declaration for "oddrx1f"
../../../../rtl_emard/lattice/ulx3s/top/amiga_ulx3s_ps2kbd.vhd:534:14:error: component name expected
../../../../rtl_emard/lattice/ulx3s/top/amiga_ulx3s_ps2kbd.vhd:537:21:error: no declaration for "olvds"
../../../../rtl_emard/lattice/ulx3s/top/amiga_ulx3s_ps2kbd.vhd:537:21:error: component name expected
../../../../rtl_emard/lattice/ulx3s/top/amiga_ulx3s_ps2kbd.vhd:539:20:error: no declaration for "olvds"
../../../../rtl_emard/lattice/ulx3s/top/amiga_ulx3s_ps2kbd.vhd:539:20:error: component name expected
ERROR: vhdl import failed.
tingox commented 4 years ago

Not sure this will work, but I was pointed to https://github.com/emard/ulx3s-misc/blob/master/examples/dvi/top/vhdl/top_vgatest.vhd on gitter ulx3s/Lobby as an example, and that example uses this way to fix it.

tingox commented 4 years ago

and ghdl is quiet about that now:

1. Executing GHDL.
../../../../rtl_emard/lattice/ulx3s/top/amiga_ulx3s_ps2kbd.vhd:542:21:error: no declaration for "olvds"
../../../../rtl_emard/lattice/ulx3s/top/amiga_ulx3s_ps2kbd.vhd:542:21:error: component name expected
../../../../rtl_emard/lattice/ulx3s/top/amiga_ulx3s_ps2kbd.vhd:544:20:error: no declaration for "olvds"
../../../../rtl_emard/lattice/ulx3s/top/amiga_ulx3s_ps2kbd.vhd:544:20:error: component name expected
ERROR: vhdl import failed.