- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
when a instance port is not connected,
Quartus report a connectivty issue. how to avoid this.링크가 복사됨
4 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
In VDHL use 'open'
E.g a : b port map ( clk => clk , ... thispin => open, ... ) ;- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
thank you. but i like use Verilog. Do you know how write Verilog code like this?
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Sorry, I wouldn't touch Verilog with a bargepole i.e. I don't know much about Verilog.
Let's hope the Verilog experts will step in.- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
In VHDL and verilog, any out ports left out are left open by default. But you must connect and input port to something if it has no default value, even if it's a constant.
WHy not post the actual error?