Altera_Forum
Honored Contributor
16 years agocase analysis and false path issues
Hi,
Is there any feature called case analysis in Quartus2 9.0 edition which allows to select specific path to be considered among three paths going through the 2:1 mux? My design has a cell in the Data Required Path consisting of two flip-flops and a mux with outputs of two FFs connected to inputs of the 2:1 mux and select signal is the clock driving the the flip-flops. The fitter/TimeQuest selects the path through the muxsel instead of through the data inputs resulting in negative slack in accordance with the Data Arrival Path. I tried using set_false_path through the muxsel pin but it didn't help. Is there anyway the tool selects the other path but not the path through muxsel? Any help in this regard is appreciated.