Altera_Forum
Honored Contributor
18 years agoMore designing with Incremental Design?
I'm working on a design used Incremental Design ( ID ). In the design I need to create some gated clocks on output pins. To do this I'm using the Altera altddio_out function where I'm feeding it a continuous clock and synchronously change the rising edge and/or falling edge data inputs to create the gated clock. The question I have is;
Does the altddio_out function have to be in the top level of the ID design or can it be part of a lower level partition? I'm having an issue of placement of the data input generation logic, within the partition, being to far from the selected output pin when the altddio_out function exists only in the top level of the ID design.:rolleyes: