- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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) endmoduleLink Copied
4 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
please help me ,I really can't solve it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
thank you ,i will try it ~:)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
--- 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 ~:)

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page