Skip to content

How to synthesize incrementally/hierarchically #3602

Answered by pbreuer
pbreuer asked this question in Q&A
Discussion options

You must be logged in to vote

@nakengelhardt I now have a properly working process and makefile. I followed your general idea in using the steps listed in help synth_xilinx. (1) i guessed how far to go monolithically (pass 33, just before the map_cells label in the listed program) and I stop there and write the modules out as .il files. (2) Each is then read in individually and processed to the check label in the listed program and written out again. Then (3) they are all read in at once to one monolithic process for running from check label onwards n the listed program and are written as a single .json file.

Here is a shell script inline, and I'll attach a Makefile. Please do improve it. I likely took step (1) too fa…

Replies: 4 comments 9 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
6 replies
@pbreuer
Comment options

@nakengelhardt
Comment options

@pbreuer
Comment options

@nakengelhardt
Comment options

@pbreuer
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@pbreuer
Comment options

@nakengelhardt
Comment options

@pbreuer
Comment options

Answer selected by pbreuer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants