diff options
author | Paul Selkirk <paul@psgd.org> | 2015-07-18 06:06:55 -0400 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2015-07-18 06:06:55 -0400 |
commit | 5f1de63e3bc6043ee10683a2c9fd8a7c03a3983a (patch) | |
tree | f7b1611cc511799bc8148dc95128e18b6b06a958 /common/rtl/ipcore | |
parent | f5cfe0b5d45f627877d8829b25f9ff637749cf97 (diff) |
update lint for new ipcore modules
Diffstat (limited to 'common/rtl/ipcore')
-rw-r--r-- | common/rtl/ipcore/clkmgr_dcm.v | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/rtl/ipcore/clkmgr_dcm.v b/common/rtl/ipcore/clkmgr_dcm.v index 71477a8..6e57c3d 100644 --- a/common/rtl/ipcore/clkmgr_dcm.v +++ b/common/rtl/ipcore/clkmgr_dcm.v @@ -62,6 +62,10 @@ //----------------------------------------------------------------------------
// __primary______________50____________0.010
+/*verilator lint_off PINCONNECTEMPTY*/
+/*verilator lint_off UNDRIVEN*/
+/*verilator lint_off UNUSED*/
+
`timescale 1ps/1ps
(* CORE_GENERATION_INFO = "clkmgr_dcm,clk_wiz_v3_6,{component_name=clkmgr_dcm,use_phase_alignment=true,use_min_o_jitter=false,use_max_i_jitter=false,use_dyn_phase_shift=false,use_inclk_switchover=false,use_dyn_reconfig=false,feedback_source=FDBK_AUTO,primtype_sel=DCM_SP,num_out_clk=1,clkin1_period=20.0,clkin2_period=20.0,use_power_down=false,use_reset=true,use_locked=false,use_inclk_stopped=true,use_status=false,use_freeze=false,use_clk_valid=true,feedback_type=SINGLE,clock_mgr_type=MANUAL,manual_override=false}" *)
|