Hi!
I am currently working on a school project that requires me to implement VHDL code on a LCMXO3D-9400HC-5BG256C breakout board. My issue is that I find it difficult to "fetch" my binary input (of around 40 bits) from an external file to place it in my board, process it, and then place the output in another external file. I learned that the TEXTIO package is generally not possible during Synthesis. Initially, I saved it in a text file, but after reading about IP cores, I learned that it should be stored in a mem file. Can you help me with a step-by-step walkthrough (if possible) how I can implement this on my board?
I am relatively new to the Lattice Diamond software and MACHXO family boards, which is why I decided to ask here and am hoping for a reply.