question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Multi clock definition

See original GitHub issue

Hi All,

I am trying to create multiple clocks, but I am unable to find the correct syntax for the new RegInit Command

val clock_b_reg = RegInit(UInt(8.W), 0.U(), clock = io.clockB)

This syntax is incorrect, any advice on how to create a multi clock design?

Thanks

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:11 (5 by maintainers)

github_iconTop GitHub Comments

0reactions
chiselmonstercommented, Apr 28, 2017

Hi Shunshou,

Thanks for the link, will check it out asap

Read more comments on GitHub >

github_iconTop Results From Across the Web

Define multi-clock - Google Groups
Hi there,. How to define multi-clock (e.g., 8 clocks), and declare global clock and local clock? Is there any example shows the ...
Read more >
multiclock network Definition - Intel
A clock configuration in which there are two or more clocks within a single device. The Quartus II Timing Analyzer supports multiclock timing...
Read more >
1.2 Multi-clock systems - DI ENS
The clock of a stream s is a boolean sequence giving the instants where s is defined. Among these clocks, the base clock...
Read more >
(B)ASIC: how do we deal with multiple clocks? - LinkedIn
In this post, we talk about multiple clocks in a design. We try to answer the question: how do we get from one...
Read more >
Multi-Clock Synchronization - Texas Instruments
In a system with multiple clock frequencies created by dividers and phase locked loops (PLLs), there is a low frequency clock rate with...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found