Altera_Forum
Honored Contributor
14 years agoTimeQuest: how do i set_max_skew at lower hierarchy levels?
I've written a module which has an input port requiring a max skew constraint.
I.e. i have to constrain the skew on that port to all registers it feeds. The following command will only work if my module is the top level entity: set_max_skew -from [get_ports DATA_IN] 0.200 But it is supposed to be part of an SOPC, and its ports are, well, no longer ports, for they get connected to other modules inside the SOPC. The path to the "port" in question is as follows: NIOSII:inst1|Foo:the_Foo|DATA_IN What should i put into my top level (or Nios) .sdc file to constrain this input? Using Quartus II 9.0.