晶格FPGA内部振荡器仿真问题 [英] lattice FPGA internal oscillator simulation issues

查看:116
本文介绍了晶格FPGA内部振荡器仿真问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试在ModelSim上模拟ICE5LP1K FPGA内部振荡器.我的设计包括以下实例:

I'm trying to simulate ICE5LP1K FPGA internal oscillator on ModelSim. My design includes the following instance:

SB_HFOSC OSCInst1 (
  .CLKHFEN(1'b1),
  .CLKHFPU(1'b1),
  .CLKHF(CLKLF)
) 

我包含了sb_ice_syn.v文件,但是出现了设计加载错误:

I included sb_ice_syn.v file but have a design loading error:

错误:../testbench/sb_ice_syn.v(26066):模块'SB_HFOSC_CORE'未定义

Error: ../testbench/sb_ice_syn.v(26066): Module 'SB_HFOSC_CORE' is not defined

在晶格安装文件夹中找不到SB_HFOSC_CORE模块. 在哪里可以找到错过的模块?

I'm not able to find SB_HFOSC_CORE module in the lattice installation folder. Where can I find the missed modules?

推荐答案

它现在正在工作. 我在sb_ice_ipenc_modelsim.v中找到了缺少的模块

It is working now. I found the missing module in the sb_ice_ipenc_modelsim.v

这篇关于晶格FPGA内部振荡器仿真问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆