Skip to content

Commit

Permalink
pipistrello: remove unused constraint kwarg
Browse files Browse the repository at this point in the history
  • Loading branch information
jordens committed Jul 26, 2015
1 parent 1d9f408 commit d65d303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soc/targets/artiq_pipistrello.py
Expand Up @@ -50,7 +50,7 @@ def __init__(self, platform, clk_freq):
NET "sys_clk" TNM_NET = "GRPsys_clk";
TIMESPEC "TSfix_ise1" = FROM "GRPint_clk" TO "GRPsys_clk" TIG;
TIMESPEC "TSfix_ise2" = FROM "GRPsys_clk" TO "GRPint_clk" TIG;
""", int_clk=rtio_internal_clk, ext_clk=rtio_external_clk)
""", int_clk=rtio_internal_clk)


class NIST_QC1(BaseSoC, AMPSoC):
Expand Down

0 comments on commit d65d303

Please sign in to comment.