Code Monkey home page Code Monkey logo

Comments (2)

trabucayre avatar trabucayre commented on June 12, 2024

Hi,
Efinix is a bit different to any others FPGA's vendors. Some of primitives (including PLL) are out of verilog and managed by the interface designer.
In this specific case the input clock isn't something at verilog top level but it's used directly by the PLL.
If you check build/yourBoard/gateware/iface.py you may found a line like:

design.gen_pll_ref_clock("pll0", pll_res="PLL_TL0", refclk_src="EXTERNAL", refclk_name="clk25", ext_refclk_no="0")

refclk_name isn't really relevant but ext_refclk_no inform about which PLL's input is used.

Which is your board? To check this behaviour.
Thanks

from litex.

va7deo avatar va7deo commented on June 12, 2024

I'm using a custom Ti180 board that has 3.3V oscillators. When the peri.xml file is created for the Efinity project, the property to set the IO standard would not get created causing a mismatch between the clock and the bank voltages.

design.set_property("clk","IO_STANDARD","1.8_V_LVCMOS")

from litex.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.