- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
i have typed the following codes into" .v file"
but after compiled , the compiler showed me:" Error: Can't synthesize current design -- Top partition does not contain any logic" but i have make it the top level through "Project->Set top_level Entity " it still can't be solved ~~please help :p codes: module myand(a, b, c); // Input Port(s) input a,b; // Output Port(s) output c; assign c=a&b; // Additional Module Item(s) endmodule링크가 복사됨
4 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
--- Quote Start --- Hi, check whether your toplevel is set to to "myand". have look to the attahed project. kind regards GPK --- Quote End --- thank you ,i will try it ~:)
