Forum Discussion
FvM
Super Contributor
6 months agoAutomatically added negative node for TDS output doesn't work with Agilex 5
Hello, I'm trying to build a basic SE to DE converter on Agilex 5 module SEtoDE (
input SE,
output DE
);
assign DE = SE;
endmodule I assign respective IO standards and use locations...
ShengN_altera
Super Contributor
6 months agoI got the same result as yours.
I see another weird thing. In the same design, at first Agilex 5 got assembler critical warning. Then in same design, I change to device Agilex 7 and change pin there's no assembler critical warning. After that in same design, I change back to Agilex 5 and change back the pin and clean project, there's no assembler critical warning after compilation.
Not sure if you see the same thing as mine?
If yes, I think it's a potential bug