Forum Discussion
AWann1
Occasional Contributor
7 years agoCan't implement HSMC on CycV Soc Dev Board
Hello, I'm using the supplied project and golden_top .v files for the Cyclone V SoC board. I'm just writing out a memory file through the HSMC bus, using the already defined pins. However, I get t...
AWann1
Occasional Contributor
7 years agoAh, I found my problem. I had instantiated the negative side of the bus manually in my IO declarations. When assigning a bus the LVDS standard, that is unnecessary, as Quartus handles that for you. Once I removed the negative side, my errors went away