Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto-widening #385

Open
m-kru opened this issue May 20, 2023 · 1 comment
Open

Auto-widening #385

m-kru opened this issue May 20, 2023 · 1 comment

Comments

@m-kru
Copy link

m-kru commented May 20, 2023

Is there any way to apply auto-widening? For timing diagrams with single clock it is convenient to set period to 1. However, the whole diagram looks like squeezed. Is it possible to define diagram with period equal 1, but then generate the waveform like the period was N, where N > 1 (widen it automatically)?

@SayethWe
Copy link

I believe the hscale config is what you want.

{signal: [
{name:'clk',wave:'P...',period:1}],
  config: {hscale:2},
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants