Altera_Forum
Honored Contributor
17 years agoAbout DK-N2EVAL-3C25N
Hi there.
I've purchased DK-N2EVAL-3C25N and tried to compile samples such as cycloneIII_3c25_start_my_first_fpga.qpf via Quartrus 7.2 but with no success. Error: Missing required positional arguments: <delay>, <targets> --------------------------------------------------------------------------- Usage: set_output_delay [-h | -help] [-long_help] [-add_delay] -clock <name> [-clock_fall] [-fall] [-max] [-min] [-reference_pin <name>] [-rise] [-source_latency_included] <delay> <targets> -h | -help: Short help -long_help: Long help with examples and possible return values -add_delay: Add to existing delays instead of overriding them -clock <name>: Clock name -clock_fall: Specifies output delay relative to the falling edge of the clock -fall: Specifies the falling output delay at the port -max: Applies value as maximum data required time -min: Applies value as minimum data required time -reference_pin <name>: Specifies a port in the design to which the output delay is relative -rise: Specifies the rising output delay at the port -source_latency_included: Specifies input delay already includes added source latency <delay>: Time value <targets>: Collection or list of output ports --------------------------------------------------------------------------- while executing "set_output_delay -clock [get_clocks {pll:inst1|altpll:altpll_component|pll_altpll:auto_generated|wire_pll1_clk[0]}] " (file "C:/altera/72/kits/cycloneIII_3c25_niosII_eval/examples/my_first_fpga/cycloneIII_3c25_start_my_first_fpga.sdc" line 47) Even though I didn't modify anything at all but with no luck. Does anyone know how to solve this problem. Thanks.