From: Luke Kenneth Casson Leighton Date: Thu, 3 Jun 2021 15:07:03 +0000 (+0000) Subject: change ref to ref_v in PLL (keyword) X-Git-Tag: LS180_RC3~36 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0e2e09b6f3c7a643396dd8fc46b038fec9c3592e;p=soclayout.git change ref to ref_v in PLL (keyword) --- diff --git a/experiments9/non_generated/pll.v b/experiments9/non_generated/pll.v index 9759b31..73212b5 100644 --- a/experiments9/non_generated/pll.v +++ b/experiments9/non_generated/pll.v @@ -1,10 +1,10 @@ (* blackbox = 1 *) -module pll(ref , div_out_test, a0, a1, vco_test_ana, out_v); +module pll(ref_v, div_out_test, a0, a1, vco_test_ana, out_v); input a0; input a1; output div_out_test; output out_v; - input ref ; + input ref_v; output vco_test_ana; endmodule