Forum Discussion
Altera_Forum
Honored Contributor
10 years ago7- Segments pin assignment for Cyclone IV EP4CE6E22C8
Hello: I wrote simple program to count on 7 Segments Display in my board Cyclone IV EP4CE6E22C8. module seg(
input clk,
output segA, segB, segC, segD, segE, segF, segG, segDP
);
re...
Altera_Forum
Honored Contributor
10 years agoWhich board do you use? For the boards I have used I was able to find a .csv file with the pin assignments, which I could import. That, in combination with a board-specific top layer for the mapping of the ports to the pins, makes it easier to see the connections and know the assignment has been done correctly.