Forum Discussion
KhaiChein_Y_Intel
Regular Contributor
6 years agoHi,
I received the feedback from the team today. Please see the feedback below.
The issue is that Tri8.bsf shows that tridata is of type bidir, but in Tri8.vhd, tridata is an output. You need to fix the design so that the Tri8 symbol used in TriTest.bdf matches the implementation of Tri8 in Tri8.vhd. Right now the Tri8 symbol says that tridata is a bidir but in Tri8.vhd tridata is an output. If you make the two match the design goes through.
You are encourage to move away from using bdf. It is much better to a modern language that is also used by other tools, i.e. Verilog, systemverilog or vhdl.
Thanks.