-
Notifications
You must be signed in to change notification settings - Fork 71
IVIDEO
Pepijn de Vos edited this page Nov 17, 2024
·
2 revisions
Port | Size | Direction |
---|---|---|
CALIB | 1 | input |
D | 1 | input |
FCLK | 1 | input |
PCLK | 1 | input |
Q0 | 1 | output |
Q1 | 1 | output |
Q2 | 1 | output |
Q3 | 1 | output |
Q4 | 1 | output |
Q5 | 1 | output |
Q6 | 1 | output |
RESET | 1 | input |
Parameter | Default Value |
---|---|
GSREN | false |
LSREN | true |
IVIDEO #(
.GSREN(GSREN),
.LSREN(LSREN)
) ivideo_inst (
.CALIB(CALIB),
.D(D),
.FCLK(FCLK),
.PCLK(PCLK),
.Q0(Q0),
.Q1(Q1),
.Q2(Q2),
.Q3(Q3),
.Q4(Q4),
.Q5(Q5),
.Q6(Q6),
.RESET(RESET)
);