- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear all,
I have a strange problem with synthesising my design. the problem is when I have a top level that connects my board signals to my design logic I get every thing synthesised away. I'm using Verilog-2001 HDL My design hierarchy is as follow:- Board Top Level
- My Design To Level Instance
- My design Modules Instances
Link Copied
4 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This happens, if either no top entity outputs are connected to the design, or the outputs are all constant, e.g. because you didn't connect clock or reset inputs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Of course I did connected my DE2_70 CLOCK_50 into my design. Also, I connected KEY[0] as a reset signal. However, I'm still having the problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
--- Quote Start --- Of course I did connected my DE2_70 CLOCK_50 into my design. Also, I connected KEY[0] as a reset signal. --- Quote End --- O.K., but something is obviously missing, Quartus is following an exact method to determine which parts of the design can be removed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yep you were right, I was not having any output to the board. Once I added a dummy output every thing got synthesized jut fine.
Thank you for your clearification.
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